summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/odl/map_timers/map2.json
blob: 1e1b92d847d37e339b24791f2a1398357a4fae5b (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
{
  "input": {
    "mapping-record": {
      "recordTtl": 1,
      "action": "NoAction",
      "authoritative": true,
        "eid": {
                "address-type": "ietf-lisp-address-types:source-dest-key-lcaf",
                "source-dest-key": {
                    "source": "6.0.5.0/24",
                    "dest": "6.0.2.0/24"
                }
            },
      "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:ipv4-afi",
              "ipv4":  "6.0.3.3"
            }
          }
      ]
    }
  }
}