Update generated binapi to v22.02 & makefile changes
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / core / vxlan_gpe.api.json
1 {
2     "types": [],
3     "messages": [
4         [
5             "vxlan_gpe_add_del_tunnel",
6             [
7                 "u16",
8                 "_vl_msg_id"
9             ],
10             [
11                 "u32",
12                 "client_index"
13             ],
14             [
15                 "u32",
16                 "context"
17             ],
18             [
19                 "u8",
20                 "is_ipv6"
21             ],
22             [
23                 "u8",
24                 "local",
25                 16
26             ],
27             [
28                 "u8",
29                 "remote",
30                 16
31             ],
32             [
33                 "u32",
34                 "mcast_sw_if_index"
35             ],
36             [
37                 "u32",
38                 "encap_vrf_id"
39             ],
40             [
41                 "u32",
42                 "decap_vrf_id"
43             ],
44             [
45                 "u8",
46                 "protocol"
47             ],
48             [
49                 "u32",
50                 "vni"
51             ],
52             [
53                 "u8",
54                 "is_add"
55             ],
56             {
57                 "crc": "0xd15850ba"
58             }
59         ],
60         [
61             "vxlan_gpe_add_del_tunnel_reply",
62             [
63                 "u16",
64                 "_vl_msg_id"
65             ],
66             [
67                 "u32",
68                 "context"
69             ],
70             [
71                 "i32",
72                 "retval"
73             ],
74             [
75                 "u32",
76                 "sw_if_index"
77             ],
78             {
79                 "crc": "0xfda5941f"
80             }
81         ],
82         [
83             "vxlan_gpe_tunnel_dump",
84             [
85                 "u16",
86                 "_vl_msg_id"
87             ],
88             [
89                 "u32",
90                 "client_index"
91             ],
92             [
93                 "u32",
94                 "context"
95             ],
96             [
97                 "u32",
98                 "sw_if_index"
99             ],
100             {
101                 "crc": "0x529cb13f"
102             }
103         ],
104         [
105             "vxlan_gpe_tunnel_details",
106             [
107                 "u16",
108                 "_vl_msg_id"
109             ],
110             [
111                 "u32",
112                 "context"
113             ],
114             [
115                 "u32",
116                 "sw_if_index"
117             ],
118             [
119                 "u8",
120                 "local",
121                 16
122             ],
123             [
124                 "u8",
125                 "remote",
126                 16
127             ],
128             [
129                 "u32",
130                 "vni"
131             ],
132             [
133                 "u8",
134                 "protocol"
135             ],
136             [
137                 "u32",
138                 "mcast_sw_if_index"
139             ],
140             [
141                 "u32",
142                 "encap_vrf_id"
143             ],
144             [
145                 "u32",
146                 "decap_vrf_id"
147             ],
148             [
149                 "u8",
150                 "is_ipv6"
151             ],
152             {
153                 "crc": "0x2673fbfa"
154             }
155         ],
156         [
157             "sw_interface_set_vxlan_gpe_bypass",
158             [
159                 "u16",
160                 "_vl_msg_id"
161             ],
162             [
163                 "u32",
164                 "client_index"
165             ],
166             [
167                 "u32",
168                 "context"
169             ],
170             [
171                 "u32",
172                 "sw_if_index"
173             ],
174             [
175                 "u8",
176                 "is_ipv6"
177             ],
178             [
179                 "u8",
180                 "enable"
181             ],
182             {
183                 "crc": "0xe74ca095"
184             }
185         ],
186         [
187             "sw_interface_set_vxlan_gpe_bypass_reply",
188             [
189                 "u16",
190                 "_vl_msg_id"
191             ],
192             [
193                 "u32",
194                 "context"
195             ],
196             [
197                 "i32",
198                 "retval"
199             ],
200             {
201                 "crc": "0xe8d4e804"
202             }
203         ]
204     ],
205     "unions": [],
206     "enums": [],
207     "services": {
208         "vxlan_gpe_add_del_tunnel": {
209             "reply": "vxlan_gpe_add_del_tunnel_reply"
210         },
211         "vxlan_gpe_tunnel_dump": {
212             "reply": "vxlan_gpe_tunnel_details",
213             "stream": true
214         },
215         "sw_interface_set_vxlan_gpe_bypass": {
216             "reply": "sw_interface_set_vxlan_gpe_bypass_reply"
217         }
218     },
219     "options": {
220         "version": "1.0.0"
221     },
222     "aliases": {},
223     "vl_api_version": "0x25bfb55d"
224 }