aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-06-01 15:17:59 +0200
committerVincenzo Maffione <v.maffione@gmail.com>2017-06-01 15:42:24 +0200
commitf75a6d9b31479060dd1d1a52102a714ae7c48154 (patch)
tree19e2df91143919aac7fdab88ca1f3040a4d4b50f /examples
parent24c375545c6ef7d03e8a18dea2cb06763059b1b9 (diff)
downloadrumba-f75a6d9b31479060dd1d1a52102a714ae7c48154.tar.gz
rumba-f75a6d9b31479060dd1d1a52102a714ae7c48154.zip
model: remove registration and bindings
Fixes #7
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/two-layers.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/two-layers.py b/examples/two-layers.py
index 9d1a6b3..b4e4e64 100755
--- a/examples/two-layers.py
+++ b/examples/two-layers.py
@@ -32,9 +32,7 @@ e3 = ShimEthDIF("e3")
a = Node("a",
difs = [n3, n4, n1, e1],
- dif_registrations = {n4: [n1], n3: [n1], n1 : [e1]},
- registrations = {"rinaperf.server" : [n3]},
- bindings = {"rinaperf.server" : "/usr/bin/rinaperf"})
+ dif_registrations = {n4: [n1], n3: [n1], n1 : [e1]})
b = Node("b",
difs = [n1, e1, e2],