X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdata_plane%2Fconfigs%2Fodl%2Fnsh%2Fvpp2.json;fp=tests%2Fdata_plane%2Fconfigs%2Fodl%2Fnsh%2Fvpp2.json;h=b26ce626ae213dedc02a4ca6efd05b52938786b0;hb=a6ba15e2cc56e0f91e0d2d9f0b66b62073aac777;hp=0000000000000000000000000000000000000000;hpb=f20e6999369a2cd951247d4ef1b7a417b6a35566;p=one.git diff --git a/tests/data_plane/configs/odl/nsh/vpp2.json b/tests/data_plane/configs/odl/nsh/vpp2.json new file mode 100644 index 0000000..b26ce62 --- /dev/null +++ b/tests/data_plane/configs/odl/nsh/vpp2.json @@ -0,0 +1,32 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "address-type": "ietf-lisp-address-types:service-path-lcaf", + "service-path": { + "service-path-id": 11, + "service-index": 4 + } + }, + "LocatorRecord": [ + { + "locator-id": "ISP1", + "priority": 1, + "weight": 1, + "multicastPriority": 255, + "multicastWeight": 0, + "localLocator": true, + "rlocProbed": false, + "routed": true, + "rloc": { + "address-type": "ietf-lisp-address-types:ipv4-afi", + "ipv4": "6.0.3.2" + } + } + ] + } + } +}