aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.py
diff options
context:
space:
mode:
authorMarco Capitani <m.capitani@nextworks.it>2017-06-09 10:44:56 +0200
committerMarco Capitani <m.capitani@nextworks.it>2017-06-09 10:44:56 +0200
commit57218e2bd37d32a9dafedde90a62b46955ac5e8f (patch)
treeca2ee339226d2fcffde343ecf2480446e6ea1ef2 /rumba/model.py
parentfcdbe20a05764f84a7c95c4bf916a7569e373270 (diff)
downloadrumba-57218e2bd37d32a9dafedde90a62b46955ac5e8f.tar.gz
rumba-57218e2bd37d32a9dafedde90a62b46955ac5e8f.zip
jfed: build mac2ifname; model: added flags to testbed
Diffstat (limited to 'rumba/model.py')
-rw-r--r--rumba/model.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rumba/model.py b/rumba/model.py
index 941cba8..c1c6f5d 100644
--- a/rumba/model.py
+++ b/rumba/model.py
@@ -49,6 +49,7 @@ class Testbed:
self.proj_name = proj_name
self.exp_name = exp_name
self.http_proxy = http_proxy
+ self.flags = {'no_vlan_offload': False}
@abc.abstractmethod
def swap_in(self, experiment):