interfaces: typo

This commit is contained in:
Daniel STAN 2014-09-01 00:43:30 +02:00
parent 87b1baca4b
commit b512fdc625

View file

@ -187,8 +187,8 @@ def pub6(interface, mode = 'serveur'):
for ip in add_ip:
print ' up ip a add %s dev $IFACE' % ip
print ' down ip a delete %s dev $IFACE' % ip
print ' up ip a add %s dev $IFACE' % ip
print ' up /sbin/sysctl net/ipv6/conf/$IFACE/autoconf=0'
print
def adm6(interface):
print """iface %(interface)s inet6 static