summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/odl/basic/l2o4/vpp2.json
blob: 7c49929843fbc37b5c3b37e65f5c50d489648f8a (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
{
    "input": {
        "mapping-record": {
            "recordTtl": 1440,
            "action": "NoAction",
            "authoritative": true,
            "eid": {
                "virtual-network-id": 10,
                "address-type": "ietf-lisp-address-types:mac-afi",
                "mac": "08:22:22:22:22:22"
            },
            "LocatorRecord": [
                {
                    "locator-id": "ISP1",
                    "priority": 1,
                    "weight": 1,
                    "multicastPriority": 255,
                    "multicastWeight": 0,
                    "localLocator": true,
                    "rlocProbed": false,
                    "routed": false,
                    "rloc": {
                        "address-type": "ietf-lisp-address-types:ipv4-afi",
                        "ipv4": "6.0.3.2"
                    }
                }
            ]
        }
    }
}