Step 2: Move test folder to root
[integration/test.git] / csit / variables / lispflowmapping / rpc_add-mapping_iid_ipv4.json
1 {
2     "input": {
3         "recordTtl": 1440,
4         "maskLength": 24,
5         "authoritative": true,
6         "LispAddressContainer": {
7             "LcafSegmentAddr": {
8                 "afi": 16387,
9                 "lcafType": 2,
10                 "instanceId": 1,
11                 "iidMaskLength": 32,
12                 "Address": {
13                     "Ipv4Address": {
14                         "Ipv4Address": "192.0.2.0",
15                         "afi": 1
16                     }
17                 }
18             }
19         },
20         "LocatorRecord": [
21             {
22                 "name": "ISP1",
23                 "priority": 1,
24                 "weight": 1,
25                 "multicastPriority": 255,
26                 "multicastWeight": 0,
27                 "localLocator": true,
28                 "rlocProbed": false,
29                 "routed": false,
30                 "LispAddressContainer": {
31                     "Ipv4Address": {
32                         "afi": 1,
33                         "Ipv4Address": "10.10.10.10"
34                     }
35                 }
36             }
37         ]
38     }
39 }