ajout de la génération du DHCP sur dyson
darcs-hash:20091118210817-61eff-d2426c9a04e1424a15024de5212dc793db6373e3.gz
This commit is contained in:
parent
d4fcd4ecc4
commit
ef1b93cc42
3 changed files with 12 additions and 0 deletions
|
@ -220,6 +220,11 @@ class komaz(base_reconfigure):
|
|||
def classify(self, ips):
|
||||
self.__fw().classes_p2p_maj(ips)
|
||||
|
||||
class dyson(base_reconfigure):
|
||||
def dhcp(self):
|
||||
from gen_confs.dhcp_new import dhcp
|
||||
self._do(dhcp(), self._machines())
|
||||
|
||||
class sable(base_reconfigure):
|
||||
def dhcp(self):
|
||||
from gen_confs.dhcpd_new import dhcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue