Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / interface.py
index 01237d1..af527b9 100644 (file)
@@ -36,7 +36,7 @@ import time
 
 @clsinit_copy
 class LinuxInterface(ResourceManager):
-    _rtype = "LinuxInterface"
+    _rtype = "linux::Interface"
     _help = "Controls network devices on Linux hosts through the ifconfig tool"
     _backend = "linux"