From ef3a05e196f0ddefd680d4408a8b56549355c22c Mon Sep 17 00:00:00 2001 From: bernat Date: Mon, 31 Jan 2005 09:43:29 +0100 Subject: [PATCH] On doit aussi relancer la partie sur ebtables en cas de changement darcs-hash:20050131084329-d1718-adbfe2e73de61c23d0c061c85ff6fb8a65482c69.gz --- gestion/gen_confs/wifi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/gen_confs/wifi.py b/gestion/gen_confs/wifi.py index 81cd1459..1b56cea0 100755 --- a/gestion/gen_confs/wifi.py +++ b/gestion/gen_confs/wifi.py @@ -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()