X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fconfigs%2Fodl%2Frtr_single_iface%2F4o4_vni%2Felp2.json;fp=tests%2Fdata_plane%2Fconfigs%2Fodl%2Frtr_single_iface%2F4o4_vni%2Felp2.json;h=5a6ac9b7226cd279644a0648a720ab5f9fd1f0bd;hb=58f678f923f497ea9678b3a6a1e908f08f083938;hp=0000000000000000000000000000000000000000;hpb=2e74e404fc9b91beeeed9103d5f8337a230412e2;p=one.git 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" + } + ] + } + } + } + ] + } + } +}