Add multihoming tests
[one.git] / tests / data_plane / configs / odl / multihoming / 6o6 / vpp1.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:ipv6-prefix-afi",
9                 "ipv6-prefix": "6:0:1::0/64"
10             },
11             "LocatorRecord": [
12                 {
13                     "locator-id": "ISP1",
14                     "priority": 1,
15                     "weight": 1,
16                     "multicastPriority": 255,
17                     "multicastWeight": 0,
18                     "localLocator": true,
19                     "rlocProbed": false,
20                     "routed": true,
21                     "rloc": {
22                         "address-type": "ietf-lisp-address-types:ipv6-afi",
23                         "ipv6": "6:0:3::1"
24                     }
25                 },
26                 {
27                     "locator-id": "ISP2",
28                     "priority": 1,
29                     "weight": 1,
30                     "multicastPriority": 255,
31                     "multicastWeight": 0,
32                     "localLocator": true,
33                     "rlocProbed": false,
34                     "routed": true,
35                     "rloc": {
36                         "address-type": "ietf-lisp-address-types:ipv6-afi",
37                         "ipv6": "6:0:4::1"
38                     }
39                 }
40             ]
41         }
42     }
43 }