From 572c17d6b9db44b8e0fb70222a13272fe41a4a7e Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 29 Jun 2016 14:53:39 +0200 Subject: Add RTR + EID virt test (6over46) Change-Id: Ia21075fc33059165f1fcef1bcb177e54dee0e6b8 Signed-off-by: Filip Tehlar --- .../6o46/vpp1_customer2.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data_plane/configs/odl/rtr_two_iface_two_customers/6o46/vpp1_customer2.json (limited to 'tests/data_plane/configs/odl/rtr_two_iface_two_customers/6o46/vpp1_customer2.json') diff --git a/tests/data_plane/configs/odl/rtr_two_iface_two_customers/6o46/vpp1_customer2.json b/tests/data_plane/configs/odl/rtr_two_iface_two_customers/6o46/vpp1_customer2.json new file mode 100644 index 0000000..9f5a208 --- /dev/null +++ b/tests/data_plane/configs/odl/rtr_two_iface_two_customers/6o46/vpp1_customer2.json @@ -0,0 +1,43 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "virtual-network-id": 200, + "address-type": "ietf-lisp-address-types:ipv6-prefix-afi", + "ipv6-prefix": "6:0:2::0/64" + }, + "LocatorRecord": [ + { + "locator-id": "ELP", + "priority": 1, + "weight": 1, + "multicastPriority": 255, + "multicastWeight": 0, + "localLocator": true, + "rlocProbed": false, + "routed": true, + "rloc": { + "address-type": "ietf-lisp-address-types:explicit-locator-path-lcaf", + "explicit-locator-path": { + "hop": [ + { + "hop-id": "Hop 1", + "address": "6:0:5::2", + "lrs-bits": "lookup rloc-probe strict" + }, + { + "hop-id": "Hop 2", + "address": "6.0.3.1", + "lrs-bits": "lookup strict" + } + ] + } + } + } + ] + } + } +} -- cgit 1.2.3-korg