[Pkg-vsquare-changes] r251 - vde2/trunk/debian/network/if-pre-up.d

Filippo Giunchedi filippo at alioth.debian.org
Sat Jul 3 18:52:05 UTC 2010


Author: filippo
Date: 2010-07-03 18:52:04 +0000 (Sat, 03 Jul 2010)
New Revision: 251

Modified:
   vde2/trunk/debian/network/if-pre-up.d/vde2
Log:
use vde_tunctl -t to create the interface

Modified: vde2/trunk/debian/network/if-pre-up.d/vde2
===================================================================
--- vde2/trunk/debian/network/if-pre-up.d/vde2	2010-07-03 17:34:58 UTC (rev 250)
+++ vde2/trunk/debian/network/if-pre-up.d/vde2	2010-07-03 18:52:04 UTC (rev 251)
@@ -41,7 +41,7 @@
     fi
 
     # block to make sure the interface exists, see #568363
-    vde_tunctl -b $IFACE 1>/dev/null
+    vde_tunctl -b -t $IFACE 1>/dev/null
 
     start-stop-daemon --start --quiet --pidfile $PIDFILE \
         --exec $VDE_SWITCH -- \




More information about the Pkg-vsquare-changes mailing list