Bug fixing and ordering openvswitch code
[nepi.git] / src / nepi / resources / planetlab / tap.py
index 26277a2..5df36c4 100644 (file)
@@ -439,7 +439,10 @@ class PlanetlabTap(LinuxApplication):
 
         return command
 
-    def establish_udp_connection(self, remote_endpoint, port):
+    def establish_udp_connection(self, remote_endpoint, 
+            connection_app_home,
+            connection_run_home, 
+            port):
         # upload remote port number to file
         rem_port = "%s\n" % port
         self.node.upload(rem_port,