From 81ca2217d34b70e6a3ef7385261be38958cb4a42 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 13 Apr 2017 16:33:26 +0200 Subject: rumba: Add ProxyCommand for jFed This adds a proxy command for the jFed testbed so that it can be accessed when someone does not have IPv6. --- rumba/model.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rumba/model.py') diff --git a/rumba/model.py b/rumba/model.py index c2c4cfa..4ada554 100644 --- a/rumba/model.py +++ b/rumba/model.py @@ -128,9 +128,10 @@ class NormalDIF(DIF): # SSH Configuration # class SSHConfig: - def __init__(self, hostname, port=22): + def __init__(self, hostname, port=22, proxycommand=None): self.hostname = hostname self.port = port + self.proxycommand = proxycommand # A node in the experiment # -- cgit v1.2.3