Add LISP GPE NSH test
[one.git] / tests / data_plane / configs / odl / nsh / vpp2.json
1 {
2     "input": {
3         "mapping-record": {
4             "recordTtl": 1440,
5             "action": "NoAction",
6             "authoritative": true,
7             "eid": {
8                 "address-type": "ietf-lisp-address-types:service-path-lcaf",
9                 "service-path": {
10                   "service-path-id": 11,
11                   "service-index": 4
12                 }
13             },
14             "LocatorRecord": [
15                 {
16                     "locator-id": "ISP1",
17                     "priority": 1,
18                     "weight": 1,
19                     "multicastPriority": 255,
20                     "multicastWeight": 0,
21                     "localLocator": true,
22                     "rlocProbed": false,
23                     "routed": true,
24                     "rloc": {
25                         "address-type": "ietf-lisp-address-types:ipv4-afi",
26                         "ipv4": "6.0.3.2"
27                     }
28                 }
29             ]
30         }
31     }
32 }