Basic l2 over ip4 tests
[one.git] / tests / data_plane / configs / odl / basic / l2o4 / vpp2.json
1 {
2     "input": {
3         "mapping-record": {
4             "recordTtl": 1440,
5             "action": "NoAction",
6             "authoritative": true,
7             "eid": {
8                 "virtual-network-id": 10,
9                 "address-type": "ietf-lisp-address-types:mac-afi",
10                 "mac": "08:22:22:22:22:22"
11             },
12             "LocatorRecord": [
13                 {
14                     "locator-id": "ISP1",
15                     "priority": 1,
16                     "weight": 1,
17                     "multicastPriority": 255,
18                     "multicastWeight": 0,
19                     "localLocator": true,
20                     "rlocProbed": false,
21                     "routed": false,
22                     "rloc": {
23                         "address-type": "ietf-lisp-address-types:ipv4-afi",
24                         "ipv4": "6.0.3.2"
25                     }
26                 }
27             ]
28         }
29     }
30 }