Migrate LISP tests to new Beryllium API
[integration/test.git] / csit / variables / lispflowmapping / Be / rpc_add-mapping_srcdst_ipv4.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:source-dest-key-lcaf",
9                 "source-dest-key": {
10                     "source": "192.0.2.1/32",
11                     "dest": "192.0.2.2/32"
12                 }
13             },
14             "LocatorRecord": [
15                 {
16                     "locator-id": "ISP1",
17                     "priority": 1,
18                     "weight": 1,
19                     "multicastPriority": 255,
20                     "multicastWeight": 0,
21                     "localLocator": true,
22                     "rlocProbed": false,
23                     "routed": false,
24                     "rloc": {
25                         "address-type": "ietf-lisp-address-types:ipv4-afi",
26                         "ipv4": "10.10.10.10"
27                     }
28                 }
29             ]
30         }
31     }
32 }