On doit aussi relancer la partie sur ebtables en cas de changement

darcs-hash:20050131084329-d1718-adbfe2e73de61c23d0c061c85ff6fb8a65482c69.gz
This commit is contained in:
bernat 2005-01-31 09:43:29 +01:00
parent 79c8788459
commit ef3a05e196

View file

@ -236,6 +236,7 @@ get_config () {
os.system("ln -sf ../shared/firewall/arp-forwarder %s/201firewall-arp" % target)
os.system("ln -sf ../shared/firewall/auth-mac %s/201auth-mac" % target)
os.system("ln -sf ../shared/firewall/macip %s/202firewall-macip" % target)
os.system("ln -sf ../shared/firewall/ebtables %s/203firewall-ebtables" % target)
print OK
self.unlock()