interfaces: typo
This commit is contained in:
parent
87b1baca4b
commit
b512fdc625
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue