Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / udptunnel.py
index 258fbbb..628f7b5 100644 (file)
@@ -29,7 +29,7 @@ import time
 
 @clsinit_copy
 class LinuxUdpTunnel(LinuxTunnel):
-    _rtype = "LinuxUdpTunnel"
+    _rtype = "linux::UdpTunnel"
     _help = "Constructs a tunnel between two Linux endpoints using a UDP connection "
     _backend = "linux"