On redmarre aussi conf_wifi_ng lors des modifs sur les bornes.
darcs-hash:20051002134012-41617-74a0101b9b9183c7cae7793cd28b033c4f3b165e.gz
This commit is contained in:
parent
4fe9f5e79e
commit
4f5b9f7a4e
1 changed files with 1 additions and 1 deletions
|
@ -2365,7 +2365,7 @@ class machine(base_classes_crans) :
|
||||||
self.services_to_restart('conf_wifi_ng')
|
self.services_to_restart('conf_wifi_ng')
|
||||||
|
|
||||||
# Reconfiguration clients wifi ?
|
# Reconfiguration clients wifi ?
|
||||||
if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) :
|
if self.__typ in ('wifi','borne') and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) :
|
||||||
self.services_to_restart('conf_wifi_ng')
|
self.services_to_restart('conf_wifi_ng')
|
||||||
|
|
||||||
# Regénération blackliste nécessaire ?
|
# Regénération blackliste nécessaire ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue