diff --git a/gestion/gen_confs/dhcpd.py b/gestion/gen_confs/dhcpd.py index 9ef735c3..b68573f8 100755 --- a/gestion/gen_confs/dhcpd.py +++ b/gestion/gen_confs/dhcpd.py @@ -102,8 +102,6 @@ subnet %(network)s netmask %(netmask)s { try : hosts[net] += self.host_template % d except : hosts[net] = self.host_template % d t = 1 - if not hostname == "nectaris" and not t and self.verbose : - warnings += u'Machine ignorée (mid=%s) : ip en dehors des réseaux servis (%s)\n' % ( machine.id(), machine.ip() ) ### Ecriture du fichier fd = self._open_conf(self.DHCPD_CONF,'#')