Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / tunnel.py
index a843442..961d50c 100644 (file)
@@ -28,7 +28,7 @@ state_check_delay = 0.5
 
 @clsinit_copy
 class LinuxTunnel(LinuxApplication):
-    _rtype = "abstract::LinuxTunnel"
+    _rtype = "abstract::linux::Tunnel"
     _help = "Constructs a tunnel between two Linux endpoints"
     _backend = "linux"