diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-21 17:37:29 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-03-21 17:37:29 +0100 |
commit | e85ae32074022f8212b01cb4b8829b7d16b8a23e (patch) | |
tree | cf3d3095c6e68eb2d2cd169dd91a0ef0aa1fe92c | |
parent | e8f1967c91e87fda998451f059489285ecdbbb9d (diff) | |
download | rumba-e85ae32074022f8212b01cb4b8829b7d16b8a23e.tar.gz rumba-e85ae32074022f8212b01cb4b8829b7d16b8a23e.zip |
prototypes: Update Rumba to Ouroboros 0.15
The normal was renamed unicast in the commands. Also updates the git
URL to the new website.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
-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: |