From b512fdc62546861ab74a8c1d213aae615fa12210 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Mon, 1 Sep 2014 00:43:30 +0200 Subject: [PATCH] interfaces: typo --- Python/etc/network/interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/network/interfaces b/Python/etc/network/interfaces index 4802ea6..735f518 100644 --- a/Python/etc/network/interfaces +++ b/Python/etc/network/interfaces @@ -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