Wheezy commence à arriver, et lenny dégage.

Ignore-this: 48bb60befbcca9f66a7b2f5ebb9d8201

darcs-hash:20121205211802-b6762-28880c06f512803baa322a695e8154a7b6192be3.gz
This commit is contained in:
Pierre-Elliott Bécue 2012-12-05 22:18:02 +01:00
parent 637a77eb95
commit e00c869c2f
5 changed files with 25 additions and 22 deletions

View file

@ -166,8 +166,6 @@ def pub6(interface, mode = 'serveur'):
print """iface %(interface)s inet6 static
address %(ip6)s
netmask 64""" % { 'interface': interface, 'ip6': pubip6(interface) }
if not has("squeeze"):
print ' pre-up /sbin/modprobe ipv6'
if mode == 'serveur':
print ' gateway fe80::219:bbff:fe31:3b80'
elif mode == 'routeur':
@ -178,8 +176,6 @@ def adm6(interface):
print """iface %(interface)s inet6 static
address %(ip6)s
netmask 64""" % { 'interface': interface, 'ip6': admip6(interface) }
if not has("squeeze"):
print ' pre-up /sbin/modprobe ipv6'
print
Probe_Mac = metadata.Probes["mac"].split('\n')