X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Fgretunnel.py;h=d69ac30f316b6dca5915382915488c2407213c75;hb=e52fc921aeda83da5a0c33515b303d81fb422b57;hp=174829d57071637eff29447e6cc4cf7e52c96fd4;hpb=81eb8370f0689f59aec1c356dae6fed95c9cce68;p=nepi.git diff --git a/src/nepi/resources/linux/gretunnel.py b/src/nepi/resources/linux/gretunnel.py index 174829d5..d69ac30f 100644 --- a/src/nepi/resources/linux/gretunnel.py +++ b/src/nepi/resources/linux/gretunnel.py @@ -56,8 +56,9 @@ class LinuxGRETunnel(LinuxTunnel): # other endpoint connection_run_home = self.run_home(endpoint) connection_app_home = self.app_home(endpoint) - data = endpoint.gre_connect(remote_endpoint, connection_run_home, - connection_app_home) + data = endpoint.gre_connect(remote_endpoint, + connection_app_home, + connection_run_home) return data def establish_connection(self, endpoint, remote_endpoint, data):