Added PlanetlabTAP & PlanetlabTUN
[nepi.git] / src / nepi / resources / linux / ccn / fibentry.py
index cf2c8fe..46bfae1 100644 (file)
@@ -70,7 +70,7 @@ class LinuxFIBEntry(LinuxApplication):
 
     @property
     def ccnd(self):
-        ccnd = self.get_connected(LinuxCCND.rtype())
+        ccnd = self.get_connected(LinuxCCND)
         if ccnd: return ccnd[0]
         return None
 
@@ -194,13 +194,6 @@ class LinuxFIBEntry(LinuxApplication):
     def _environment(self):
         return self.ccnd.path
        
-    def execute_command(self, command, env):
-        environ = self.node.format_environment(env, inline = True)
-        command = environ + command
-        command = self.replace_paths(command)
-
-        return self.node.execute(command)
-
     def valid_connection(self, guid):
         # TODO: Validate!
         return True