Step 1: Move vm scripts to the right place
[integration/test.git] / test / csit / variables / lispflowmapping / rpc_add-mapping_ipv4_list.json
1 {
2     "input": {
3         "recordTtl": 1440,
4         "maskLength": 32,
5         "authoritative": true,
6         "LispAddressContainer": {
7             "Ipv4Address": {
8                 "afi": 1,
9                 "Ipv4Address": "192.0.2.1"
10             }
11         },
12         "LocatorRecord": [
13             {
14                 "name": "List",
15                 "priority": 1,
16                 "weight": 1,
17                 "multicastPriority": 255,
18                 "multicastWeight": 0,
19                 "localLocator": true,
20                 "rlocProbed": false,
21                 "routed": false,
22                 "LispAddressContainer": {
23                     "LcafListAddr": {
24                         "afi": 16387,
25                         "lcafType": 1,
26                         "Addresses": [
27                             {
28                                 "name": "IPv4",
29                                 "Ipv4Address": {
30                                     "afi": 1,
31                                     "Ipv4Address": "10.10.10.10"
32                                 }
33                             },
34                             {
35                                 "name": "IPv6",
36                                 "Ipv6Address": {
37                                     "afi": 2,
38                                     "Ipv6Address": "2001:db8::1"
39                                 }
40                             }
41                         ]
42                     }
43                 }
44             }
45         ]
46     }
47 }