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