From e85ae32074022f8212b01cb4b8829b7d16b8a23e Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 21 Mar 2019 17:37:29 +0100 Subject: 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 --- rumba/prototypes/ouroboros.py | 4 ++-- 1 file 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: -- cgit v1.2.3