diff --git a/gestion/gen_confs/wifi.py b/gestion/gen_confs/wifi.py index 19b836e6..81cd1459 100755 --- a/gestion/gen_confs/wifi.py +++ b/gestion/gen_confs/wifi.py @@ -234,6 +234,7 @@ get_config () { os.system("ln -sf ../shared/config/get_clients %s/102getclients" % target) os.system("ln -sf ../shared/config/update-config %s/103update-config" % target) 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) print OK