Reconfigugration de conf_wifi aussi en cas de modif adresse mac.
darcs-hash:20041212225612-41617-544ad25a096986e8b2400d584960a095eceddd83.gz
This commit is contained in:
parent
fe7ff63c4c
commit
621e854a17
1 changed files with 1 additions and 1 deletions
|
@ -2072,7 +2072,7 @@ class machine(base_classes_crans) :
|
|||
self.services_to_restart('bornes_wifi',[self.nom()])
|
||||
|
||||
# Reconfiguration clients wifi ?
|
||||
if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs ) :
|
||||
if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) :
|
||||
self.services_to_restart('conf_wifi')
|
||||
|
||||
# Regénération blackliste nécessaire ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue