Step 2: Move test folder to root
[integration/test.git] / csit / variables / lispflowmapping / rpc_add-mapping_ipv4_appdata.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": "AppData",
15                 "priority": 1,
16                 "weight": 1,
17                 "multicastPriority": 255,
18                 "multicastWeight": 0,
19                 "localLocator": true,
20                 "rlocProbed": false,
21                 "routed": false,
22                 "LispAddressContainer": {
23                     "LcafApplicationDataAddr": {
24                         "afi": 16387,
25                         "lcafType": 4,
26                         "protocol": 17,
27                         "ipTos": 128,
28                         "localPortLow": 80,
29                         "localPortHigh": 81,
30                         "remotePortLow": 6667,
31                         "remotePortHigh": 7000,
32                         "Address": {
33                             "Ipv4Address": {
34                                 "afi": 1,
35                                 "Ipv4Address": "10.10.10.10"
36                             }
37                         }
38                     }
39                 }
40             }
41         ]
42     }
43 }