From 58f678f923f497ea9678b3a6a1e908f08f083938 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 28 Mar 2017 15:31:04 +0200 Subject: Add L3 RTR test with EIDs in non-default VNI Change-Id: If5d35aff850ae03300a26258835d018f55793f7e Signed-off-by: Filip Tehlar --- .../configs/odl/rtr_single_iface/4o4_vni/elp2.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data_plane/configs/odl/rtr_single_iface/4o4_vni/elp2.json (limited to 'tests/data_plane/configs/odl/rtr_single_iface/4o4_vni/elp2.json') diff --git a/tests/data_plane/configs/odl/rtr_single_iface/4o4_vni/elp2.json b/tests/data_plane/configs/odl/rtr_single_iface/4o4_vni/elp2.json new file mode 100644 index 0000000..5a6ac9b --- /dev/null +++ b/tests/data_plane/configs/odl/rtr_single_iface/4o4_vni/elp2.json @@ -0,0 +1,43 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "address-type": "ietf-lisp-address-types:ipv4-prefix-afi", + "virtual-network-id": 100, + "ipv4-prefix": "6.0.2.0/24" + }, + "LocatorRecord": [ + { + "locator-id": "ELP", + "priority": 1, + "weight": 1, + "multicastPriority": 255, + "multicastWeight": 0, + "localLocator": true, + "rlocProbed": false, + "routed": false, + "rloc": { + "address-type": "ietf-lisp-address-types:explicit-locator-path-lcaf", + "explicit-locator-path": { + "hop": [ + { + "hop-id": "Hop 1", + "address": "6.0.3.3", + "lrs-bits": "lookup rloc-probe strict" + }, + { + "hop-id": "Hop 2", + "address": "6.0.3.2", + "lrs-bits": "lookup strict" + } + ] + } + } + } + ] + } + } +} -- cgit 1.2.3-korg