From 9c45d088411e6b17de07828ef8db4a711b58fe5b Mon Sep 17 00:00:00 2001 From: Hamza Dely Date: Tue, 24 Nov 2015 00:33:43 +0100 Subject: [PATCH] =?UTF-8?q?Sous=20Jessie,=20la=20commande=20pre-up=20dans?= =?UTF-8?q?=20interfaces=20n'est=20plus=20n=C3=A9cessaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/etc/network/interfaces | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/etc/network/interfaces b/Python/etc/network/interfaces index a0a8e60..b90c8e5 100644 --- a/Python/etc/network/interfaces +++ b/Python/etc/network/interfaces @@ -132,7 +132,6 @@ iface %(interface)s inet static""" % { 'interface': interface }) if vlan: out("""auto %(interface)s iface %(interface)s inet manual - pre-up vconfig add %(iface)s %(vlan)s post-down vconfig rem %(iface)s.%(vlan)s up ip l set %(interface)s up down ip l set %(interface)s down""" % { 'interface': interface, 'iface':iface,'vlan':vlan })