Serious refactoring of TUN/TAP and tunnel code. Linux udp/gre tunnels not yet functional
[nepi.git] / src / nepi / resources / planetlab / openvswitch / ovsport.py
index f2cfb3e..25f7c03 100644 (file)
@@ -229,11 +229,13 @@ class PlanetlabOVSPort(LinuxApplication):
         command = " ".join(command)
         command = self.replace_paths(command)
         return command
-        
-    def verify_connection(self):
+       
+    def verify_connection(self, remote_endpoint, connection_app_home, 
+                connection_run_home):
         self.ovsswitch.ovs_status()
 
-    def terminate_connection(self):
+    def terminate_connection(self, endpoint, connection_app_home, 
+                connection_run_home):
         return True
 
     def check_status(self):