Migrate LISP tests to new Beryllium API
[integration/test.git] / csit / variables / lispflowmapping / Be / rpc_add-mapping_ipv4_appdata.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:ipv4-prefix-afi",
9                 "ipv4-prefix": "192.0.2.1/32"
10             },
11             "LocatorRecord": [
12                 {
13                     "locator-id": "ISP1",
14                     "priority": 1,
15                     "weight": 1,
16                     "multicastPriority": 255,
17                     "multicastWeight": 0,
18                     "localLocator": true,
19                     "rlocProbed": false,
20                     "routed": false,
21                     "rloc": {
22                         "address-type": "ietf-lisp-address-types:application-data-lcaf",
23                         "application-data": {
24                             "address": "10.10.10.10",
25                             "protocol": 17,
26                             "ip-tos": 128,
27                             "local-port-low": 80,
28                             "local-port-high": 81,
29                             "remote-port-low": 6667,
30                             "remote-port-high": 7000
31                         }
32                     }
33                 }
34             ]
35         }
36     }
37 }