Step 2: Move test folder to root
[integration/test.git] / csit / variables / lispflowmapping / rpc_add-mapping_ipv6_ipv4.json
1 {
2     "input": {
3         "recordTtl": 1440,
4         "maskLength": 128,
5         "authoritative": true,
6         "LispAddressContainer": {
7             "Ipv6Address": {
8                 "afi": 2,
9                 "Ipv6Address": "2001:db8::1"
10             }
11         },
12         "LocatorRecord": [
13             {
14                 "name": "ISP1",
15                 "priority": 1,
16                 "weight": 1,
17                 "multicastPriority": 255,
18                 "multicastWeight": 0,
19                 "localLocator": true,
20                 "rlocProbed": false,
21                 "routed": false,
22                 "LispAddressContainer": {
23                     "Ipv4Address": {
24                         "afi": 1,
25                         "Ipv4Address": "10.10.10.10"
26                     }
27                 }
28             }
29         ]
30     }
31 }