[config,gen_confs] gordon est le nouveau routeur wifi
darcs-hash:20091109025048-bd074-5097aaa6617c1278171ee4693f47cb79e60eb2bf.gz
This commit is contained in:
parent
9f97ac091b
commit
61d31e04a0
3 changed files with 11 additions and 1 deletions
|
@ -289,6 +289,13 @@ class ragnarok(base_reconfigure):
|
|||
from gen_confs.droits import droits_openbsd
|
||||
self._do(droits_openbsd())
|
||||
|
||||
class gordon(base_reconfigure) :
|
||||
def dhcp(self):
|
||||
from gen_confs.dhcpd_new import dhcp
|
||||
self._do(dhcp(), self._machines())
|
||||
|
||||
|
||||
|
||||
class vert(base_reconfigure):
|
||||
def home(self, args):
|
||||
from adherents import home
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue