Bug fixing and ordering openvswitch code
[nepi.git] / src / nepi / resources / linux / tap.py
index d5c3d61..2a78e60 100644 (file)
@@ -406,7 +406,10 @@ class LinuxTap(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,