aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index a3c6c6c..33ecd0b 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -123,7 +123,7 @@ class Experiment(mod.Experiment):
if isinstance(self.testbed, fake.Testbed):
cmd += " type local layer " + ipcp.dif.name
else:
- cmd += " type eth-llc if_name " + ipcp.ifname
+ cmd += " type eth-llc dev " + ipcp.ifname
cmd += " layer " + ipcp.dif.name
elif isinstance(ipcp.dif, mod.NormalDIF):
cmd += " type normal"