diff options
-rw-r--r-- | rumba/prototypes/ouroboros.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py index 97abb21..31e8571 100644 --- a/rumba/prototypes/ouroboros.py +++ b/rumba/prototypes/ouroboros.py @@ -91,7 +91,7 @@ class Experiment(mod.Experiment): def __init__(self, testbed, nodes=None, - git_repo='git://ouroboros.ilabt.imec.be/ouroboros', + git_repo='git://ouroboros.rocks/ouroboros', git_branch='master', enrollment_strategy='minimal', flows_strategy='full-mesh'): @@ -200,7 +200,7 @@ class Experiment(mod.Experiment): cmd += " type eth-dix dev " + ipcp.ifname cmd += " layer " + ipcp.dif.name elif isinstance(ipcp.dif, mod.NormalDIF): - cmd += " type normal" + cmd += " type unicast" if ipcp.dif_bootstrapper: pols = ipcp.dif.policy.get_policies() for comp in pols: |