Adding help and background class atrributes to ResourceManager
[nepi.git] / src / nepi / resources / linux / udptunnel.py
index 1d23736..82f0139 100644 (file)
@@ -31,6 +31,9 @@ import time
 @clsinit_copy
 class UdpTunnel(LinuxApplication):
     _rtype = "UdpTunnel"
+    _help = "Constructs a tunnel between two Linux endpoints using a UDP connection "
+    _backend = "linux"
+
 
     @classmethod
     def _register_attributes(cls):