summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/odl/multihoming/6o6/vpp2.json
blob: 9915e586eb1d31e69fd4e0b5827c8b18c225a487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "input": {
        "mapping-record": {
            "recordTtl": 1440,
            "action": "NoAction",
            "authoritative": true,
            "eid": {
                "address-type": "ietf-lisp-address-types:ipv6-prefix-afi",
                "ipv6-prefix": "6:0:2::0/64"
            },
            "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:ipv6-afi",
                        "ipv6": "6:0:3::2"
                    }
                },
                {
                    "locator-id": "ISP2",
                    "priority": 1,
                    "weight": 1,
                    "multicastPriority": 255,
                    "multicastWeight": 0,
                    "localLocator": true,
                    "rlocProbed": false,
                    "routed": true,
                    "rloc": {
                        "address-type": "ietf-lisp-address-types:ipv6-afi",
                        "ipv6": "6:0:4::2"
                    }
                }
            ]
        }
    }
}