Replacing _backend for _platform class attribute in ResourceManager
[nepi.git] / src / nepi / resources / linux / interface.py
index 01237d1..b166d4c 100644 (file)
@@ -36,9 +36,9 @@ 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"
+    _platform = "linux"
 
     @classmethod
     def _register_attributes(cls):