diff --git a/gestion/gen_confs/dhcpd_new.py b/gestion/gen_confs/dhcpd_new.py index 5638cb49..f0ce48b2 100755 --- a/gestion/gen_confs/dhcpd_new.py +++ b/gestion/gen_confs/dhcpd_new.py @@ -77,8 +77,6 @@ class dhcp(gen_config) : for machine in self.machines : self.anim.cycle() for net in self.reseaux.keys() : - ip = machine.ip() - if '.151.' in ip: print ip if AddrInNet(machine.ip(), net) : host_template = self.host_template # variable pour remplir le template