Retrait de l'ancien systeme pour les bornes
darcs-hash:20050910115756-d1718-a91dc3737294a38bcd8245c6573dc46020c619a9.gz
This commit is contained in:
parent
dc30221675
commit
4ae890762b
1 changed files with 0 additions and 5 deletions
|
@ -1190,7 +1190,6 @@ class base_proprietaire(base_classes_crans) :
|
||||||
self.services_to_restart('macip',[m.ip()] )
|
self.services_to_restart('macip',[m.ip()] )
|
||||||
self.services_to_restart('dns')
|
self.services_to_restart('dns')
|
||||||
if m.ipsec() :
|
if m.ipsec() :
|
||||||
self.services_to_restart('conf_wifi')
|
|
||||||
self.services_to_restart('conf_wifi_ng')
|
self.services_to_restart('conf_wifi_ng')
|
||||||
self.services_to_restart('nectaris-dhcp')
|
self.services_to_restart('nectaris-dhcp')
|
||||||
else :
|
else :
|
||||||
|
@ -2269,7 +2268,6 @@ class machine(base_classes_crans) :
|
||||||
# Clef IPsec
|
# Clef IPsec
|
||||||
if 'ipsec' in self.modifs :
|
if 'ipsec' in self.modifs :
|
||||||
ret += coul(u'Clef IPsec de la machine : %s\n' % self.ipsec(),'cyan')
|
ret += coul(u'Clef IPsec de la machine : %s\n' % self.ipsec(),'cyan')
|
||||||
self.services_to_restart('conf_wifi')
|
|
||||||
self.services_to_restart('conf_wifi_ng')
|
self.services_to_restart('conf_wifi_ng')
|
||||||
|
|
||||||
# Reconfiguration firewalls et dhcps
|
# Reconfiguration firewalls et dhcps
|
||||||
|
@ -2289,12 +2287,10 @@ class machine(base_classes_crans) :
|
||||||
|
|
||||||
# Reconfiguration bornes wifi ?
|
# Reconfiguration bornes wifi ?
|
||||||
if 'canal' in self.modifs or 'puissance' in self.modifs :
|
if 'canal' in self.modifs or 'puissance' in self.modifs :
|
||||||
self.services_to_restart('bornes_wifi',[self.nom()])
|
|
||||||
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 == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) :
|
||||||
self.services_to_restart('conf_wifi')
|
|
||||||
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 ?
|
||||||
|
@ -2332,7 +2328,6 @@ class machine(base_classes_crans) :
|
||||||
|
|
||||||
# Services à redémarrer
|
# Services à redémarrer
|
||||||
if self.__typ == 'wifi' :
|
if self.__typ == 'wifi' :
|
||||||
self.services_to_restart('conf_wifi')
|
|
||||||
self.services_to_restart('conf_wifi_ng')
|
self.services_to_restart('conf_wifi_ng')
|
||||||
self.services_to_restart('nectaris-dhcp')
|
self.services_to_restart('nectaris-dhcp')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue