Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / tap.py
index 6477bd3..4f5492c 100644 (file)
@@ -30,7 +30,7 @@ PYTHON_VSYS_VERSION = "1.0"
 
 @clsinit_copy
 class LinuxTap(LinuxApplication):
-    _rtype = "LinuxTap"
+    _rtype = "linux::Tap"
     _help = "Creates a TAP device on a Linux host"
     _backend = "linux"