Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / tap.py
index 685db9e..d5c3d61 100644 (file)
@@ -32,7 +32,6 @@ PYTHON_VSYS_VERSION = "1.0"
 class LinuxTap(LinuxApplication):
     _rtype = "linux::Tap"
     _help = "Creates a TAP device on a Linux host"
-    _backend = "linux"
 
     IFF_TUN = 0x0001
     IFF_TAP = 0x0002