Simple cross ping experiment between linux and ns3
[nepi.git] / src / nepi / resources / linux / tun.py
index 96317e7..b9537b1 100644 (file)
@@ -40,6 +40,10 @@ class LinuxTun(LinuxTap):
     def vif_type(self):
         return "IFF_TUN"
 
+    @property
+    def vif_type_flag(self):
+        return LinuxTap.IFF_TAP
+
     @property
     def vif_prefix(self):
         return "tun"