Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / planetlab / tun.py
index cdd3a3b..6b4ff61 100644 (file)
@@ -24,7 +24,7 @@ import os
 
 @clsinit_copy
 class PlanetlabTun(PlanetlabTap):
-    _rtype = "PlanetlabTun"
+    _rtype = "planetlab::Tun"
     _help = "Creates a TUN device on a PlanetLab host"
     _backend = "planetlab"