darcs-hash:20090619212431-8fbb1-1bcd0b9ecd8a3bfd7cfd325f5213f91071e2c099.gz
This commit is contained in:
Olivier Huber 2009-06-19 23:24:31 +02:00
parent 1e6c5379c2
commit 02db41f8bd
4 changed files with 25 additions and 27 deletions

View file

@ -16,5 +16,3 @@ cartes = conf
# On genre la conf
for carte in cartes :
eval('carte.start()')

View file

@ -143,7 +143,7 @@ sap_default_group=various
fd.write(self.chaine_template % vars())
#Si pas de chaines, on passe en autoconfiguration=2
if not n :
if not n :
ip = '239.%s' % ( IP.split('.')[-1])
fd.write(self.autoconf2_template % { "ip" : ip})