Rajout de l'authentification sur adresse MAC lors des mises jour.

darcs-hash:20050114110106-d1718-9b0ff7a6bbbf3af0c81906c470b1e969614fc837.gz
This commit is contained in:
bernat 2005-01-14 12:01:06 +01:00
parent b9e37ff55c
commit 885031f9a7

View file

@ -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