aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.py
diff options
context:
space:
mode:
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):