Le DHCP de Nectaris n'est pas encore fonctionnel pour le wifi

darcs-hash:20041220110753-d1718-26390298b650e206fe6f88c9b890a402798fc461.gz
This commit is contained in:
bernat 2004-12-20 12:07:53 +01:00
parent 329c225313
commit 1f69217a4b
2 changed files with 4 additions and 6 deletions

View file

@ -321,7 +321,7 @@ Subject: Modifications sur une machine du CR@NS
from gen_confs.bind import dns
inst.append([dns(),"dns"])
if 'dhcp' in to_do.keys() or 'dhcp-nectaris' in to_do.keys() :
if 'dhcp' in to_do.keys() :
from gen_confs.dhcpd import dhcp
inst.append([dhcp(),"dhcp"])