Update generated binapi to v22.02 & makefile changes
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / core / vxlan.api.json
1 {
2     "types": [],
3     "messages": [
4         [
5             "vxlan_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_add"
21             ],
22             [
23                 "u8",
24                 "is_ipv6"
25             ],
26             [
27                 "u32",
28                 "instance"
29             ],
30             [
31                 "u8",
32                 "src_address",
33                 16
34             ],
35             [
36                 "u8",
37                 "dst_address",
38                 16
39             ],
40             [
41                 "u32",
42                 "mcast_sw_if_index"
43             ],
44             [
45                 "u32",
46                 "encap_vrf_id"
47             ],
48             [
49                 "u32",
50                 "decap_next_index"
51             ],
52             [
53                 "u32",
54                 "vni"
55             ],
56             {
57                 "crc": "0x00f4bdd0"
58             }
59         ],
60         [
61             "vxlan_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_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_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                 "u32",
120                 "instance"
121             ],
122             [
123                 "u8",
124                 "src_address",
125                 16
126             ],
127             [
128                 "u8",
129                 "dst_address",
130                 16
131             ],
132             [
133                 "u32",
134                 "mcast_sw_if_index"
135             ],
136             [
137                 "u32",
138                 "encap_vrf_id"
139             ],
140             [
141                 "u32",
142                 "decap_next_index"
143             ],
144             [
145                 "u32",
146                 "vni"
147             ],
148             [
149                 "u8",
150                 "is_ipv6"
151             ],
152             {
153                 "crc": "0xce38e127"
154             }
155         ],
156         [
157             "sw_interface_set_vxlan_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_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             "vxlan_offload_rx",
206             [
207                 "u16",
208                 "_vl_msg_id"
209             ],
210             [
211                 "u32",
212                 "client_index"
213             ],
214             [
215                 "u32",
216                 "context"
217             ],
218             [
219                 "u32",
220                 "hw_if_index"
221             ],
222             [
223                 "u32",
224                 "sw_if_index"
225             ],
226             [
227                 "u8",
228                 "enable"
229             ],
230             {
231                 "crc": "0xf0b08786"
232             }
233         ],
234         [
235             "vxlan_offload_rx_reply",
236             [
237                 "u16",
238                 "_vl_msg_id"
239             ],
240             [
241                 "u32",
242                 "context"
243             ],
244             [
245                 "i32",
246                 "retval"
247             ],
248             {
249                 "crc": "0xe8d4e804"
250             }
251         ]
252     ],
253     "unions": [],
254     "enums": [],
255     "services": {
256         "vxlan_add_del_tunnel": {
257             "reply": "vxlan_add_del_tunnel_reply"
258         },
259         "vxlan_tunnel_dump": {
260             "reply": "vxlan_tunnel_details",
261             "stream": true
262         },
263         "sw_interface_set_vxlan_bypass": {
264             "reply": "sw_interface_set_vxlan_bypass_reply"
265         },
266         "vxlan_offload_rx": {
267             "reply": "vxlan_offload_rx_reply"
268         }
269     },
270     "options": {
271         "version": "1.1.0"
272     },
273     "aliases": {},
274     "vl_api_version": "0xa95aa271"
275 }