X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tutorial%2Fvpp1-mapping.json;fp=tutorial%2Fvpp1-mapping.json;h=ae4e6f539a4b263f65b97ea20331c32bf4c3a999;hb=abfb56e73fed33d0b2f738ace59ae5b37cd2b60d;hp=0000000000000000000000000000000000000000;hpb=6011ef8e7f484f47ada0efb1c5519cf9cc2b0b87;p=one.git diff --git a/tutorial/vpp1-mapping.json b/tutorial/vpp1-mapping.json new file mode 100644 index 0000000..ae4e6f5 --- /dev/null +++ b/tutorial/vpp1-mapping.json @@ -0,0 +1,29 @@ +{ + "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": "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.1" + } + } + ] + } + } +}