Step 2: Move test folder to root
[integration/test.git] / csit / variables / lispflowmapping / rpc_add-mapping_mac_ipv4.json
1 {
2     "input": {
3         "recordTtl": 1440,
4         "maskLength": 0,
5         "authoritative": true,
6         "LispAddressContainer": {
7             "MacAddress": {
8                 "afi": 16389,
9                 "MacAddress": "00:11:22:33:44:55"
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 }