Wheezy commence à arriver, et lenny dégage.
Ignore-this: 48bb60befbcca9f66a7b2f5ebb9d8201 darcs-hash:20121205211802-b6762-28880c06f512803baa322a695e8154a7b6192be3.gz
This commit is contained in:
parent
637a77eb95
commit
e00c869c2f
5 changed files with 25 additions and 22 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue