From 9b9b4ff50703cd969842bb8c5f869a38edf2ea18 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 15 Jun 2016 19:57:48 +0200 Subject: Add tests for disjoint locators use cases Change-Id: I2046bf0785bb0024d1b2e099d55da7fbefd70fc0 Signed-off-by: Florin Coras --- .../configs/odl/rtr_two_iface/4o4/elp1.json | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tests/data_plane/configs/odl/rtr_two_iface/4o4/elp1.json (limited to 'tests/data_plane/configs/odl/rtr_two_iface/4o4/elp1.json') diff --git a/tests/data_plane/configs/odl/rtr_two_iface/4o4/elp1.json b/tests/data_plane/configs/odl/rtr_two_iface/4o4/elp1.json new file mode 100644 index 0000000..6dff66f --- /dev/null +++ b/tests/data_plane/configs/odl/rtr_two_iface/4o4/elp1.json @@ -0,0 +1,42 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "address-type": "ietf-lisp-address-types:ipv4-prefix-afi", + "ipv4-prefix": "6.0.2.0/24" + }, + "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