FdNetDevice working with PlanetLab TAPs
[nepi.git] / src / nepi / resources / planetlab / tap.py
index 0066b90..26277a2 100644 (file)
@@ -54,7 +54,7 @@ class PlanetlabTap(LinuxApplication):
                 "Name of the network interface (e.g. eth0, wlan0, etc)",
                 flags = Flags.NoWrite)
 
-        up = Attribute("up", "Link up", 
+        up = Attribute("up", "Link up", default = True, 
                 type = Types.Bool)
         
         snat = Attribute("snat", "Set SNAT=1",