Add source/dest tests
[one.git] / tests / data_plane / configs / odl / sd / l2o4 / map1.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:source-dest-key-lcaf",
10                 "source-dest-key": {
11                     "source": "08:55:55:55:55:55",
12                     "dest": "08:22:22:22:22:22"
13                 }
14         },
15       "LocatorRecord": [
16         {
17           "locator-id": "ISP1",
18           "priority": 1,
19           "weight": 1,
20           "multicastPriority": 255,
21           "multicastWeight": 0,
22           "localLocator": true,
23           "rlocProbed": false,
24           "routed": false,
25           "rloc": {
26               "address-type": "ietf-lisp-address-types:ipv4-afi",
27               "ipv4": "6.0.3.2"
28           }
29         }
30       ]
31     }
32   }
33 }