misc: 21.01.1 Release Notes
[vpp.git] / RELEASE.md
1 # Release Notes    {#release_notes}
2
3 * @subpage release_notes_21011
4 * @subpage release_notes_2101
5 * @subpage release_notes_2009
6 * @subpage release_notes_20051
7 * @subpage release_notes_2005
8 * @subpage release_notes_2001
9 * @subpage release_notes_19083
10 * @subpage release_notes_19082
11 * @subpage release_notes_19081
12 * @subpage release_notes_1908
13 * @subpage release_notes_19043
14 * @subpage release_notes_19042
15 * @subpage release_notes_19041
16 * @subpage release_notes_1904
17 * @subpage release_notes_19013
18 * @subpage release_notes_19012
19 * @subpage release_notes_19011
20 * @subpage release_notes_1901
21 * @subpage release_notes_1810
22 * @subpage release_notes_1807
23 * @subpage release_notes_1804
24 * @subpage release_notes_18012
25 * @subpage release_notes_18011
26 * @subpage release_notes_1801
27 * @subpage release_notes_1710
28 * @subpage release_notes_1707
29 * @subpage release_notes_1704
30 * @subpage release_notes_17011
31 * @subpage release_notes_1701
32 * @subpage release_notes_1609
33 * @subpage release_notes_1606
34
35 @page release_notes_21011 Release notes for VPP 21.01.1
36
37 This is bug fix release.
38
39 For the full list of fixed issues please refer to:
40 - fd.io [JIRA](https://jira.fd.io)
41 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2101)
42
43 @page release_notes_2101 Release notes for VPP 21.01
44
45 ## Release Highlights
46
47 The FD.io VPP 20.09 release comprises more than 562 commits since the previous
48 release, including 274 fixes. Notable changes in this release were the Virtio
49 driver adding packet buffering on the transmit path to handle slow back-ends
50 which often have jitter and delays in free'ing buffers, and also adding support
51 for Virtio 1.1 packed rings. FD.io VPP IPSEC added support for multi-point on
52 IPSec interfaces, brings the meshed benefits of IP to IPSec tunnels. The FD.io
53 VPP Cloud NAT (CNAT), added support source NAT ICMP and DHCP. The FD.io VPP FIB
54 added support for source address selection (SAS) and flow hashing on the inner
55 packets. Finally the FD.io VPP Perfmon plugin has been substantially rewritten,
56 to support measuring bundles of counters, and reporting statistics per graph
57 node.
58
59 Reflecting the API change policy introduced in the 20.09, please review the
60 following sections below:
61 - Newly deprecated API messages: please note that if you are using a deprecated
62 message, they will soon be removed in a subsequent release. Collaborate with
63 the feature maintainer on the best approach to mitigate.
64 - In-progress API messages: They are work-in-progress, and are *not* subject to
65 the policy, and may change or even be removed at any time. Please collaborate
66 with the feature maintainer on plans to productize the message before using in
67 any product. In-progress APIs must eventually become stable or be removed.
68
69 ## Features
70
71 - Binary API Libraries
72   - Vat2 and JSON autogeneration for API messages ([df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092))
73 - Plugins
74   - AF\_XDP driver
75     - Add option to claim all available RX queues ([d4e109138](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d4e109138))
76   - CNat
77     - Disable default scanner process ([d63f73b83](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d63f73b83))
78     - IP ICMP error support ([ece39214b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ece39214b))
79     - Add support for SNat ICMP ([613b2c3c7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=613b2c3c7))
80     - Introduce parametric source policy ([ce25b60de](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ce25b60de))
81     - Add DHCP support ([af897c5e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=af897c5e3))
82   - Crypto - ipsecmb
83     - Bump to intel-ipsec-mb version 0.55 ([b5df85e24](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b5df85e24))
84   - DPDK
85     - Call the meson-based build instead of Makefiles ([4c4633cad](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c4633cad))
86     - Telemetry thread is off by default. ([83f37fc3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=83f37fc3b))
87     - Bump to DPDK 20.11 ([f0419a0c8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f0419a0c8))
88   - Internet Key Exchange (IKEv2) Protocol
89     - Support IPv6 traffic selectors & overlay ([84962d19b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=84962d19b))
90     - CLI for disabling dead peer detection ([af4a414eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=af4a414eb))
91     - Add option to disable NAT traversal ([d7fc12f07](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d7fc12f07))
92   - RDMA (ibverb) driver
93     - Add RSS support for IPv6 and TCP ([91603958d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=91603958d))
94   - VRRP
95     - Asynchronous events on VR state change ([78f487e11](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=78f487e11))
96   - Wireguard
97     - Return public key in API ([de22111b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de22111b5))
98   - Flowprobe
99     - Add show commands for params and list of interfaces for recording ([d1146f6dd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d1146f6dd))
100 - Python binding for the VPP API
101   -  add support for enumflag part 1 of 2 ([3825d93af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3825d93af))
102 - SVM Library
103   - Support for multi-segment enqueues ([c95cfa218](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c95cfa218))
104 - Statistics Segment
105   - Counters data model ([148c7b768](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=148c7b768))
106 - VNET
107   - FIB
108     - Source Address Selection ([e2fe09742](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e2fe09742))
109     - Adjacency flag for midchain to perfom flow hash (on inner packet) ([5c544c8c3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5c544c8c3))
110   - Feature Arcs
111     - Add packet trace API ([c0b195450](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0b195450))
112   - IPSec
113     - Support for multipoint on IPSec interfaces ([6ba4e41d3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6ba4e41d3))
114     - Tunnel SA DSCP behaviour ([041add7d1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=041add7d1))
115   - Native Virtio Drivers
116     - Add packet buffering on transmit path ([e347acbc3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e347acbc3))
117     - Virtio: implement packed queues from virtio 1.1 ([b977d3f7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b977d3f7c))
118   - Segment Routing (IPv6 and MPLS)
119     - Show IPv6 address used as SRv6 Encaps source ([448bc81d3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=448bc81d3))
120     - Show the hop-limit value used for SRv6 encapsulation ([80f0b88fc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=80f0b88fc))
121   - Session Layer
122     - Add Unix socket API for app attachment ([61ae056bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61ae056bd))
123     - Per worker state for ct sessions ([2d0e3de14](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2d0e3de14))
124   - TAP Drivers
125     - Allow change of carrier state on host ([bd50ed18d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bd50ed18d))
126     - Add function to set speed ([a6c34a19d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a6c34a19d))
127 - VPP Comms Library
128   - Add support for app socket API ([935ce75cb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=935ce75cb))
129   - Provide apps access to fifo chunks ([d68faf855](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d68faf855))
130 - VPP Executable
131   - Use VPP heap for libc ([ec4749a20](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec4749a20))
132 - Vector Library - Buffer Management
133   - Add page-size config ([61559029d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61559029d))
134
135 ## Known issues
136
137 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
138
139 ## Fixed issues
140
141 For the full list of fixed issues please refer to:
142 - fd.io [JIRA](https://jira.fd.io)
143 - git [commit log](https://git.fd.io/vpp/log/?h=master)
144
145
146 ## API changes
147
148 Description of results:
149
150 * _Definition changed_: indicates that the API file was modified between releases.
151 * _Only in image_: indicates the API is new for this release.
152 * _Only in file_: indicates the API has been removed in this release.
153
154 Message Name                                                 | Result
155 -------------------------------------------------------------|------------------
156 classify_pcap_get_tables                                     | only in image
157 classify_pcap_get_tables_reply                               | only in image
158 classify_pcap_lookup_table                                   | only in image
159 classify_pcap_lookup_table_reply                             | only in image
160 classify_pcap_set_table                                      | only in image
161 classify_pcap_set_table_reply                                | only in image
162 classify_trace_get_tables                                    | only in image
163 classify_trace_get_tables_reply                              | only in image
164 classify_trace_lookup_table                                  | only in image
165 classify_trace_lookup_table_reply                            | only in image
166 classify_trace_set_table                                     | only in image
167 classify_trace_set_table_reply                               | only in image
168 cnat_get_snat_addresses                                      | only in image
169 cnat_get_snat_addresses_reply                                | only in image
170 cnat_session_details                                         | definition changed
171 cnat_set_snat_addresses                                      | definition changed
172 cnat_translation_details                                     | definition changed
173 cnat_translation_update                                      | definition changed
174 det44_plugin_enable_disable                                  | definition changed
175 graph_node_details                                           | only in image
176 graph_node_get                                               | only in image
177 graph_node_get_reply                                         | only in image
178 ikev2_profile_details                                        | definition changed
179 ikev2_profile_disable_natt                                   | only in image
180 ikev2_profile_disable_natt_reply                             | only in image
181 ikev2_profile_set_ts                                         | definition changed
182 ikev2_sa_details                                             | definition changed
183 ikev2_set_responder                                          | definition changed
184 ikev2_traffic_selector_details                               | definition changed
185 ip_mroute_add_del                                            | definition changed
186 ip_mroute_details                                            | definition changed
187 ip_neighbor_event_v2                                         | only in image
188 ipsec_sa_v2_details                                          | only in image
189 ipsec_sa_v2_dump                                             | only in image
190 ipsec_sad_entry_add_del_v2                                   | only in image
191 ipsec_sad_entry_add_del_v2_reply                             | only in image
192 nat44_plugin_enable_disable                                  | only in image
193 nat44_plugin_enable_disable_reply                            | only in image
194 nat44_show_running_config                                    | only in image
195 nat44_show_running_config_reply                              | only in image
196 nat64_get_timeouts                                           | only in image
197 nat64_get_timeouts_reply                                     | only in image
198 nat64_plugin_enable_disable                                  | only in image
199 nat64_plugin_enable_disable_reply                            | only in image
200 nat64_set_timeouts                                           | only in image
201 nat64_set_timeouts_reply                                     | only in image
202 pppoe_add_del_cp                                             | only in image
203 pppoe_add_del_cp_reply                                       | only in image
204 rdma_create_v2                                               | only in image
205 rdma_create_v2_reply                                         | only in image
206 sw_vmxnet3_interface_details                                 | only in image
207 sw_vmxnet3_interface_dump                                    | only in image
208 trace_capture_packets                                        | only in image
209 trace_capture_packets_reply                                  | only in image
210 trace_clear_capture                                          | only in image
211 trace_clear_capture_reply                                    | only in image
212 trace_details                                                | definition changed
213 trace_set_filters                                            | only in image
214 trace_set_filters_reply                                      | only in image
215 vrrp_vr_event                                                | only in image
216 want_ip_neighbor_events_v2                                   | only in image
217 want_ip_neighbor_events_v2_reply                             | only in image
218 want_vrrp_vr_events                                          | only in image
219 want_vrrp_vr_events_reply                                    | only in image
220 wireguard_interface_create                                   | definition changed
221 wireguard_interface_details                                  | definition changed
222
223 Found 66 api message signature differences
224
225
226 ### Newly deprecated API messages
227
228 These messages are still there in the API, but can and probably
229 will disappear in the next release.
230
231 - geneve_add_del_tunnel
232 - ip_neighbor_event
233 - nat44_forwarding_enable_disable
234 - nat44_forwarding_enable_disable_reply
235 - nat44_forwarding_is_enabled
236 - nat44_forwarding_is_enabled_reply
237 - nat44_session_cleanup
238 - nat44_session_cleanup_reply
239 - nat_control_ping
240 - nat_control_ping_reply
241 - nat_get_timeouts
242 - nat_get_timeouts_reply
243 - nat_ipfix_enable_disable
244 - nat_ipfix_enable_disable_reply
245 - nat_set_log_level
246 - nat_set_log_level_reply
247 - nat_set_timeouts
248 - nat_set_timeouts_reply
249 - nat_show_config
250 - nat_show_config_2
251 - nat_show_config_2_reply
252 - nat_show_config_reply
253 - rdma_create
254 - vmxnet3_dump
255 - want_ip_neighbor_events
256 - want_ip_neighbor_events_reply
257
258 ### In-progress API messages
259
260 These messages are provided for testing and experimentation only.
261 They are *not* subject to any compatibility process,
262 and therefore can arbitrarily change or disappear at *any* moment.
263 Also they may have less than satisfactory testing, making
264 them unsuitable for other use than the technology preview.
265 If you are intending to use these messages in production projects,
266 please collaborate with the feature maintainer on their productization.
267
268 - abf_itf_attach_add_del
269 - abf_itf_attach_add_del_reply
270 - abf_itf_attach_details
271 - abf_itf_attach_dump
272 - abf_plugin_get_version
273 - abf_plugin_get_version_reply
274 - abf_policy_add_del
275 - abf_policy_add_del_reply
276 - abf_policy_details
277 - abf_policy_dump
278 - adl_allowlist_enable_disable
279 - adl_allowlist_enable_disable_reply
280 - adl_interface_enable_disable
281 - adl_interface_enable_disable_reply
282 - af_xdp_create
283 - af_xdp_create_reply
284 - af_xdp_delete
285 - af_xdp_delete_reply
286 - cnat_add_del_snat_prefix
287 - cnat_add_del_snat_prefix_reply
288 - cnat_get_snat_addresses
289 - cnat_get_snat_addresses_reply
290 - cnat_session_details
291 - cnat_session_dump
292 - cnat_session_purge
293 - cnat_session_purge_reply
294 - cnat_set_snat_addresses
295 - cnat_set_snat_addresses_reply
296 - cnat_translation_del
297 - cnat_translation_del_reply
298 - cnat_translation_details
299 - cnat_translation_dump
300 - cnat_translation_update
301 - cnat_translation_update_reply
302 - crypto_sw_scheduler_set_worker
303 - crypto_sw_scheduler_set_worker_reply
304 - det44_get_timeouts_reply
305 - det44_interface_add_del_feature
306 - det44_interface_add_del_feature_reply
307 - det44_interface_details
308 - det44_interface_dump
309 - det44_plugin_enable_disable
310 - det44_plugin_enable_disable_reply
311 - det44_set_timeouts
312 - det44_set_timeouts_reply
313 - flow_add
314 - flow_add_reply
315 - flow_del
316 - flow_del_reply
317 - flow_disable
318 - flow_disable_reply
319 - flow_enable
320 - flow_enable_reply
321 - gbp_bridge_domain_add
322 - gbp_bridge_domain_add_reply
323 - gbp_bridge_domain_del
324 - gbp_bridge_domain_del_reply
325 - gbp_bridge_domain_details
326 - gbp_bridge_domain_dump
327 - gbp_bridge_domain_dump_reply
328 - gbp_contract_add_del
329 - gbp_contract_add_del_reply
330 - gbp_contract_details
331 - gbp_contract_dump
332 - gbp_endpoint_add
333 - gbp_endpoint_add_reply
334 - gbp_endpoint_del
335 - gbp_endpoint_del_reply
336 - gbp_endpoint_details
337 - gbp_endpoint_dump
338 - gbp_endpoint_group_add
339 - gbp_endpoint_group_add_reply
340 - gbp_endpoint_group_del
341 - gbp_endpoint_group_del_reply
342 - gbp_endpoint_group_details
343 - gbp_endpoint_group_dump
344 - gbp_ext_itf_add_del
345 - gbp_ext_itf_add_del_reply
346 - gbp_ext_itf_details
347 - gbp_ext_itf_dump
348 - gbp_recirc_add_del
349 - gbp_recirc_add_del_reply
350 - gbp_recirc_details
351 - gbp_recirc_dump
352 - gbp_route_domain_add
353 - gbp_route_domain_add_reply
354 - gbp_route_domain_del
355 - gbp_route_domain_del_reply
356 - gbp_route_domain_details
357 - gbp_route_domain_dump
358 - gbp_route_domain_dump_reply
359 - gbp_subnet_add_del
360 - gbp_subnet_add_del_reply
361 - gbp_subnet_details
362 - gbp_subnet_dump
363 - gbp_vxlan_tunnel_add
364 - gbp_vxlan_tunnel_add_reply
365 - gbp_vxlan_tunnel_del
366 - gbp_vxlan_tunnel_del_reply
367 - gbp_vxlan_tunnel_details
368 - gbp_vxlan_tunnel_dump
369 - ikev2_child_sa_details
370 - ikev2_child_sa_dump
371 - ikev2_initiate_del_child_sa
372 - ikev2_initiate_del_child_sa_reply
373 - ikev2_initiate_del_ike_sa
374 - ikev2_initiate_del_ike_sa_reply
375 - ikev2_initiate_rekey_child_sa
376 - ikev2_initiate_rekey_child_sa_reply
377 - ikev2_initiate_sa_init
378 - ikev2_initiate_sa_init_reply
379 - ikev2_nonce_get
380 - ikev2_nonce_get_reply
381 - ikev2_profile_add_del
382 - ikev2_profile_add_del_reply
383 - ikev2_profile_details
384 - ikev2_profile_disable_natt
385 - ikev2_profile_disable_natt_reply
386 - ikev2_profile_dump
387 - ikev2_profile_set_auth
388 - ikev2_profile_set_auth_reply
389 - ikev2_profile_set_id
390 - ikev2_profile_set_id_reply
391 - ikev2_profile_set_ipsec_udp_port
392 - ikev2_profile_set_ipsec_udp_port_reply
393 - ikev2_profile_set_liveness
394 - ikev2_profile_set_liveness_reply
395 - ikev2_profile_set_ts
396 - ikev2_profile_set_ts_reply
397 - ikev2_profile_set_udp_encap
398 - ikev2_profile_set_udp_encap_reply
399 - ikev2_sa_details
400 - ikev2_sa_dump
401 - ikev2_set_esp_transforms
402 - ikev2_set_esp_transforms_reply
403 - ikev2_set_ike_transforms
404 - ikev2_set_ike_transforms_reply
405 - ikev2_set_local_key
406 - ikev2_set_local_key_reply
407 - ikev2_set_responder
408 - ikev2_set_responder_reply
409 - ikev2_set_sa_lifetime
410 - ikev2_set_sa_lifetime_reply
411 - ikev2_set_tunnel_interface
412 - ikev2_set_tunnel_interface_reply
413 - ikev2_traffic_selector_details
414 - ikev2_traffic_selector_dump
415 - l2_emulation
416 - l2_emulation_reply
417 - mdata_enable_disable
418 - mdata_enable_disable_reply
419 - nat44_add_del_static_mapping_v2
420 - nat44_add_del_static_mapping_v2_reply
421 - nat44_show_running_config
422 - nat44_show_running_config_reply
423 - nat64_plugin_enable_disable
424 - nat64_plugin_enable_disable_reply
425 - oddbuf_enable_disable
426 - oddbuf_enable_disable_reply
427 - pg_interface_enable_disable_coalesce
428 - pg_interface_enable_disable_coalesce_reply
429 - sample_macswap_enable_disable
430 - sample_macswap_enable_disable_reply
431 - sr_policies_with_sl_index_details
432 - sr_policies_with_sl_index_dump
433 - sw_interface_set_vxlan_gbp_bypass
434 - sw_interface_set_vxlan_gbp_bypass_reply
435 - test_enum
436 - test_enum_reply
437 - test_prefix
438 - test_prefix_reply
439 - trace_capture_packets
440 - trace_capture_packets_reply
441 - trace_clear_capture
442 - trace_clear_capture_reply
443 - trace_details
444 - trace_dump
445 - trace_dump_reply
446 - trace_set_filters
447 - trace_set_filters_reply
448 - vxlan_gbp_tunnel_add_del
449 - vxlan_gbp_tunnel_add_del_reply
450 - vxlan_gbp_tunnel_details
451 - vxlan_gbp_tunnel_dump
452 - wireguard_interface_create
453 - wireguard_interface_create_reply
454 - wireguard_interface_delete
455 - wireguard_interface_delete_reply
456 - wireguard_interface_details
457 - wireguard_interface_dump
458 - wireguard_peer_add
459 - wireguard_peer_add_reply
460 - wireguard_peer_remove
461 - wireguard_peer_remove_reply
462 - wireguard_peers_details
463 - wireguard_peers_dump
464
465 ### Patches that changed API definitions
466
467 | @c src/vpp/api/vpe_types.api ||
468 | ------- | ------- |
469 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
470
471 | @c src/vat2/test/vat2_test.api ||
472 | ------- | ------- |
473 | [58a6e7725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58a6e7725) | api: crchcecker ignore version < 1.0.0 and outside of src directory |
474 | [510aaa891](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=510aaa891) | api: crchcecker ignore version < 1.0.0 and outside of src directory |
475 | [793be4632](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=793be4632) | api: fromjson/tojson enum flag support |
476
477 | @c src/vnet/mpls/mpls.api ||
478 | ------- | ------- |
479 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
480
481 | @c src/vnet/ipip/ipip.api ||
482 | ------- | ------- |
483 | [33c45f56a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33c45f56a) | fib: supporting inner flow hash on tunnels |
484
485 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
486 | ------- | ------- |
487 | [b468773aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b468773aa) | vxlan-gbp: Mark APIs as in-progress |
488
489 | @c src/vnet/ipsec/ipsec.api ||
490 | ------- | ------- |
491 | [041add7d1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=041add7d1) | ipsec: Tunnel SA DSCP behaviour |
492 | [f916414b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f916414b3) | api: clean up use of deprecated flag |
493
494 | @c src/vnet/ipsec/ipsec_types.api ||
495 | ------- | ------- |
496 | [041add7d1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=041add7d1) | ipsec: Tunnel SA DSCP behaviour |
497
498 | @c src/vnet/tunnel/tunnel_types.api ||
499 | ------- | ------- |
500 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
501 | [33c45f56a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33c45f56a) | fib: supporting inner flow hash on tunnels |
502
503 | @c src/vnet/classify/classify.api ||
504 | ------- | ------- |
505 | [5c1e48c01](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5c1e48c01) | classify: add pcap/trace classfier mgmt API calls |
506
507 | @c src/vnet/ipfix-export/ipfix_export.api ||
508 | ------- | ------- |
509 | [f6cf57ceb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f6cf57ceb) | misc: fix api in ipfix_classify_table_add/details |
510
511 | @c src/vnet/mfib/mfib_types.api ||
512 | ------- | ------- |
513 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
514 | [990f69450](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=990f69450) | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API |
515
516 | @c src/vnet/gre/gre.api ||
517 | ------- | ------- |
518 | [33c45f56a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33c45f56a) | fib: supporting inner flow hash on tunnels |
519
520 | @c src/vnet/ip/ip_types.api ||
521 | ------- | ------- |
522 | [6dc0c8d14](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6dc0c8d14) | ip: Sub Address Family types. Feature enable for each SAFI |
523
524 | @c src/vnet/ip/ip.api ||
525 | ------- | ------- |
526 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
527 | [990f69450](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=990f69450) | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API |
528
529 | @c src/vnet/ethernet/ethernet_types.api ||
530 | ------- | ------- |
531 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
532
533 | @c src/vnet/l2/l2.api ||
534 | ------- | ------- |
535 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
536
537 | @c src/vnet/cop/cop.api ||
538 | ------- | ------- |
539 | [6c8cdf78b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6c8cdf78b) | misc: cop - clean up stray doxygen block |
540 | [f916414b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f916414b3) | api: clean up use of deprecated flag |
541
542 | @c src/vnet/crypto/crypto.api ||
543 | ------- | ------- |
544 | [8c91b2ae2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8c91b2ae2) | crypto: Crypto set handler API to support set all as CLI |
545
546 | @c src/vnet/devices/virtio/virtio.api ||
547 | ------- | ------- |
548 | [e347acbc3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e347acbc3) | virtio: add packet buffering on transmit path |
549 | [f916414b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f916414b3) | api: clean up use of deprecated flag |
550
551 | @c src/vnet/interface_types.api ||
552 | ------- | ------- |
553 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
554
555 | @c src/vnet/ip-neighbor/ip_neighbor.api ||
556 | ------- | ------- |
557 | [4ac36bcb1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ac36bcb1) | ip-neighbor: Send API event when neighbor is removed |
558
559 | @c src/vnet/policer/policer_types.api ||
560 | ------- | ------- |
561 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
562
563 | @c src/vnet/srv6/sr_types.api ||
564 | ------- | ------- |
565 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
566
567 | @c src/plugins/map/map.api ||
568 | ------- | ------- |
569 | [148c7b768](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=148c7b768) | stats: counters data model |
570 | [f916414b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f916414b3) | api: clean up use of deprecated flag |
571
572 | @c src/plugins/nat/nat64/nat64.api ||
573 | ------- | ------- |
574 | [1f36023d2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1f36023d2) | nat: move nat64 to a subfeature |
575
576 | @c src/plugins/nat/det44/det44.api ||
577 | ------- | ------- |
578 | [d1762e614](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d1762e614) | nat: det44 plugin fix style and api cleanup |
579 | [f916414b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f916414b3) | api: clean up use of deprecated flag |
580
581 | @c src/plugins/nat/nat44.api ||
582 | ------- | ------- |
583 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
584 | [25fd8ad03](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25fd8ad03) | nat: cleanup & reorganization |
585 | [b227aa699](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b227aa699) | nat: api,cli and test update & cleanup |
586
587 | @c src/plugins/nat/nat_types.api ||
588 | ------- | ------- |
589 | [25fd8ad03](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25fd8ad03) | nat: cleanup & reorganization |
590
591 | @c src/plugins/lisp/lisp-cp/one.api ||
592 | ------- | ------- |
593 | [2b202bc4b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2b202bc4b) | lisp: Move to plugin |
594
595 | @c src/plugins/lisp/lisp-cp/lisp.api ||
596 | ------- | ------- |
597 | [068ad25c1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=068ad25c1) | lisp: .api dont set defaults in reply messages |
598 | [2b202bc4b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2b202bc4b) | lisp: Move to plugin |
599
600 | @c src/plugins/lisp/lisp-cp/lisp_types.api ||
601 | ------- | ------- |
602 | [2b202bc4b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2b202bc4b) | lisp: Move to plugin |
603
604 | @c src/plugins/lisp/lisp-gpe/lisp_gpe.api ||
605 | ------- | ------- |
606 | [2b202bc4b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2b202bc4b) | lisp: Move to plugin |
607
608 | @c src/plugins/nsim/nsim.api ||
609 | ------- | ------- |
610 | [f916414b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f916414b3) | api: clean up use of deprecated flag |
611
612 | @c src/plugins/lb/lb_types.api ||
613 | ------- | ------- |
614 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
615
616 | @c src/plugins/lb/lb.api ||
617 | ------- | ------- |
618 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
619
620 | @c src/plugins/pppoe/pppoe.api ||
621 | ------- | ------- |
622 | [340b10a38](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=340b10a38) | pppoe: make pppoe plugin work with dot1q subinterfaces |
623
624 | @c src/plugins/geneve/geneve.api ||
625 | ------- | ------- |
626 | [3a6adc52f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3a6adc52f) | geneve: Move to plugin |
627
628 | @c src/plugins/vmxnet3/vmxnet3.api ||
629 | ------- | ------- |
630 | [490e077fb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=490e077fb) | vmxnet3: add sw_if_index filter to vmxnet3 interface dump |
631
632 | @c src/plugins/wireguard/wireguard.api ||
633 | ------- | ------- |
634 | [de22111b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de22111b5) | wireguard: return public key in api |
635
636 | @c src/plugins/l2tp/l2tp.api ||
637 | ------- | ------- |
638 | [6810a77da](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6810a77da) | misc: Move l2tp to plugin |
639
640 | @c src/plugins/acl/acl.api ||
641 | ------- | ------- |
642 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
643
644 | @c src/plugins/acl/acl_types.api ||
645 | ------- | ------- |
646 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
647
648 | @c src/plugins/rdma/rdma.api ||
649 | ------- | ------- |
650 | [798267aaa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=798267aaa) | rdma: implement multiseg rx without striding rq |
651
652 | @c src/plugins/ikev2/ikev2.api ||
653 | ------- | ------- |
654 | [d7fc12f07](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d7fc12f07) | ikev2: add option to disable NAT traversal |
655 | [84962d19b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=84962d19b) | ikev2: support ipv6 traffic selectors & overlay |
656
657 | @c src/plugins/ikev2/ikev2_types.api ||
658 | ------- | ------- |
659 | [dc01471be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dc01471be) | api: add missing version info |
660 | [d7fc12f07](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d7fc12f07) | ikev2: add option to disable NAT traversal |
661 | [84962d19b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=84962d19b) | ikev2: support ipv6 traffic selectors & overlay |
662
663 | @c src/plugins/cnat/cnat.api ||
664 | ------- | ------- |
665 | [2082835fe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2082835fe) | cnat: allow max_u16 translation backends |
666 | [af897c5e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=af897c5e3) | cnat: Add DHCP support |
667
668 | @c src/plugins/tracedump/tracedump.api ||
669 | ------- | ------- |
670 | [c0b195450](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0b195450) | feature: Add packet trace API |
671
672 | @c src/plugins/tracedump/graph.api ||
673 | ------- | ------- |
674 | [c0b195450](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0b195450) | feature: Add packet trace API |
675
676 | @c src/plugins/vrrp/vrrp.api ||
677 | ------- | ------- |
678 | [78f487e11](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=78f487e11) | vrrp: asynchronous events on VR state change |
679
680 | @c src/plugins/flowprobe/flowprobe.api ||
681 | ------- | ------- |
682 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
683
684 | @c src/plugins/lldp/lldp.api ||
685 | ------- | ------- |
686 | [3f9fdd984](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3f9fdd984) | lldp: Move to plugin |
687
688 | @c src/plugins/memif/memif.api ||
689 | ------- | ------- |
690 | [6223766f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6223766f9) | libmemif: clean up typos |
691
692 | @c src/plugins/dns/dns.api ||
693 | ------- | ------- |
694 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
695
696 | @c src/plugins/stn/stn.api ||
697 | ------- | ------- |
698 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
699
700 | @c src/plugins/af_xdp/af_xdp.api ||
701 | ------- | ------- |
702 | [d4e109138](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d4e109138) | af_xdp: add option to claim all available rx queues |
703
704 | @c src/plugins/gbp/gbp.api ||
705 | ------- | ------- |
706 | [df87f8092](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df87f8092) | api: vat2 and json autogeneration for api messages |
707
708
709 @page release_notes_2009 Release notes for VPP 20.09
710
711 More than 458 commits since the previous release, including 266 fixes.
712
713 ## Release Highlights
714
715 The FD.io VPP 20.09 release added a number of notable new features. In plugins,
716 the I/O layer added support for the Linux AF\_XDP interface with the AF\_XDP
717 plugin. New plugins where added supporting both the Wireguard security protocol
718 and CNAT destination based address translation, and the existing IKEv2 plugin
719 added support for NAT-T. In the cryptography layer, support was added for
720 synchronous software crypto engines, enabling users to allocate dedicated crypto
721 worker threads. The flow layer added support for steering IPSEC ESP/AH flows to
722 worker threads. GRO support was added to the packet coalescing library.
723
724 This release introduces the new FD.io VPP API change policy to ensure
725 backwards-compatibility. The policy will ensure seamless upgrades to new
726 versions of FD.io VPP in future, provided no "in-progress" or deprecated APIs
727 are in use. Enabling the FD.io community to enjoy the benefits of new releases,
728 while minimizing the work involved in staying current.
729
730 If you dive into the implementation, you will note that policy in action. A
731 number of modified API messages have had their original versions maintained to
732 ensure compatibility.
733
734 Reflecting the new policy we added two new sections to the release notes
735 describing:
736 - Newly deprecated API messages: please note that if you are using a deprecated
737 message, they will soon be removed in a subsequent release. Collaborate with
738 the feature maintainer on the best approach to mitigate.
739 - In-progress API messages: They are work-in-progress, and are *not* subject to
740 the policy, and may change or even be removed at any time. Please collaborate
741 with the feature maintainer on plans to productize the message before using in
742 any product. In-progress APIs must eventually become stable or be removed.
743
744 ## Features
745
746 - VNET
747   - Crypto Infra
748     - Add chacha20-poly1305 algo (61f49aa38)
749     - Asynchronous crypto engines (2284817ea)
750     - Add asynchronous crypto APIs (0c936b147)
751     - Added support for optimized cryptodev API (ef80ad6bf)
752   - FLOW
753     - Added ability to steer IPSec ESP/AH flows to worker threads (d4c3666b9)
754     - Added the vnet/flow API (d0236f725)
755   - GENEVE
756     - Support geneve interface acting as a bvi (7fc88cf3a)
757   - GSO
758     - Added software GRO support (f382b06fe)
759   - IPSec
760     - Dedicated IPSec interface type (dd4ccf262)
761     - Deprecate old interface API (e6df80de4)
762   - Interface Common
763     - Support configuring RSS steering queues (c4665093c)
764   - Native Virtio Drivers
765     - Add vhost sw\_if\_index filter for sw\_interface\_vhost\_user\_dump (a0e8d9669)
766     - Add modern device support (379aac395)
767     - Add virtio 1.1 api flags (518251bc8)
768   - TAP Drivers
769     - Add gro support (9e2a78564)
770     - Add virtio 1.1 API flag (50bd16559)
771   - TCP
772     - Track reorder with selective acknowledgments (cc4d6d022)
773 - Plugins
774   - AF\_XDP driver
775     - New plugin for Linux AF\_XDP input (4a76d6f6d)
776   - CNat
777     - New plugin for destination based NAT (29f3c7d2e)
778   - Wireguard
779     - New plugin, initial implementation of wireguard protocol (edca1325c)
780   - Crypto - OpenSSL
781     - Add chacha20-poly1305 support to crypto-openssl (1b6ed022e)
782   - DPDK
783     - Device\_id sorted order for cryptodev (5a849e3b3)
784     - Call the meson-based build instead of Makefiles (73903d7e8)
785   - Internet Key Exchange (IKEv2) Protocol
786     - Add support for NAT traversal (NAT-T) (4362baa33)
787     - Add profile dump API (6a9bd8188)
788     - Add support for AES-GCM cipher in IKE (a7b963df2)
789     - Add SA dump API (a340fe1ac)
790   - Network Delay Simulator
791     - Basic reorder support (e6c3e8f0e)
792 - VPP Comms Library
793   - Nest vcl\_mq\_epfd to support epoll\_wait without high CPU usage (4266d4d5f)
794   - Support connected udp listens (1e96617d9)
795   - Support inter worker rpc (40c07ce7a)
796   - Support multi-threads with session migration (a3a489691)
797 - Vector Library
798   - Add recursive macro expander to debug cli (961e3c842)
799 - Binary API Libraries
800   - Add new stream message convention (f5db3711b)
801   - Make VPP api handlers endian independent (e796a1873)
802 - Infrastructure Library
803   - Multiarch support for OCTEONTX2 SoC (e2f5236dc)
804
805 ## Known issues
806
807 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
808
809 ## Fixed issues
810
811 For the full list of fixed issues please refer to:
812 - fd.io [JIRA](https://jira.fd.io)
813 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2009)
814
815
816 ## API changes
817
818 Description of results:
819
820 * _Definition changed_: indicates that the API file was modified between releases.
821 * _Only in image_: indicates the API is new for this release.
822 * _Only in file_: indicates the API has been removed in this release.
823
824 Message Name                                                 | Result
825 -------------------------------------------------------------|------------------
826 adl_allowlist_enable_disable                                 | only in image
827 adl_allowlist_enable_disable_reply                           | only in image
828 adl_interface_enable_disable                                 | only in image
829 adl_interface_enable_disable_reply                           | only in image
830 bond_add_member                                              | only in image
831 bond_add_member_reply                                        | only in image
832 bond_create2                                                 | only in image
833 bond_create2_reply                                           | only in image
834 bond_detach_member                                           | only in image
835 bond_detach_member_reply                                     | only in image
836 cnat_add_del_snat_prefix                                     | only in image
837 cnat_add_del_snat_prefix_reply                               | only in image
838 cnat_session_details                                         | only in image
839 cnat_session_dump                                            | only in image
840 cnat_session_purge                                           | only in image
841 cnat_session_purge_reply                                     | only in image
842 cnat_set_snat_addresses                                      | only in image
843 cnat_set_snat_addresses_reply                                | only in image
844 cnat_translation_del                                         | only in image
845 cnat_translation_del_reply                                   | only in image
846 cnat_translation_details                                     | only in image
847 cnat_translation_dump                                        | only in image
848 cnat_translation_update                                      | only in image
849 cnat_translation_update_reply                                | only in image
850 crypto_set_async_dispatch                                    | only in image
851 crypto_set_async_dispatch_reply                              | only in image
852 crypto_set_handler                                           | only in image
853 crypto_set_handler_reply                                     | only in image
854 crypto_sw_scheduler_set_worker                               | only in image
855 crypto_sw_scheduler_set_worker_reply                         | only in image
856 det44_add_del_map                                            | only in image
857 det44_add_del_map_reply                                      | only in image
858 det44_close_session_in                                       | only in image
859 det44_close_session_in_reply                                 | only in image
860 det44_close_session_out                                      | only in image
861 det44_close_session_out_reply                                | only in image
862 det44_forward                                                | only in image
863 det44_forward_reply                                          | only in image
864 det44_get_timeouts                                           | only in image
865 det44_get_timeouts_reply                                     | only in image
866 det44_interface_add_del_feature                              | only in image
867 det44_interface_add_del_feature_reply                        | only in image
868 det44_interface_details                                      | only in image
869 det44_interface_dump                                         | only in image
870 det44_map_details                                            | only in image
871 det44_map_dump                                               | only in image
872 det44_plugin_enable_disable                                  | only in image
873 det44_plugin_enable_disable_reply                            | only in image
874 det44_reverse                                                | only in image
875 det44_reverse_reply                                          | only in image
876 det44_session_details                                        | only in image
877 det44_session_dump                                           | only in image
878 det44_set_timeouts                                           | only in image
879 det44_set_timeouts_reply                                     | only in image
880 flow_add                                                     | only in image
881 flow_add_reply                                               | only in image
882 flow_del                                                     | only in image
883 flow_del_reply                                               | only in image
884 flow_disable                                                 | only in image
885 flow_disable_reply                                           | only in image
886 flow_enable                                                  | only in image
887 flow_enable_reply                                            | only in image
888 geneve_add_del_tunnel2                                       | only in image
889 geneve_add_del_tunnel2_reply                                 | only in image
890 gtpu_add_del_tunnel                                          | definition changed
891 gtpu_tunnel_details                                          | definition changed
892 gtpu_tunnel_update_tteid                                     | only in image
893 gtpu_tunnel_update_tteid_reply                               | only in image
894 ikev2_child_sa_details                                       | only in image
895 ikev2_child_sa_dump                                          | only in image
896 ikev2_nonce_get                                              | only in image
897 ikev2_nonce_get_reply                                        | only in image
898 ikev2_profile_details                                        | only in image
899 ikev2_profile_dump                                           | only in image
900 ikev2_profile_set_ts                                         | definition changed
901 ikev2_sa_details                                             | only in image
902 ikev2_sa_dump                                                | only in image
903 ikev2_set_esp_transforms                                     | definition changed
904 ikev2_set_ike_transforms                                     | definition changed
905 ikev2_set_responder                                          | definition changed
906 ikev2_traffic_selector_details                               | only in image
907 ikev2_traffic_selector_dump                                  | only in image
908 ipsec_itf_create                                             | only in image
909 ipsec_itf_create_reply                                       | only in image
910 ipsec_itf_delete                                             | only in image
911 ipsec_itf_delete_reply                                       | only in image
912 ipsec_itf_details                                            | only in image
913 ipsec_itf_dump                                               | only in image
914 ipsec_set_async_mode                                         | only in image
915 ipsec_set_async_mode_reply                                   | only in image
916 map_domains_get                                              | only in image
917 map_domains_get_reply                                        | only in image
918 nat44_add_del_static_mapping_v2                              | only in image
919 nat44_add_del_static_mapping_v2_reply                        | only in image
920 nat_show_config_2                                            | only in image
921 nat_show_config_2_reply                                      | only in image
922 nsim_configure2                                              | only in image
923 nsim_configure2_reply                                        | only in image
924 pg_interface_enable_disable_coalesce                         | only in image
925 pg_interface_enable_disable_coalesce_reply                   | only in image
926 sr_policies_with_sl_index_details                            | only in image
927 sr_policies_with_sl_index_dump                               | only in image
928 sw_bond_interface_details                                    | only in image
929 sw_bond_interface_dump                                       | only in image
930 sw_member_interface_details                                  | only in image
931 sw_member_interface_dump                                     | only in image
932 trace_details                                                | only in image
933 trace_dump                                                   | only in image
934 trace_dump_reply                                             | only in image
935 virtio_pci_create_v2                                         | only in image
936 virtio_pci_create_v2_reply                                   | only in image
937 wireguard_interface_create                                   | only in image
938 wireguard_interface_create_reply                             | only in image
939 wireguard_interface_delete                                   | only in image
940 wireguard_interface_delete_reply                             | only in image
941 wireguard_interface_details                                  | only in image
942 wireguard_interface_dump                                     | only in image
943 wireguard_peer_add                                           | only in image
944 wireguard_peer_add_reply                                     | only in image
945 wireguard_peer_remove                                        | only in image
946 wireguard_peer_remove_reply                                  | only in image
947 wireguard_peers_details                                      | only in image
948 wireguard_peers_dump                                         | only in image
949
950 Found 123 api message signature differences
951
952
953 ### Newly deprecated API messages
954
955 These messages are still there in the API, but can and probably
956 will disappear in the next release.
957
958 - bond_create
959 - bond_detach_slave
960 - bond_detach_slave_reply
961 - bond_enslave
962 - cop_interface_enable_disable
963 - cop_interface_enable_disable_reply
964 - cop_whitelist_enable_disable
965 - cop_whitelist_enable_disable_reply
966 - geneve_add_del_tunnel
967 - ipsec_tunnel_if_add_del
968 - ipsec_tunnel_if_set_sa
969 - ipsec_tunnel_if_set_sa_reply
970 - map_domain_dump
971 - nat_det_add_del_map
972 - nat_det_add_del_map_reply
973 - nat_det_close_session_in
974 - nat_det_close_session_in_reply
975 - nat_det_close_session_out
976 - nat_det_close_session_out_reply
977 - nat_det_forward
978 - nat_det_forward_reply
979 - nat_det_map_details
980 - nat_det_map_dump
981 - nat_det_reverse
982 - nat_det_reverse_reply
983 - nat_det_session_details
984 - nat_det_session_dump
985 - nat_show_config
986 - nsim_configure
987 - nsim_configure_reply
988 - sw_interface_bond_dump
989 - sw_interface_slave_dump
990 - virtio_pci_create
991 - virtio_pci_create_reply
992
993 ### In-progress API messages
994
995 These messages are provided for testing and experimentation only.
996 They are *not* subject to any compatibility process,
997 and therefore can arbitrarily change or disappear at *any* moment.
998 Also they may have less than satisfactory testing, making
999 them unsuitable for other use than the technology preview.
1000 If you are intending to use these messages in production projects,
1001 please collaborate with the feature maintainer on their productization.
1002
1003 - abf_itf_attach_add_del
1004 - abf_itf_attach_add_del_reply
1005 - abf_itf_attach_details
1006 - abf_itf_attach_dump
1007 - abf_plugin_get_version
1008 - abf_plugin_get_version_reply
1009 - abf_policy_add_del
1010 - abf_policy_add_del_reply
1011 - abf_policy_details
1012 - abf_policy_dump
1013 - adl_allowlist_enable_disable
1014 - adl_allowlist_enable_disable_reply
1015 - adl_interface_enable_disable
1016 - adl_interface_enable_disable_reply
1017 - af_xdp_create
1018 - af_xdp_create_reply
1019 - af_xdp_delete
1020 - af_xdp_delete_reply
1021 - cnat_add_del_snat_prefix
1022 - cnat_add_del_snat_prefix_reply
1023 - cnat_session_details
1024 - cnat_session_dump
1025 - cnat_session_purge
1026 - cnat_session_purge_reply
1027 - cnat_set_snat_addresses
1028 - cnat_set_snat_addresses_reply
1029 - cnat_translation_del
1030 - cnat_translation_del_reply
1031 - cnat_translation_details
1032 - cnat_translation_dump
1033 - cnat_translation_update
1034 - cnat_translation_update_reply
1035 - crypto_sw_scheduler_set_worker
1036 - crypto_sw_scheduler_set_worker_reply
1037 - det44_get_timeouts_reply
1038 - det44_interface_add_del_feature
1039 - det44_interface_add_del_feature_reply
1040 - det44_interface_details
1041 - det44_interface_dump
1042 - det44_plugin_enable_disable
1043 - det44_plugin_enable_disable_reply
1044 - det44_set_timeouts
1045 - det44_set_timeouts_reply
1046 - flow_add
1047 - flow_add_reply
1048 - flow_del
1049 - flow_del_reply
1050 - flow_disable
1051 - flow_disable_reply
1052 - flow_enable
1053 - flow_enable_reply
1054 - gbp_bridge_domain_add
1055 - gbp_bridge_domain_add_reply
1056 - gbp_bridge_domain_del
1057 - gbp_bridge_domain_del_reply
1058 - gbp_bridge_domain_details
1059 - gbp_bridge_domain_dump
1060 - gbp_bridge_domain_dump_reply
1061 - gbp_contract_add_del
1062 - gbp_contract_add_del_reply
1063 - gbp_contract_details
1064 - gbp_contract_dump
1065 - gbp_endpoint_add
1066 - gbp_endpoint_add_reply
1067 - gbp_endpoint_del
1068 - gbp_endpoint_del_reply
1069 - gbp_endpoint_details
1070 - gbp_endpoint_dump
1071 - gbp_endpoint_group_add
1072 - gbp_endpoint_group_add_reply
1073 - gbp_endpoint_group_del
1074 - gbp_endpoint_group_del_reply
1075 - gbp_endpoint_group_details
1076 - gbp_endpoint_group_dump
1077 - gbp_ext_itf_add_del
1078 - gbp_ext_itf_add_del_reply
1079 - gbp_ext_itf_details
1080 - gbp_ext_itf_dump
1081 - gbp_recirc_add_del
1082 - gbp_recirc_add_del_reply
1083 - gbp_recirc_details
1084 - gbp_recirc_dump
1085 - gbp_route_domain_add
1086 - gbp_route_domain_add_reply
1087 - gbp_route_domain_del
1088 - gbp_route_domain_del_reply
1089 - gbp_route_domain_details
1090 - gbp_route_domain_dump
1091 - gbp_route_domain_dump_reply
1092 - gbp_subnet_add_del
1093 - gbp_subnet_add_del_reply
1094 - gbp_subnet_details
1095 - gbp_subnet_dump
1096 - gbp_vxlan_tunnel_add
1097 - gbp_vxlan_tunnel_add_reply
1098 - gbp_vxlan_tunnel_del
1099 - gbp_vxlan_tunnel_del_reply
1100 - gbp_vxlan_tunnel_details
1101 - gbp_vxlan_tunnel_dump
1102 - ikev2_child_sa_details
1103 - ikev2_child_sa_dump
1104 - ikev2_initiate_del_child_sa
1105 - ikev2_initiate_del_child_sa_reply
1106 - ikev2_initiate_del_ike_sa
1107 - ikev2_initiate_del_ike_sa_reply
1108 - ikev2_initiate_rekey_child_sa
1109 - ikev2_initiate_rekey_child_sa_reply
1110 - ikev2_initiate_sa_init
1111 - ikev2_initiate_sa_init_reply
1112 - ikev2_nonce_get
1113 - ikev2_nonce_get_reply
1114 - ikev2_profile_add_del
1115 - ikev2_profile_add_del_reply
1116 - ikev2_profile_details
1117 - ikev2_profile_dump
1118 - ikev2_profile_set_auth
1119 - ikev2_profile_set_auth_reply
1120 - ikev2_profile_set_id
1121 - ikev2_profile_set_id_reply
1122 - ikev2_profile_set_ipsec_udp_port
1123 - ikev2_profile_set_ipsec_udp_port_reply
1124 - ikev2_profile_set_liveness
1125 - ikev2_profile_set_liveness_reply
1126 - ikev2_profile_set_ts
1127 - ikev2_profile_set_ts_reply
1128 - ikev2_profile_set_udp_encap
1129 - ikev2_profile_set_udp_encap_reply
1130 - ikev2_sa_details
1131 - ikev2_sa_dump
1132 - ikev2_set_esp_transforms
1133 - ikev2_set_esp_transforms_reply
1134 - ikev2_set_ike_transforms
1135 - ikev2_set_ike_transforms_reply
1136 - ikev2_set_local_key
1137 - ikev2_set_local_key_reply
1138 - ikev2_set_responder
1139 - ikev2_set_responder_reply
1140 - ikev2_set_sa_lifetime
1141 - ikev2_set_sa_lifetime_reply
1142 - ikev2_set_tunnel_interface
1143 - ikev2_set_tunnel_interface_reply
1144 - ikev2_traffic_selector_details
1145 - ikev2_traffic_selector_dump
1146 - l2_emulation
1147 - l2_emulation_reply
1148 - mdata_enable_disable
1149 - mdata_enable_disable_reply
1150 - nat44_add_del_static_mapping_v2
1151 - nat44_add_del_static_mapping_v2_reply
1152 - oddbuf_enable_disable
1153 - oddbuf_enable_disable_reply
1154 - pg_interface_enable_disable_coalesce
1155 - pg_interface_enable_disable_coalesce_reply
1156 - sample_macswap_enable_disable
1157 - sample_macswap_enable_disable_reply
1158 - sr_policies_with_sl_index_details
1159 - sr_policies_with_sl_index_dump
1160 - sw_interface_set_vxlan_gbp_bypass
1161 - sw_interface_set_vxlan_gbp_bypass_reply
1162 - trace_details
1163 - trace_dump
1164 - trace_dump_reply
1165 - vxlan_gbp_tunnel_add_del
1166 - vxlan_gbp_tunnel_add_del_reply
1167 - vxlan_gbp_tunnel_details
1168 - vxlan_gbp_tunnel_dump
1169 - wireguard_interface_create
1170 - wireguard_interface_create_reply
1171 - wireguard_interface_delete
1172 - wireguard_interface_delete_reply
1173 - wireguard_interface_details
1174 - wireguard_interface_dump
1175 - wireguard_peer_add
1176 - wireguard_peer_add_reply
1177 - wireguard_peer_remove
1178 - wireguard_peer_remove_reply
1179 - wireguard_peers_details
1180 - wireguard_peers_dump
1181
1182 ### Patches that changed API definitions
1183
1184 | @c src/vpp/api/vpe.api ||
1185 | ------- | ------- |
1186 | [d0236f725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0236f725) | flow: add vnet/flow formal API |
1187
1188 | @c src/vnet/crypto/crypto.api ||
1189 | ------- | ------- |
1190 | [4035daffd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4035daffd) | crypto: Crypto set handler API to support set all as CLI |
1191 | [0c936b147](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0c936b147) | crypto: Add async crypto APIs |
1192
1193 | @c src/vnet/cop/cop.api ||
1194 | ------- | ------- |
1195 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1196 | [ac0326fc5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ac0326fc5) | adl: move allow/deny list function to plugin |
1197
1198 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
1199 | ------- | ------- |
1200 | [4ab5190eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ab5190eb) | lisp: API cleanup |
1201
1202 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
1203 | ------- | ------- |
1204 | [f72b1aff7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f72b1aff7) | vxlan-gbp: Mark APIs as in-progress |
1205
1206 | @c src/vnet/flow/flow_types.api ||
1207 | ------- | ------- |
1208 | [34bfa50b6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34bfa50b6) | flow: code refactor |
1209 | [d0236f725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0236f725) | flow: add vnet/flow formal API |
1210
1211 | @c src/vnet/flow/flow.api ||
1212 | ------- | ------- |
1213 | [d0236f725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0236f725) | flow: add vnet/flow formal API |
1214
1215 | @c src/vnet/srv6/sr.api ||
1216 | ------- | ------- |
1217 | [30fa97dc6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=30fa97dc6) | sr: new messages created to return sl index for segment lists in a sr policy |
1218
1219 | @c src/vnet/pg/pg.api ||
1220 | ------- | ------- |
1221 | [f382b06fe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f382b06fe) | gso: packet coalesce library |
1222 | [0cf528233](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0cf528233) | gso: fix the udp checksum in test |
1223
1224 | @c src/vnet/geneve/geneve.api ||
1225 | ------- | ------- |
1226 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1227 | [7fc88cf3a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7fc88cf3a) | geneve: support geneve interface acting as a bvi |
1228
1229 | @c src/vnet/lisp-cp/one.api ||
1230 | ------- | ------- |
1231 | [4ab5190eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ab5190eb) | lisp: API cleanup |
1232
1233 | @c src/vnet/lisp-cp/lisp.api ||
1234 | ------- | ------- |
1235 | [4ab5190eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ab5190eb) | lisp: API cleanup |
1236
1237 | @c src/vnet/devices/tap/tapv2.api ||
1238 | ------- | ------- |
1239 | [50bd16559](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=50bd16559) | tap: add virtio 1.1 API flag |
1240
1241 | @c src/vnet/devices/virtio/vhost_user.api ||
1242 | ------- | ------- |
1243 | [a0e8d9669](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a0e8d9669) | virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dump |
1244
1245 | @c src/vnet/devices/virtio/virtio.api ||
1246 | ------- | ------- |
1247 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1248 | [518251bc8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=518251bc8) | virtio: add virtio 1.1 api flags |
1249
1250 | @c src/vnet/ipsec/ipsec.api ||
1251 | ------- | ------- |
1252 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1253 | [2e84d6655](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2e84d6655) | ipsec: add ipsec set async mode api |
1254 | [e6df80de4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6df80de4) | ipsec: Deprecate old interface API |
1255 | [dd4ccf262](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd4ccf262) | ipsec: Dedicated IPSec interface type |
1256
1257 | @c src/vnet/bonding/bond.api ||
1258 | ------- | ------- |
1259 | [ea7178631](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ea7178631) | bonding: add bond_create2 API to include gso option |
1260 | [4c4223edf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c4223edf) | bonding lacp: replace slave string with member |
1261
1262 | @c src/vnet/ip/ip_types.api ||
1263 | ------- | ------- |
1264 | [d0236f725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0236f725) | flow: add vnet/flow formal API |
1265
1266 | @c src/plugins/wireguard/wireguard.api ||
1267 | ------- | ------- |
1268 | [edca1325c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=edca1325c) | wireguard: initial implementation of wireguard protocol |
1269
1270 | @c src/plugins/map/map.api ||
1271 | ------- | ------- |
1272 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1273 | [ac0326fc5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ac0326fc5) | adl: move allow/deny list function to plugin |
1274 | [f5db3711b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f5db3711b) | api: add new stream message convention |
1275
1276 | @c src/plugins/lacp/lacp.api ||
1277 | ------- | ------- |
1278 | [4c4223edf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c4223edf) | bonding lacp: replace slave string with member |
1279
1280 | @c src/plugins/l2e/l2e.api ||
1281 | ------- | ------- |
1282 | [f733e7ade](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f733e7ade) | l2e: mark API as in-progress |
1283
1284 | @c src/plugins/ikev2/ikev2.api ||
1285 | ------- | ------- |
1286 | [a340fe1ac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a340fe1ac) | ikev2: add SA dump API |
1287 | [459d17bb7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=459d17bb7) | ikev2: refactor and test profile dump API |
1288 | [ac46e3b1d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ac46e3b1d) | ikev2: API downgrade due to lack of ikev2 tests |
1289 | [6a9bd8188](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a9bd8188) | ikev2: add profile dump API |
1290
1291 | @c src/plugins/ikev2/ikev2_types.api ||
1292 | ------- | ------- |
1293 | [a340fe1ac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a340fe1ac) | ikev2: add SA dump API |
1294 | [459d17bb7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=459d17bb7) | ikev2: refactor and test profile dump API |
1295 | [6a9bd8188](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a9bd8188) | ikev2: add profile dump API |
1296
1297 | @c src/plugins/tracedump/tracedump.api ||
1298 | ------- | ------- |
1299 | [65b65a469](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=65b65a469) | misc: add tracedump API plugin |
1300
1301 | @c src/plugins/gtpu/gtpu.api ||
1302 | ------- | ------- |
1303 | [9ebbb5c41](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9ebbb5c41) | gtpu: support separate rx-decap and encap-tx teid values |
1304
1305 | @c src/plugins/gbp/gbp.api ||
1306 | ------- | ------- |
1307 | [d2f8fb9c7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d2f8fb9c7) | gbp: mark APIs as in-progress |
1308
1309 | @c src/plugins/acl/acl.api ||
1310 | ------- | ------- |
1311 | [24ee40a5c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=24ee40a5c) | acl: correct acl vat help message |
1312
1313 | @c src/plugins/nat/dslite/dslite.api ||
1314 | ------- | ------- |
1315 | [603e75465](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=603e75465) | nat: move deterministic nat to det44 sub feature |
1316
1317 | @c src/plugins/nat/det44/det44.api ||
1318 | ------- | ------- |
1319 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1320 | [603e75465](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=603e75465) | nat: move deterministic nat to det44 sub feature |
1321
1322 | @c src/plugins/nat/nat_types.api ||
1323 | ------- | ------- |
1324 | [96068d6b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=96068d6b9) | nat: nat66 to plugin |
1325
1326 | @c src/plugins/nat/nat.api ||
1327 | ------- | ------- |
1328 | [6484f4b9c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6484f4b9c) | nat: twice-nat static mapping pool address |
1329 | [edc816355](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=edc816355) | nat: fix type in api message |
1330 | [603e75465](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=603e75465) | nat: move deterministic nat to det44 sub feature |
1331 | [96068d6b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=96068d6b9) | nat: nat66 to plugin |
1332
1333 | @c src/plugins/nat/nat66/nat66.api ||
1334 | ------- | ------- |
1335 | [96068d6b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=96068d6b9) | nat: nat66 to plugin |
1336
1337 | @c src/plugins/cnat/cnat.api ||
1338 | ------- | ------- |
1339 | [29f3c7d2e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=29f3c7d2e) | cnat: Destination based NAT |
1340
1341 | @c src/plugins/abf/abf.api ||
1342 | ------- | ------- |
1343 | [df494dafa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df494dafa) | abf: mark API as in-progress |
1344
1345 | @c src/plugins/adl/adl.api ||
1346 | ------- | ------- |
1347 | [ac0326fc5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ac0326fc5) | adl: move allow/deny list function to plugin |
1348
1349 | @c src/plugins/nsim/nsim.api ||
1350 | ------- | ------- |
1351 | [00f21fb2f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00f21fb2f) | api: clean up use of deprecated flag |
1352 | [e6c3e8f0e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6c3e8f0e) | nsim: basic reorder support |
1353
1354 | @c src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api ||
1355 | ------- | ------- |
1356 | [0c936b147](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0c936b147) | crypto: Add async crypto APIs |
1357
1358 | @c src/plugins/dhcp/dhcp.api ||
1359 | ------- | ------- |
1360 | [bad679291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bad679291) | api: register endian handlers for reply messages |
1361
1362 | @c src/plugins/af_xdp/af_xdp.api ||
1363 | ------- | ------- |
1364 | [4a76d6f6d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a76d6f6d) | af_xdp: AF_XDP input plugin |
1365
1366
1367 @page release_notes_20051 Release notes for VPP 20.05.1
1368
1369 This is bug fix release.
1370
1371 For the full list of fixed issues please refer to:
1372 - fd.io [JIRA](https://jira.fd.io)
1373 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2005)
1374
1375 @page release_notes_2005 Release notes for VPP 20.05
1376
1377 More than 751 commits since the 20.01 release.
1378
1379 ## Release Highlights
1380
1381 ### Feature Highlights
1382
1383 As per commits involving
1384 FEATURE.yaml edits between the previous release and this release.
1385 They are mentioned in the below "features" section as well,
1386 together with the corresponding commits.
1387
1388 - TAP Drivers
1389   - Implement sw_interface_tap_v2_dump filtering by sw_if_index
1390   - Add support for persistence
1391 - Native Virtio Drivers
1392   - Support virtio 1.1 packed ring in vhost
1393 - gso
1394   - Add support for IP-IP
1395   - Add vxlan tunnel support
1396 - VRRP
1397   - Add plugin providing VRRP support
1398
1399 ### Ongoing Work On More Semantic-Typed API
1400
1401 This release, like the 20.01, continues the journey on defining
1402 the semantic-based types instead of storage-based types within the API,
1403 so you may have noticed this in the API changes.
1404
1405 Some of the changes
1406 are related to the infrastructure, and may be bugfixes, they
1407 do not change the CRC of the message but affect the representation
1408 on the wire. One particular commit we want you to pay attention to,
1409 is [b5c0d35f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b5c0d35f), which
1410 fixes the bug with the enum representation on the wire - before it,
1411 even the enums declared as u8 or u16 were represented as u32 in
1412 the API messages.
1413
1414 Another important commit we would like to call out explicitly as well is
1415 [7dd63e5c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7dd63e5c), which
1416 pinned the address_family and ip_proto enum types to be u8 instead of the default u32.
1417
1418 The above two commits will be primarily interesting for those who work with the low-level
1419 APIs on VPP - the API frameworks should make these under-the-hood changes transparent.
1420 However, we decided to call these out, given that for those affected these will
1421 be pretty important changes.
1422
1423 Another commit, that does not have the immediate impact at the moment, but that
1424 is poised to improve the user interaction with the API is [5c318c70](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5c318c70).
1425 This adds the tooling and ability to implement a structured process,
1426 by which the API messages can evolve, while minimizing the impact to the
1427 API users.
1428
1429 ## Features
1430
1431 - Binary API Compiler for Python
1432   - Api crc checker (5c318c70d)
1433 - Binary API Libraries
1434   - Add macro that zeros out api reply buffer (f24de1795)
1435 - Build System
1436   - Add snap packaging (experimental) (6d97e62c0)
1437   - Support arch-specific compiling for Neoverse N1 (690ce8672)
1438 - Crypto native Plugin
1439   - Add ARMv8 AES-CBC implementation (776644efe)
1440   - Add AArch64 AES-GCM native implementation (622b5ce61)
1441   - Calculate ghash using vpclmulqdq instructions (627fb6a16)
1442   - GCM implementation with vector AESNI instructions (47d8f5dcd)
1443 - Infrastructure Library
1444   - Add x86 CPU definitions (38e0413b2)
1445   - Numa vector placement support (a690fdbfe)
1446   - Add cmake option to grow vectors by 1 (98bd75778)
1447   - Add tw\_timer\_2t\_2w\_512sl variant (907678977)
1448 - Link Bonding
1449   - Add GSO support (2e1fa54b7)
1450 - Plugins
1451   - DPDK
1452     - Output switch information (2347278d9)
1453     - Use port\_id as interface name suffix for representors (a80f8f371)
1454     - Add iova-mode to startup (4e96ddaec)
1455     - Bump DPDK version to 20.02 (76be887d8)
1456     - Enable DPDK iAVF PMD (162ea767c)
1457     - DPDK 20.05 iavf flow director backporting to DPDK 20.02 (7f83738b4)
1458   - GTPU
1459     - Offload RX flow (00fdf53c7)
1460     - RX offload for IPv6 payload supporting (ed63a0ff7)
1461   - Host Stack Applications
1462     - Proxy rcv wnd update acks after full fifos (dda2dbeda)
1463   - IPv6 Segment Routing Mobile
1464     - Support GTP4/6.DT and User Plane message mapping (9e722bd46)
1465   - Internet Key Exchange (IKEv2) Protocol
1466     - Configure a profile with an existing interface (44476c6b2)
1467     - Responder honours the protected tunnel config (685001f0a)
1468     - Add support for custom ipsec-over-udp port (e5d34919b)
1469     - Dead peer detection (c415d0a8e)
1470   - NAT
1471     - In2out-output nodes work with acl reflect (d539e256b)
1472     - Api & cli command for forcing session cleanup (edf777272)
1473     - Dslite ce mode in separate config entry (958919f36)
1474   - QUIC protocol
1475     - Update quicly to v0.0.10-VPP (62b1cea6e)
1476     - Quicly crypto offloading (92de6b65b)
1477     - Check quicly version tag at compile time (ffdc72da4)
1478   - RDMA (ibverb) driver
1479     - Bunp rdma-core version to v28.0 (eb89b9093)
1480     - Add Mellanox mlx5 Direct Verbs receive support (dd648aac0)
1481     - Introduce direct verb for Cx4/5 tx (dc812d9a7)
1482   - Unicast Reverse Path forwarding
1483     - Unicast reverse Path Forwarding (plugin) (d724e4f43)
1484   - VRRP
1485     - Add plugin providing vrrp support (39e9428b9)
1486 - SVM Library
1487   - Numa awareness for ssvm segments (6fe8998fe)
1488   - Support multi-chunk fifo chunk alloc (8e755a16a)
1489   - Chunk alloc stats (d35887297)
1490   - New FIFO design/architecture (f22f4e562)
1491   - Fifo test (64e96613d)
1492 - Test Infrastructure
1493   - Add running\_gcov\_tests to framework.py (d498c9eb2)
1494   - Implement ipaddress convenience methods (e64e5fff4)
1495 - VNET
1496   - Crypto Infra
1497     - Add chained buffer support in ipsecmb (AES-GCM) (2fc409131)
1498     - Add support for testing quad loops in crypto algos (a9075dcf6)
1499     - Introduce async crypto infra (f539578ba)
1500   - Ethernet
1501     - Configure system default ethernet MTU (5fa452554)
1502   - FLOW
1503     - Add vlan tagged types for IPv4/IPv6 5-tuple flows (f13830ce7)
1504     - Add RSS support (24e2c50bf)
1505     - Add l2tpv3oip flow (8b43aaaf1)
1506   - GRE
1507     - Tunnel encap/decap flags (e5b94dded)
1508   - GSO
1509     - Add vxlan tunnel support (0b04209ed)
1510     - Add support for IP-IP (84f91fa9c)
1511   - IP Neighbors
1512     - Populate neighbor age via API (9c1928f81)
1513     - Replace feature for the ip-neighbor data-base (c87fbb417)
1514     - Add flush API (240dcb24a)
1515   - IPIP
1516     - Multi-point interface (14053c9db)
1517   - IPSec
1518     - Add support for chained buffers (efcad1a9d)
1519     - IPSec protection for multi-point tunnel interfaces (282872127)
1520     - Add input node bypass/discard functionality (0546483ce)
1521     - User can choose the UDP source port (abc5660c6)
1522     - Support 4o6 and 6o4 for SPD tunnel mode SAs (b1fd80f09)
1523   - IPv4 LPM
1524     - More detailed show reassembly commands (a877cf9f3)
1525     - Replace Sematics for Interface IP addresses (59f71132e)
1526   - MPLS
1527     - Add user defined name tag to mpls tunnels (39ae0a07a)
1528   - Native Virtio Drivers
1529     - Support virtio 1.1 packed ring in vhost (bc0d9ff67)
1530   - Packet Generator
1531     - Set vnet buffer flags in pg streams (08eb2bb20)
1532   - Segment Routing (IPv6 and MPLS)
1533     - Change the CLI keyword from address to prefix. (b24e287b9)
1534     - Support uSID function. (ec9cb9668)
1535   - Session Layer
1536     - Tracking segment memory usage (234fe894d)
1537     - Basic fifo-tuning-logic (d8f48e216)
1538     - Api to add new transport types (07063b8ea)
1539     - Support connect on listeners (0a1e183e5)
1540     - Adding debug events (7357043d2)
1541     - Add option to preallocate fifo headers (9845c20d7)
1542   - TAP Drivers
1543     - Add support for persistance (b49bc1ae6)
1544     - Add initial support for tun (206acf84d)
1545     - Implement sw\_interface\_tap\_v2\_dump filtering by sw\_if\_index (073d74d0b)
1546   - TCP
1547     - Add option to avoid endpoint cleanup (43818c1e0)
1548     - Minimal set of worker stats (5e6305fb0)
1549     - Allow custom mss on connects (ff19e3bf4)
1550   - TLS and TLS engine plugins
1551     - Picotls engine symmetric crypto enhancement by VPP crypto framework (3b8518164)
1552   - UDP
1553     - Track connection port sharing (a039620c2)
1554 - VPP Comms Library
1555   - Udp session migration notifications (68b7e5888)
1556   - Propagate cleanup notifications to apps (9ace36d0f)
1557 - Vector Library
1558   - Add plugin override support (8dc954a4e)
1559   - Calculate per-worker loops/second metric (000a029e4)
1560   - Leave SIGPROF signal with its default handler (6f533d780)
1561   - Add nosyslog unix option (e31820af1)
1562 - Gomemif
1563   - Introduce gomemif (07363a45f)
1564
1565 ## Known issues
1566
1567 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
1568
1569 ## Fixed issues
1570
1571 For the full list of fixed issues please refer to:
1572 - fd.io [JIRA](https://jira.fd.io)
1573 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2005)
1574
1575
1576 ## API changes
1577
1578 Description of results:
1579
1580 * _Definition changed_: indicates that the API file was modified between releases.
1581 * _Only in image_: indicates the API is new for this release.
1582 * _Only in file_: indicates the API has been removed in this release.
1583
1584 Message Name                                                 | Result
1585 -------------------------------------------------------------|------------------
1586 acl_add_replace                                              | definition changed
1587 acl_details                                                  | definition changed
1588 acl_interface_add_del                                        | definition changed
1589 acl_interface_etype_whitelist_details                        | definition changed
1590 acl_interface_etype_whitelist_dump                           | definition changed
1591 acl_interface_list_details                                   | definition changed
1592 acl_interface_list_dump                                      | definition changed
1593 acl_interface_set_acl_list                                   | definition changed
1594 acl_interface_set_etype_whitelist                            | definition changed
1595 add_node_next                                                | definition changed
1596 app_attach                                                   | definition changed
1597 app_attach_reply                                             | definition changed
1598 app_cut_through_registration_add                             | only in file
1599 app_cut_through_registration_add_reply                       | only in file
1600 app_namespace_add_del                                        | definition changed
1601 app_worker_add_del                                           | definition changed
1602 app_worker_add_del_reply                                     | definition changed
1603 application_attach                                           | only in file
1604 application_attach_reply                                     | only in file
1605 bd_ip_mac_add_del                                            | definition changed
1606 bind_sock                                                    | only in file
1607 bind_sock_reply                                              | only in file
1608 bind_uri                                                     | only in file
1609 bind_uri_reply                                               | only in file
1610 bridge_domain_add_del                                        | definition changed
1611 bridge_domain_details                                        | definition changed
1612 bridge_domain_dump                                           | definition changed
1613 bridge_flags                                                 | definition changed
1614 bvi_create_reply                                             | definition changed
1615 bvi_delete                                                   | definition changed
1616 connect_sock                                                 | only in file
1617 connect_sock_reply                                           | only in file
1618 connect_uri                                                  | only in file
1619 connect_uri_reply                                            | only in file
1620 create_vhost_user_if                                         | definition changed
1621 disconnect_session                                           | only in file
1622 disconnect_session_reply                                     | only in file
1623 get_next_index                                               | definition changed
1624 get_node_index                                               | definition changed
1625 gpe_add_del_fwd_entry                                        | definition changed
1626 gpe_add_del_iface                                            | definition changed
1627 gpe_add_del_native_fwd_rpath                                 | definition changed
1628 gpe_enable_disable                                           | definition changed
1629 gpe_fwd_entries_get_reply                                    | definition changed
1630 gpe_fwd_entry_path_details                                   | definition changed
1631 gpe_native_fwd_rpaths_get                                    | definition changed
1632 gpe_native_fwd_rpaths_get_reply                              | definition changed
1633 gpe_set_encap_mode                                           | definition changed
1634 gre_tunnel_add_del                                           | definition changed
1635 gre_tunnel_details                                           | definition changed
1636 gtpu_offload_rx                                              | only in image
1637 gtpu_offload_rx_reply                                        | only in image
1638 ikev2_profile_set_ipsec_udp_port                             | only in image
1639 ikev2_profile_set_ipsec_udp_port_reply                       | only in image
1640 ikev2_profile_set_liveness                                   | only in image
1641 ikev2_profile_set_liveness_reply                             | only in image
1642 ikev2_profile_set_udp_encap                                  | only in image
1643 ikev2_profile_set_udp_encap_reply                            | only in image
1644 ikev2_set_local_key                                          | definition changed
1645 ikev2_set_tunnel_interface                                   | only in image
1646 ikev2_set_tunnel_interface_reply                             | only in image
1647 ip_neighbor_details                                          | definition changed
1648 ip_neighbor_flush                                            | only in image
1649 ip_neighbor_flush_reply                                      | only in image
1650 ip_neighbor_replace_begin                                    | only in image
1651 ip_neighbor_replace_begin_reply                              | only in image
1652 ip_neighbor_replace_end                                      | only in image
1653 ip_neighbor_replace_end_reply                                | only in image
1654 ip_route_lookup                                              | only in image
1655 ip_route_lookup_reply                                        | only in image
1656 ip_source_check_interface_add_del                            | only in file
1657 ip_source_check_interface_add_del_reply                      | only in file
1658 ipfix_classify_table_add_del                                 | definition changed
1659 ipfix_classify_table_details                                 | definition changed
1660 ipip_add_tunnel                                              | definition changed
1661 ipip_tunnel_details                                          | definition changed
1662 ipsec_backend_details                                        | definition changed
1663 ipsec_interface_add_del_spd                                  | definition changed
1664 ipsec_sa_details                                             | definition changed
1665 ipsec_sad_entry_add_del                                      | definition changed
1666 ipsec_select_backend                                         | definition changed
1667 ipsec_spd_add_del                                            | definition changed
1668 ipsec_spd_details                                            | definition changed
1669 ipsec_spd_entry_add_del                                      | definition changed
1670 ipsec_spd_interface_details                                  | definition changed
1671 ipsec_tunnel_if_add_del                                      | definition changed
1672 ipsec_tunnel_if_add_del_reply                                | definition changed
1673 ipsec_tunnel_if_set_sa                                       | definition changed
1674 ipsec_tunnel_protect_del                                     | definition changed
1675 ipsec_tunnel_protect_details                                 | definition changed
1676 ipsec_tunnel_protect_update                                  | definition changed
1677 l2_fib_table_details                                         | definition changed
1678 l2_flags                                                     | definition changed
1679 l2_interface_efp_filter                                      | definition changed
1680 l2_interface_pbb_tag_rewrite                                 | definition changed
1681 l2_interface_vlan_tag_rewrite                                | definition changed
1682 l2_macs_event                                                | definition changed
1683 l2_patch_add_del                                             | definition changed
1684 l2_xconnect_details                                          | definition changed
1685 l2fib_add_del                                                | definition changed
1686 l2fib_flush_int                                              | definition changed
1687 lisp_add_del_adjacency                                       | definition changed
1688 lisp_add_del_local_eid                                       | definition changed
1689 lisp_add_del_locator                                         | definition changed
1690 lisp_add_del_locator_set                                     | definition changed
1691 lisp_add_del_map_request_itr_rlocs                           | definition changed
1692 lisp_add_del_map_resolver                                    | definition changed
1693 lisp_add_del_map_server                                      | definition changed
1694 lisp_add_del_remote_mapping                                  | definition changed
1695 lisp_adjacencies_get_reply                                   | definition changed
1696 lisp_eid_table_add_del_map                                   | definition changed
1697 lisp_eid_table_details                                       | definition changed
1698 lisp_eid_table_dump                                          | definition changed
1699 lisp_eid_table_map_dump                                      | definition changed
1700 lisp_enable_disable                                          | definition changed
1701 lisp_get_map_request_itr_rlocs_reply                         | definition changed
1702 lisp_locator_details                                         | definition changed
1703 lisp_locator_dump                                            | definition changed
1704 lisp_locator_set_details                                     | definition changed
1705 lisp_locator_set_dump                                        | definition changed
1706 lisp_map_register_enable_disable                             | definition changed
1707 lisp_map_request_mode                                        | definition changed
1708 lisp_map_resolver_details                                    | definition changed
1709 lisp_map_server_details                                      | definition changed
1710 lisp_pitr_set_locator_set                                    | definition changed
1711 lisp_rloc_probe_enable_disable                               | definition changed
1712 lisp_use_petr                                                | definition changed
1713 lldp_config                                                  | definition changed
1714 macip_acl_add                                                | definition changed
1715 macip_acl_add_replace                                        | definition changed
1716 macip_acl_details                                            | definition changed
1717 macip_acl_interface_add_del                                  | definition changed
1718 macip_acl_interface_list_details                             | definition changed
1719 macip_acl_interface_list_dump                                | definition changed
1720 map_another_segment                                          | only in file
1721 map_another_segment_reply                                    | only in file
1722 modify_vhost_user_if                                         | definition changed
1723 mpls_tunnel_add_del                                          | definition changed
1724 mpls_tunnel_details                                          | definition changed
1725 nat44_del_user                                               | only in image
1726 nat44_del_user_reply                                         | only in image
1727 nat44_session_cleanup                                        | only in image
1728 nat44_session_cleanup_reply                                  | only in image
1729 nat44_set_session_limit                                      | only in image
1730 nat44_set_session_limit_reply                                | only in image
1731 nat_show_config_reply                                        | definition changed
1732 netmap_create                                                | only in file
1733 netmap_create_reply                                          | only in file
1734 netmap_delete                                                | only in file
1735 netmap_delete_reply                                          | only in file
1736 nhrp_details                                                 | only in file
1737 nhrp_dump                                                    | only in file
1738 nhrp_entry_add_del                                           | only in file
1739 nhrp_entry_add_del_reply                                     | only in file
1740 one_add_del_adjacency                                        | definition changed
1741 one_add_del_l2_arp_entry                                     | definition changed
1742 one_add_del_local_eid                                        | definition changed
1743 one_add_del_locator                                          | definition changed
1744 one_add_del_locator_set                                      | definition changed
1745 one_add_del_map_request_itr_rlocs                            | definition changed
1746 one_add_del_map_resolver                                     | definition changed
1747 one_add_del_map_server                                       | definition changed
1748 one_add_del_ndp_entry                                        | definition changed
1749 one_add_del_remote_mapping                                   | definition changed
1750 one_adjacencies_get_reply                                    | definition changed
1751 one_eid_table_add_del_map                                    | definition changed
1752 one_eid_table_details                                        | definition changed
1753 one_eid_table_dump                                           | definition changed
1754 one_eid_table_map_dump                                       | definition changed
1755 one_enable_disable                                           | definition changed
1756 one_enable_disable_petr_mode                                 | definition changed
1757 one_enable_disable_pitr_mode                                 | definition changed
1758 one_enable_disable_xtr_mode                                  | definition changed
1759 one_get_map_request_itr_rlocs_reply                          | definition changed
1760 one_l2_arp_entries_get_reply                                 | definition changed
1761 one_locator_details                                          | definition changed
1762 one_locator_dump                                             | definition changed
1763 one_locator_set_details                                      | definition changed
1764 one_locator_set_dump                                         | definition changed
1765 one_map_register_enable_disable                              | definition changed
1766 one_map_request_mode                                         | definition changed
1767 one_map_resolver_details                                     | definition changed
1768 one_map_server_details                                       | definition changed
1769 one_ndp_entries_get_reply                                    | definition changed
1770 one_nsh_set_locator_set                                      | definition changed
1771 one_pitr_set_locator_set                                     | definition changed
1772 one_rloc_probe_enable_disable                                | definition changed
1773 one_show_petr_mode_reply                                     | definition changed
1774 one_show_pitr_mode_reply                                     | definition changed
1775 one_show_xtr_mode_reply                                      | definition changed
1776 one_stats_details                                            | definition changed
1777 one_stats_enable_disable                                     | definition changed
1778 one_use_petr                                                 | definition changed
1779 pg_capture                                                   | definition changed
1780 pg_create_interface                                          | definition changed
1781 pg_create_interface_reply                                    | definition changed
1782 pg_enable_disable                                            | definition changed
1783 policer_add_del                                              | definition changed
1784 policer_details                                              | definition changed
1785 policer_dump                                                 | definition changed
1786 session_enable_disable                                       | definition changed
1787 session_rule_add_del                                         | definition changed
1788 session_rules_details                                        | definition changed
1789 show_lisp_map_register_state_reply                           | definition changed
1790 show_lisp_map_request_mode_reply                             | definition changed
1791 show_lisp_pitr_reply                                         | definition changed
1792 show_lisp_rloc_probe_state_reply                             | definition changed
1793 show_lisp_status_reply                                       | definition changed
1794 show_lisp_use_petr_reply                                     | definition changed
1795 show_one_map_register_state_reply                            | definition changed
1796 show_one_map_request_mode_reply                              | definition changed
1797 show_one_nsh_mapping_reply                                   | definition changed
1798 show_one_pitr_reply                                          | definition changed
1799 show_one_rloc_probe_state_reply                              | definition changed
1800 show_one_stats_enable_disable_reply                          | definition changed
1801 show_one_status_reply                                        | definition changed
1802 show_one_use_petr_reply                                      | definition changed
1803 show_threads_reply                                           | definition changed
1804 sr_localsid_add_del                                          | definition changed
1805 sr_localsids_details                                         | definition changed
1806 sr_mpls_policy_add                                           | definition changed
1807 sr_mpls_policy_assign_endpoint_color                         | definition changed
1808 sr_mpls_policy_mod                                           | definition changed
1809 sr_mpls_steering_add_del                                     | definition changed
1810 sr_policies_details                                          | definition changed
1811 sr_policy_add                                                | definition changed
1812 sr_policy_del                                                | definition changed
1813 sr_policy_mod                                                | definition changed
1814 sr_set_encap_source                                          | definition changed
1815 sr_steering_add_del                                          | definition changed
1816 sr_steering_pol_details                                      | definition changed
1817 sw_interface_address_replace_begin                           | only in image
1818 sw_interface_address_replace_begin_reply                     | only in image
1819 sw_interface_address_replace_end                             | only in image
1820 sw_interface_address_replace_end_reply                       | only in image
1821 sw_interface_set_l2_bridge                                   | definition changed
1822 sw_interface_set_l2_xconnect                                 | definition changed
1823 sw_interface_set_lldp                                        | definition changed
1824 sw_interface_set_vpath                                       | definition changed
1825 sw_interface_set_vxlan_bypass                                | definition changed
1826 sw_interface_set_vxlan_gpe_bypass                            | definition changed
1827 sw_interface_span_details                                    | definition changed
1828 sw_interface_span_dump                                       | definition changed
1829 sw_interface_span_enable_disable                             | definition changed
1830 teib_details                                                 | only in image
1831 teib_dump                                                    | only in image
1832 teib_entry_add_del                                           | only in image
1833 teib_entry_add_del_reply                                     | only in image
1834 unbind_sock                                                  | only in file
1835 unbind_sock_reply                                            | only in file
1836 unbind_uri                                                   | only in file
1837 unbind_uri_reply                                             | only in file
1838 unmap_segment                                                | only in file
1839 unmap_segment_reply                                          | only in file
1840 urpf_update                                                  | only in image
1841 urpf_update_reply                                            | only in image
1842 vrrp_vr_add_del                                              | only in image
1843 vrrp_vr_add_del_reply                                        | only in image
1844 vrrp_vr_details                                              | only in image
1845 vrrp_vr_dump                                                 | only in image
1846 vrrp_vr_peer_details                                         | only in image
1847 vrrp_vr_peer_dump                                            | only in image
1848 vrrp_vr_set_peers                                            | only in image
1849 vrrp_vr_set_peers_reply                                      | only in image
1850 vrrp_vr_start_stop                                           | only in image
1851 vrrp_vr_start_stop_reply                                     | only in image
1852 vrrp_vr_track_if_add_del                                     | only in image
1853 vrrp_vr_track_if_add_del_reply                               | only in image
1854 vrrp_vr_track_if_details                                     | only in image
1855 vrrp_vr_track_if_dump                                        | only in image
1856 vxlan_add_del_tunnel                                         | definition changed
1857 vxlan_add_del_tunnel_reply                                   | definition changed
1858 vxlan_gpe_add_del_tunnel                                     | definition changed
1859 vxlan_gpe_add_del_tunnel_reply                               | definition changed
1860 vxlan_gpe_tunnel_details                                     | definition changed
1861 vxlan_gpe_tunnel_dump                                        | definition changed
1862 vxlan_offload_rx                                             | definition changed
1863 vxlan_tunnel_details                                         | definition changed
1864 vxlan_tunnel_dump                                            | definition changed
1865
1866 Found 279 api message signature differences
1867
1868 ### Patches that changed API definitions
1869
1870 | @c extras/deprecated/dpdk-hqos/api/dpdk.api ||
1871 | ------- | ------- |
1872 | [548d70de6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=548d70de6) | misc: deprecate dpdk hqos |
1873
1874 | @c extras/deprecated/netmap/netmap.api ||
1875 | ------- | ------- |
1876 | [7db6ab03d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7db6ab03d) | misc: deprecate netmap and ixge drivers |
1877
1878 | @c src/vpp/api/vpe.api ||
1879 | ------- | ------- |
1880 | [933fcf489](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=933fcf489) | api: API cleanup |
1881 | [7db6ab03d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7db6ab03d) | misc: deprecate netmap and ixge drivers |
1882
1883 | @c src/vnet/tunnel/tunnel_types.api ||
1884 | ------- | ------- |
1885 | [14053c9db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14053c9db) | ipip: Multi-point interface |
1886 | [59ff918ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59ff918ea) | tunnel: Common types for IP tunnels |
1887
1888 | @c src/vnet/policer/policer_types.api ||
1889 | ------- | ------- |
1890 | [cd01fb423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cd01fb423) | policer: API cleanup |
1891
1892 | @c src/vnet/policer/policer.api ||
1893 | ------- | ------- |
1894 | [cd01fb423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cd01fb423) | policer: API cleanup |
1895
1896 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
1897 | ------- | ------- |
1898 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
1899
1900 | @c src/vnet/teib/teib.api ||
1901 | ------- | ------- |
1902 | [03ce46219](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=03ce46219) | teib: Rename NHRP to TEIB |
1903
1904 | @c src/vnet/ip-neighbor/ip_neighbor.api ||
1905 | ------- | ------- |
1906 | [240dcb24a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=240dcb24a) | ip-neighbor: Add flush API |
1907 | [e64e5fff4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e64e5fff4) | tests: implement ipaddress convenience methods |
1908 | [c87fbb417](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87fbb417) | ip-neighbor: Replace feature for the ip-neighbor data-base |
1909 | [8e7fdddd3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e7fdddd3) | ip-neighbor: add description to the age parameter |
1910 | [9c1928f81](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9c1928f81) | ip-neighbor: populate neighbor age via API |
1911
1912 | @c src/vnet/session/session.api ||
1913 | ------- | ------- |
1914 | [6fdd7a5f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6fdd7a5f7) | session: improve .api comments slightly |
1915 | [9845c20d7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9845c20d7) | session: add option to preallocate fifo headers |
1916 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
1917 | [256779c85](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=256779c85) | udp: remove connected udp transport proto |
1918 | [888d9f05e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=888d9f05e) | session: remove obsolete apis |
1919 | [07063b8ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=07063b8ea) | session: api to add new transport types |
1920 | [b4e5e50fe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4e5e50fe) | session: API cleanup |
1921 | [2de9c0f92](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de9c0f92) | svm: minimal initial fifo |
1922
1923 | @c src/vnet/interface_types.api ||
1924 | ------- | ------- |
1925 | [c4ae0fffb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c4ae0fffb) | interface: fix interface_types.api enums |
1926
1927 | @c src/vnet/vxlan/vxlan.api ||
1928 | ------- | ------- |
1929 | [7c0eb56f4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c0eb56f4) | vxlan: vxlan/vxlan.api API cleanup |
1930
1931 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
1932 | ------- | ------- |
1933 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
1934
1935 | @c src/vnet/gre/gre.api ||
1936 | ------- | ------- |
1937 | [48ac1c2b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=48ac1c2b2) | gre: improve .api descriptions |
1938 | [8ab4e507c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ab4e507c) | gre: add missing .api edits |
1939 | [e5b94dded](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5b94dded) | gre: Tunnel encap/decap flags |
1940 | [59ff918ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59ff918ea) | tunnel: Common types for IP tunnels |
1941
1942 | @c src/vnet/span/span.api ||
1943 | ------- | ------- |
1944 | [908965db7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=908965db7) | span: API cleanup |
1945
1946 | @c src/vnet/srv6/sr.api ||
1947 | ------- | ------- |
1948 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
1949 | [0938eba15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0938eba15) | sr: srv6 API cleanup |
1950 | [79bfd2725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79bfd2725) | sr: SRv6 uN behavior |
1951
1952 | @c src/vnet/srv6/sr_types.api ||
1953 | ------- | ------- |
1954 | [0938eba15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0938eba15) | sr: srv6 API cleanup |
1955
1956 | @c src/vnet/pg/pg.api ||
1957 | ------- | ------- |
1958 | [db86329ab](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=db86329ab) | pg: API cleanup |
1959
1960 | @c src/vnet/l2/l2.api ||
1961 | ------- | ------- |
1962 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
1963 | [145e330f0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=145e330f0) | l2: API cleanup |
1964
1965 | @c src/vnet/lldp/lldp.api ||
1966 | ------- | ------- |
1967 | [1c684f9af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c684f9af) | lldp: API cleanup |
1968
1969 | @c src/vnet/vxlan-gpe/vxlan_gpe.api ||
1970 | ------- | ------- |
1971 | [1c2002a31](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c2002a31) | vxlan: vxlan-gpe/vxlan-gpe.cpi API cleanup |
1972
1973 | @c src/vnet/lisp-cp/one.api ||
1974 | ------- | ------- |
1975 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
1976
1977 | @c src/vnet/lisp-cp/lisp_types.api ||
1978 | ------- | ------- |
1979 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
1980
1981 | @c src/vnet/lisp-cp/lisp.api ||
1982 | ------- | ------- |
1983 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
1984
1985 | @c src/vnet/devices/tap/tapv2.api ||
1986 | ------- | ------- |
1987 | [d88fc0fce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d88fc0fce) | tap: refactor existing flags |
1988 | [073d74d0b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=073d74d0b) | tap: implement sw_interface_tap_v2_dump filtering by sw_if_index |
1989 | [206acf84d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=206acf84d) | tap: add initial support for tun |
1990 | [b49bc1ae6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b49bc1ae6) | tap: add support for persistance |
1991
1992 | @c src/vnet/devices/virtio/vhost_user.api ||
1993 | ------- | ------- |
1994 | [bc0d9ff67](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc0d9ff67) | virtio: support virtio 1.1 packed ring in vhost |
1995
1996 | @c src/vnet/devices/virtio/virtio.api ||
1997 | ------- | ------- |
1998 | [53f06a014](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53f06a014) | vlib: move pci api types from vnet/pci to vlib/pci |
1999
2000 | @c src/vnet/ipsec/ipsec_types.api ||
2001 | ------- | ------- |
2002 | [abc5660c6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=abc5660c6) | ipsec: User can choose the UDP source port |
2003 | [287d5e109](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=287d5e109) | ipsec: API cleanup |
2004 | [5893747d7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5893747d7) | api: ipsec: add missing IS_INBOUND flag. |
2005 | [2fcd265d3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2fcd265d3) | ipsec: Revert API cleanup |
2006 | [666ece35c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=666ece35c) | ipsec: API cleanup |
2007
2008 | @c src/vnet/ipsec/ipsec.api ||
2009 | ------- | ------- |
2010 | [48d32b43c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=48d32b43c) | ipsec: provide stat index in sa details |
2011 | [287d5e109](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=287d5e109) | ipsec: API cleanup |
2012 | [2fcd265d3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2fcd265d3) | ipsec: Revert API cleanup |
2013 | [666ece35c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=666ece35c) | ipsec: API cleanup |
2014 | [282872127](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=282872127) | ipsec: IPSec protection for multi-point tunnel interfaces |
2015
2016 | @c src/vnet/ethernet/p2p_ethernet.api ||
2017 | ------- | ------- |
2018 | [bdfe5955f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdfe5955f) | ethernet: add sanity checks to p2p_ethernet_add/del |
2019
2020 | @c src/vnet/bonding/bond.api ||
2021 | ------- | ------- |
2022 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2023
2024 | @c src/vnet/mpls/mpls.api ||
2025 | ------- | ------- |
2026 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2027 | [39ae0a07a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=39ae0a07a) | mpls: add user defined name tag to mpls tunnels |
2028
2029 | @c src/vnet/syslog/syslog.api ||
2030 | ------- | ------- |
2031 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2032
2033 | @c src/vnet/interface.api ||
2034 | ------- | ------- |
2035 | [59f71132e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59f71132e) | ip: Replace Sematics for Interface IP addresses |
2036
2037 | @c src/vnet/ipip/ipip.api ||
2038 | ------- | ------- |
2039 | [14053c9db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14053c9db) | ipip: Multi-point interface |
2040 | [59ff918ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59ff918ea) | tunnel: Common types for IP tunnels |
2041
2042 | @c src/vnet/srmpls/sr_mpls.api ||
2043 | ------- | ------- |
2044 | [0938eba15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0938eba15) | sr: srv6 API cleanup |
2045 | [00ec4019b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00ec4019b) | sr: API cleanup |
2046
2047 | @c src/vnet/ip/ip.api ||
2048 | ------- | ------- |
2049 | [f5d38e05a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f5d38e05a) | api: ip: add IP_ROUTE_LOOKUP API |
2050 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2051 | [d724e4f43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d724e4f43) | urpf: Unicast reverse Path Forwarding (plugin) |
2052
2053 | @c src/vnet/ip/ip_types.api ||
2054 | ------- | ------- |
2055 | [164c44f0b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=164c44f0b) | ip: Fix the AH/ESP protocol numbers on the API |
2056 | [7dd63e5cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7dd63e5cc) | ip: change ip API enums address_family and ip_proto size to u8 |
2057 | [3ec09e924](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ec09e924) | ip: ip_address_t uses ip46_address_t |
2058
2059 | @c src/plugins/map/map.api ||
2060 | ------- | ------- |
2061 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2062
2063 | @c src/plugins/ikev2/ikev2.api ||
2064 | ------- | ------- |
2065 | [933c4ca5a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=933c4ca5a) | ikev2: fix string in api |
2066 | [59fea5a6a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59fea5a6a) | ikev2: make liveness params configurable |
2067 | [8ceb44a89](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ceb44a89) | ikev2: fix typo in .api description |
2068 | [e5d34919b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5d34919b) | ikev2: add support for custom ipsec-over-udp port |
2069 | [b29d523af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b29d523af) | ikev2: make UDP encap flag configurable |
2070 | [44476c6b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=44476c6b2) | ikev2: Configure a profile with an existing interface |
2071
2072 | @c src/plugins/urpf/urpf.api ||
2073 | ------- | ------- |
2074 | [d724e4f43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d724e4f43) | urpf: Unicast reverse Path Forwarding (plugin) |
2075
2076 | @c src/plugins/lb/lb.api ||
2077 | ------- | ------- |
2078 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2079
2080 | @c src/plugins/gtpu/gtpu.api ||
2081 | ------- | ------- |
2082 | [00fdf53c7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00fdf53c7) | gtpu: offload RX flow |
2083
2084 | @c src/plugins/acl/acl_types.api ||
2085 | ------- | ------- |
2086 | [2f8cd9145](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2f8cd9145) | acl: API cleanup |
2087 | [492a5d0bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=492a5d0bd) | acl: revert acl: api cleanup |
2088 | [aad1ee149](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aad1ee149) | acl: API cleanup |
2089
2090 | @c src/plugins/acl/acl.api ||
2091 | ------- | ------- |
2092 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
2093 | [2f8cd9145](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2f8cd9145) | acl: API cleanup |
2094 | [492a5d0bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=492a5d0bd) | acl: revert acl: api cleanup |
2095 | [aad1ee149](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aad1ee149) | acl: API cleanup |
2096
2097 | @c src/plugins/nat/dslite/dslite.api ||
2098 | ------- | ------- |
2099 | [2c6639c69](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c6639c69) | nat: move dslite to separate sub-plugin |
2100
2101 | @c src/plugins/nat/nat.api ||
2102 | ------- | ------- |
2103 | [6bb080f1e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bb080f1e) | nat: per vrf session limits |
2104 | [61717cc38](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61717cc38) | nat: use correct data types for memory sizes |
2105 | [98301bd56](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=98301bd56) | nat: user deletion function & extra metrics |
2106 | [edf777272](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=edf777272) | nat: api & cli command for forcing session cleanup |
2107 | [2c6639c69](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c6639c69) | nat: move dslite to separate sub-plugin |
2108
2109 | @c src/plugins/vrrp/vrrp.api ||
2110 | ------- | ------- |
2111 | [3fccd0278](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3fccd0278) | vrrp: do not define _details as autoreply |
2112 | [39e9428b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=39e9428b9) | vrrp: add plugin providing vrrp support |
2113
2114 | @c src/vlib/pci/pci_types.api ||
2115 | ------- | ------- |
2116 | [53f06a014](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53f06a014) | vlib: move pci api types from vnet/pci to vlib/pci |
2117
2118 @page release_notes_2001 Release notes for VPP 20.01
2119
2120 More than 1039 commits since the 19.08 release.
2121
2122 ## Features
2123
2124 - API trace tool
2125   - Add text output (a2ac36c91)
2126 - Binary API Compiler for Python
2127   - Raise ValueError when fieldname is python keyword (ff47fb645)
2128 - Binary API Libraries
2129   - Add API support for marvell PP2 plugin (859b59133)
2130   - Add bapi thread handle to api main structure. (8229580e8)
2131   - Multiple connections per process (39d69112f)
2132   - Multiple socket connections per single process (59cea1a9d)
2133 - Build System
2134   - Add build types helpstring to cmake project (952a7b8b7)
2135   - Add env variable to pass extra cmake args (297365403)
2136   - Add yaml file linting to make checkstyle (6b0dd5502)
2137   - Export vapi generation in vpp-dev (dc20371f8)
2138   - Fix 3rd party CI systems. (86a9441c2)
2139   - Pass 'no-pci' to autgenerated config (be7ef3b5c)
2140 - Crypto ipsecmb Plugin
2141   - Bump to intel-ipsec-mb version 0.53 (d35fefe8b)
2142   - Improve gcm performance using dedicated API. (76a36e83e)
2143 - Infrastructure Library
2144   - Bihash walk cb typedef and continue/stop controls (f50bac1bb)
2145   - Create unformat function for data size parsing (579b16506)
2146   - Implement CLIB\_PAUSE () for aarch64 platforms (18512b002)
2147 - libmemif
2148   - Introduce 'memif\_per\_thread\_' namespace (17f2a7bbf)
2149 - Link Bonding
2150   - Add/del secondary mac address callback (e83aa456b)
2151   - Add /if/lacp/bond-sw-if-index/slave-sw-if-index/partner-state (aa7257863)
2152   - Add weight support for active-backup mode (a1876b84e)
2153   - Fix interface deletion (cc3aac056)
2154 - Miscellaneous
2155   - Add address sanitizer heap instrumentation (9fb6d40eb)
2156   - Add CentOS 8 package support (c025329bb)
2157   - Add gdb helpers for vlib buffers (2b65f9ca0)
2158   - Add lcov scripts, README.md (8d74caa0a)
2159   - Add "maxframe" and "rate" to packet-generator cli. (87d7bac5c)
2160   - Add "show run summary" (ac78f8a90)
2161   - Add vnet classify filter set support (f5667c305)
2162   - Classifier-based packet trace filter (9137e5400)
2163   - Improve pcap drop trace output (9382ad9b3)
2164   - Update gitignore for /test/ext/.d (8161d73d7)
2165 - Physical Memory Allocator
2166   - Always lock pages (801c7016a)
2167 - Plugins
2168   -  AVF Device driver
2169     - Improve timeout handling (1a7bb281f)
2170     - Print queue id in packet trace (c33eddebe)
2171   -  Buffer Metadata Modification Tracker
2172     - Buffer metadata change tracker plugin (d7b306657)
2173   -  builtinurl
2174     - New plugin (43765e2b4)
2175   -  DHCP
2176     - Ipv6 prefix delegation improvements (d318a996b)
2177     - Move to plugin (02bfd641b)
2178   -  DPDK
2179     - Add devargs support (f2bde7ac5)
2180     - Add function to add/del extra MAC addrs (153727743)
2181     - Add TSO support in dpdk plugin. (de5ed58fd)
2182     - Apply dual loop unrolling in DPDK TX (fe2523d1a)
2183     - Bump DPDK version to 19.08 (b6103105f)
2184     - Enable bnxt PMD (c3731ac89)
2185     - Ipsec tunnel support for ip6-in-ip4 (5025d40a1)
2186     - QAT devices update, add c4xxx and xeon d15xx (4d843b994)
2187   -  Group Based Policy (GBP)
2188     - Add extended SFC unit tests (a3c8ca10e)
2189   -  Host Stack Applications
2190     - Add ckpair & crypto engine in vpp\_echo (7c40a3837)
2191     - Add option for multiple ips (f98e59b86)
2192     - Add periodic timing (ff6cdcca2)
2193     - Improve for mq-intensive (b2fce36c8)
2194     - Less verbose logging for many sessions (08f26641f)
2195     - Make APP\_OPTIONS\_PREALLOC\_FIFO\_PAIRS configurable (7028a0157)
2196   -  http\_static
2197     - Add dynamic GET / POST method hooks (5554c56a6)
2198     - Add "http static cache clear" CLI (e0fd9ed11)
2199     - Add .json content (71a5da0c8)
2200   -  Internet Key Exchange (IKEv2) Protocol
2201     - Add support for GCM cipher (de2dd6c35)
2202   -  IPv6 Segment Routing Mobile
2203     - (57584d99d)
2204   -  Load Balancer
2205     - Add APIs for set interface nat4 and nat6 (33538a150)
2206   -  NAT
2207     - Handoff traffic matching for dynamic NAT (22bb417e9)
2208   -  Ping
2209     - Move the echo responder into the ping plugin (f6c8f5090)
2210   -  QUIC protocol
2211     - Add aggregated quicly stats (deaf97f45)
2212     - Add cli command for stats (922f0b211)
2213     - Add conn-timeout config option (2f566c23f)
2214     - Add more detailed statistics (1802fcc5f)
2215     - Add support for ckpair & crypto engine (dcbbf2833)
2216     - Add support for unidirectional streams (c00f480ba)
2217     - Add Tx, Rx and packet drop counters (ff1f6faaa)
2218     - Create custom event logger (dd4d8ac29)
2219     - Implement crypto contexts (d1b9e7068)
2220     - Make quic fifo size configurable via cli (00078b991)
2221     - Update quicly to v0.0.5 (72c159e64)
2222     - Update quicly to v0.0.6-vpp (3afac8f81)
2223     - Update quicly to v0.0.7-vpp (69885b72a)
2224     - Update quicly to v0.0.8-vpp (ecb9d18c5)
2225     - Update quicly to v0.0.9-vpp (84def7cb7)
2226   -  RDMA (ibverb) driver
2227     - Add rdma API (812afe712)
2228     - Add support for input feature arcs (74eba446b)
2229     - Add support for MAC changes (0dcafcc50)
2230     - API: prepare support for direct verb (d8c1ef925)
2231   -  Time-based MAC filter
2232     - Add a "top" command to watch device stats (2c41a61d5)
2233     - Add the "mactime.json" builtin URL (ef3c11ca9)
2234   -  vmxnet3 device driver
2235     - Per interface gso support (2985e0af6)
2236 - Python binding for the VPP API
2237   - Add a per-call \_timeout option (e2ccdf031)
2238   - Add call stats (fd574087e)
2239   - Add repr to packer types for troubleshooting (14b0b4791)
2240   - Add wrapper to validate crc manifest (c046d709e)
2241   - Enhance MACAddress() equality (6af62565e)
2242   - Introduce read\_blocking (0938547ea)
2243   - Let async calls return context (2f6e0c600)
2244   - Support default for type alias decaying to basetype (418ebb711)
2245 - Sphinx Documents
2246   - Add spellcheck to 'make docs' sphinx docs (340c15c6e)
2247 - Statistics Segment
2248   - Add /if/\<n\>/\<n\>/state for lacp interface state (0f09a828a)
2249 - SVM Library
2250   - Improve fifo segment verbose cli (f8461bfb4)
2251 - Test Infrastructure
2252   - Add cli\_return\_response to vpp\_papi\_provider (5932ce17e)
2253   - Add test run time. (0c6293230)
2254   - Support setting random seed (45a95dd78)
2255   - Support worker threads (4ecbf105a)
2256   - Test tls case (419d31f81)
2257 - Vector Library
2258   - Add flag to explicitelly mark nodes which can init per-node packet trace (7ca5aaac1)
2259   - Add max-size configuration parameter for pmalloc (842506f3c)
2260   - Add 'wait' cli command (bfd7d294d)
2261   - Enhance the "show cli" debug CLI command (a1f5a956e)
2262 - VNET
2263   - Classify
2264     - Per-interface rx/tx pcap capture filters (d28437cdf)
2265     - Use vector code even when data is not aligned (830493392)
2266     - Vpp packet tracer support (87d24db65)
2267   - Ethernet
2268     - All dmac checks include secondary addrs (42bde459b)
2269     - Dmac filter checks secondary mac addrs (d459bf344)
2270   - FIB
2271     - Adjacency creation notifications for dlegates (77cfc0171)
2272     - Decouple source from priority and behaviour (3bab8f9c5)
2273     - Table Replace (9db6ada77)
2274   - FLOW
2275     - Add 'drop' and 'redirect-to-queue' actions support (e8c9f4f1c)
2276     - Add ethernet flow (4ff8d615c)
2277     - Add GTP support (bf85a98fb)
2278   - GRE
2279     - Multi-point interfaces (5f8f61733)
2280   - GSO
2281     - Add protocol header parser (72e7312af)
2282   - Interface Common
2283     - Callback to manage extra MAC addresses (e0792fdff)
2284     - Dump the interface device type (de312c2d5)
2285   - IPIP
2286     - Tunnel flags controlling copying data to/from payload/encap (9534696b4)
2287   - IPSec
2288     - Add 'detail' option to 'sh ipsec sa' (670027a50)
2289     - Add insecure option for format of SA (01d61e788)
2290     - Bind an SA to a worker (f62a8c013)
2291     - Remove dedicated IPSec tunnels (12989b538)
2292     - Support 4o6 and 6o4 for tunnel protect (b325983a4)
2293   - IPv4 LPM
2294     - Add shallow virtual reassembly functionality (de34c35fc)
2295     - Add tracing for ipv6 frag headers (0eb75d0e9)
2296     - Allow addrs from the same prefix on intf (6c92f5bab)
2297     - Apply dual loop unrolling in ip4\_input (86b1871ba)
2298     - Apply dual loop unrolling in ip4\_rewrite (840f64b4b)
2299   - IPv4 LPM
2300     - Protocol Independent IP Neighbors (cbe25aab3)
2301     - Punt rather than drop unkown IPv6 ICMP packets (1afe95272)
2302     - Reassembly: trace ip headers over worker handoffs (8563cb389)
2303   - Segment Routing (IPv6 and MPLS)
2304     - Add "set sr encaps hop-limit" command (eeb5fb3a5)
2305   - Session Layer
2306     - Add certificate store (79f89537c)
2307     - Add crypto context (de6caf481)
2308     - Add explicit reset api (dfb3b8771)
2309     - Add mq debug cli (cfdb10918)
2310     - Add session enable option in config file (1292d19c7)
2311     - Builtin app rx notifications regardless of state (5c29029ef)
2312     - Ckpair store & crypto engine as mq params (45ec9f49b)
2313     - Improve cli (5bb23ecd0)
2314     - Increasing the Header lengthe size (93e060aee)
2315     - Limit pacer bucket size (7c8f828ba)
2316     - More show cli output (91f90d082)
2317     - Reschedule asap when snd space constrained (dd97a48d9)
2318     - Support registration of custom crypto engines (79ba25d40)
2319     - Support for segments larger than 4GB (ef4f3e7fe)
2320     - Add opaque data to show cli (d9035a409)
2321     - Infra for transports to send buffers (2a7ea2ee9)
2322     - Support pacer idle timeouts (11e9e3510)
2323   - TAP Drivers
2324     - Add check for vhost-net backend (39807d02c)
2325     - Multiqueue support (7c6102b1a)
2326   - TCP
2327     - Add FEATURE.yaml (93e053ebe)
2328     - Add no csum offload config option (f4ce6ba22)
2329     - Add option for always on event logging (a436a4222)
2330     - Allow cc algos to set pacing rate (d206724e7)
2331     - Compute snd time for rate sample (7436b4367)
2332     - Custom checksum calculations for Ipv4/Ipv6 (02833ff32)
2333     - Enable gso in tcp hoststack (1146ff4bc)
2334     - Enable TCP timewait port use (b092b77cf)
2335     - Extend protocol configuration (9094b5c31)
2336     - Force zero window on full rx fifo (182d21983)
2337     - Handle sack reneging (558e3e095)
2338     - Improve lost rxt heuristic (b3dce89a7)
2339     - Improve pacing after idle send periods (c31dc31f8)
2340     - Retry lost retransmits (be237bf02)
2341     - Send rwnd update only if wnd is large enough (017dc4524)
2342     - Set cc\_algo on connection alloc (12f6936cd)
2343     - Track lost rxt segments in byte tracker (46ec6e018)
2344     - Track zero rwnd errors (a495a3ea1)
2345     - Use rate sample rtt in recovery if possible (1dbda64b4)
2346     - Use sacks for timer based recovery (36ebcfffb)
2347     - Validate connections in output (78dae0088)
2348     - Validate the IP address while checking TCP connection (cf4c2102d)
2349   - TLS and TLS engine plugins
2350     - Add C API for TLS openssl to set engine (be4d1aa2c)
2351     - Improve connection formating (0d74dd1f8)
2352     - Picotls engine basic enabling for TLS (f83194c2f)
2353 - VPP Comms Library
2354   - Add api to set lcl ip (ef7cbf6ad)
2355   - Add config option for preferred tls engine (d747c3c36)
2356   - Allow non-blocking connects (57c88938f)
2357 - VPP Object Model
2358   - Get interface type from vpp device type (3f4be92ce)
2359
2360
2361 ## Known issues
2362
2363 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
2364
2365 ## Issues fixed
2366
2367 For the full list of fixed issues please refer to:
2368 - fd.io [JIRA](https://jira.fd.io)
2369 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2001)
2370
2371 ## API changes
2372
2373 Description of results:
2374
2375 * _Definition changed_: indicates that the API file was modified between releases.
2376 * _Only in image_: indicates the API is new for this release.
2377 * _Only in file_: indicates the API has been removed in this release.
2378
2379 Message Name                                                 | Result
2380 -------------------------------------------------------------|------------------
2381 abf_itf_attach_add_del                                       | definition changed
2382 abf_itf_attach_details                                       | definition changed
2383 abf_policy_add_del                                           | definition changed
2384 abf_policy_details                                           | definition changed
2385 af_packet_create                                             | definition changed
2386 af_packet_create_reply                                       | definition changed
2387 af_packet_delete                                             | definition changed
2388 af_packet_details                                            | definition changed
2389 af_packet_set_l4_cksum_offload                               | definition changed
2390 api_versions_reply                                           | definition changed
2391 app_add_cert_key_pair                                        | only in image
2392 app_add_cert_key_pair_reply                                  | only in image
2393 app_attach                                                   | only in image
2394 app_attach_reply                                             | only in image
2395 app_del_cert_key_pair                                        | only in image
2396 app_del_cert_key_pair_reply                                  | only in image
2397 avf_create_reply                                             | definition changed
2398 avf_delete                                                   | definition changed
2399 bd_ip_mac_add_del                                            | definition changed
2400 bd_ip_mac_details                                            | definition changed
2401 bfd_udp_add                                                  | definition changed
2402 bfd_udp_auth_activate                                        | definition changed
2403 bfd_udp_auth_deactivate                                      | definition changed
2404 bfd_udp_del                                                  | definition changed
2405 bfd_udp_get_echo_source_reply                                | definition changed
2406 bfd_udp_mod                                                  | definition changed
2407 bfd_udp_session_details                                      | definition changed
2408 bfd_udp_session_set_flags                                    | definition changed
2409 bfd_udp_set_echo_source                                      | definition changed
2410 bier_disp_entry_add_del                                      | definition changed
2411 bier_disp_entry_details                                      | definition changed
2412 bier_disp_table_add_del                                      | definition changed
2413 bier_route_add_del                                           | definition changed
2414 bier_table_add_del                                           | definition changed
2415 bond_create                                                  | definition changed
2416 bond_create_reply                                            | definition changed
2417 bond_delete                                                  | definition changed
2418 bond_detach_slave                                            | definition changed
2419 bond_enslave                                                 | definition changed
2420 builtinurl_enable                                            | only in image
2421 builtinurl_enable_reply                                      | only in image
2422 bvi_create                                                   | definition changed
2423 cdp_enable_disable                                           | definition changed
2424 classify_add_del_session                                     | definition changed
2425 classify_add_del_table                                       | definition changed
2426 classify_set_interface_ip_table                              | definition changed
2427 classify_set_interface_l2_tables                             | definition changed
2428 classify_table_by_interface                                  | definition changed
2429 classify_table_by_interface_reply                            | definition changed
2430 cli_inband                                                   | definition changed
2431 cli_inband_reply                                             | definition changed
2432 collect_detailed_interface_stats                             | definition changed
2433 connect_sock                                                 | definition changed
2434 cop_interface_enable_disable                                 | definition changed
2435 cop_whitelist_enable_disable                                 | definition changed
2436 create_loopback                                              | definition changed
2437 create_loopback_instance                                     | definition changed
2438 create_loopback_instance_reply                               | definition changed
2439 create_loopback_reply                                        | definition changed
2440 create_subif                                                 | definition changed
2441 create_subif_reply                                           | definition changed
2442 create_vhost_user_if                                         | definition changed
2443 create_vhost_user_if_reply                                   | definition changed
2444 create_vlan_subif                                            | definition changed
2445 create_vlan_subif_reply                                      | definition changed
2446 ct6_enable_disable                                           | definition changed
2447 delete_loopback                                              | definition changed
2448 delete_subif                                                 | definition changed
2449 delete_vhost_user_if                                         | definition changed
2450 dhcp6_client_enable_disable                                  | definition changed
2451 dhcp6_clients_enable_disable                                 | definition changed
2452 dhcp6_pd_client_enable_disable                               | definition changed
2453 dhcp6_pd_reply_event                                         | definition changed
2454 dhcp6_pd_send_client_message                                 | definition changed
2455 dhcp6_reply_event                                            | definition changed
2456 dhcp6_send_client_message                                    | definition changed
2457 dhcp_client_config                                           | definition changed
2458 dhcp_client_details                                          | definition changed
2459 dhcp_compl_event                                             | definition changed
2460 dhcp_plugin_control_ping                                     | only in image
2461 dhcp_plugin_control_ping_reply                               | only in image
2462 dhcp_plugin_get_version                                      | only in image
2463 dhcp_plugin_get_version_reply                                | only in image
2464 dhcp_proxy_config                                            | definition changed
2465 dhcp_proxy_details                                           | definition changed
2466 dhcp_proxy_dump                                              | definition changed
2467 dhcp_proxy_set_vss                                           | definition changed
2468 dslite_add_del_pool_addr_range                               | definition changed
2469 dslite_address_details                                       | definition changed
2470 dslite_get_aftr_addr_reply                                   | definition changed
2471 dslite_get_b4_addr_reply                                     | definition changed
2472 dslite_set_aftr_addr                                         | definition changed
2473 dslite_set_b4_addr                                           | definition changed
2474 feature_enable_disable                                       | definition changed
2475 feature_gso_enable_disable                                   | only in image
2476 feature_gso_enable_disable_reply                             | only in image
2477 flow_classify_details                                        | definition changed
2478 flow_classify_dump                                           | definition changed
2479 flow_classify_set_interface                                  | definition changed
2480 flowprobe_params                                             | definition changed
2481 flowprobe_tx_interface_add_del                               | definition changed
2482 gbp_bridge_domain_add                                        | definition changed
2483 gbp_bridge_domain_details                                    | definition changed
2484 gbp_contract_add_del                                         | definition changed
2485 gbp_contract_details                                         | definition changed
2486 gbp_endpoint_add                                             | definition changed
2487 gbp_endpoint_details                                         | definition changed
2488 gbp_endpoint_group_add                                       | definition changed
2489 gbp_endpoint_group_details                                   | definition changed
2490 gbp_ext_itf_add_del                                          | definition changed
2491 gbp_ext_itf_details                                          | definition changed
2492 gbp_recirc_add_del                                           | definition changed
2493 gbp_recirc_details                                           | definition changed
2494 gbp_route_domain_add                                         | definition changed
2495 gbp_route_domain_details                                     | definition changed
2496 gbp_subnet_add_del                                           | definition changed
2497 gbp_subnet_details                                           | definition changed
2498 gbp_vxlan_tunnel_add                                         | definition changed
2499 gbp_vxlan_tunnel_add_reply                                   | definition changed
2500 gbp_vxlan_tunnel_details                                     | definition changed
2501 geneve_add_del_tunnel                                        | definition changed
2502 geneve_add_del_tunnel_reply                                  | definition changed
2503 geneve_tunnel_details                                        | definition changed
2504 geneve_tunnel_dump                                           | definition changed
2505 get_first_msg_id                                             | definition changed
2506 gre_tunnel_add_del                                           | definition changed
2507 gre_tunnel_add_del_reply                                     | definition changed
2508 gre_tunnel_details                                           | definition changed
2509 gre_tunnel_dump                                              | definition changed
2510 gtpu_add_del_tunnel                                          | definition changed
2511 gtpu_add_del_tunnel_reply                                    | definition changed
2512 gtpu_tunnel_details                                          | definition changed
2513 gtpu_tunnel_dump                                             | definition changed
2514 http_static_enable                                           | definition changed
2515 hw_interface_set_mtu                                         | definition changed
2516 igmp_clear_interface                                         | definition changed
2517 igmp_details                                                 | definition changed
2518 igmp_dump                                                    | definition changed
2519 igmp_enable_disable                                          | definition changed
2520 igmp_event                                                   | definition changed
2521 igmp_group_prefix_details                                    | definition changed
2522 igmp_group_prefix_set                                        | definition changed
2523 igmp_listen                                                  | definition changed
2524 igmp_proxy_device_add_del                                    | definition changed
2525 igmp_proxy_device_add_del_interface                          | definition changed
2526 ikev2_initiate_sa_init                                       | definition changed
2527 ikev2_profile_add_del                                        | definition changed
2528 ikev2_profile_set_auth                                       | definition changed
2529 ikev2_profile_set_id                                         | definition changed
2530 ikev2_profile_set_ts                                         | definition changed
2531 ikev2_set_esp_transforms                                     | definition changed
2532 ikev2_set_ike_transforms                                     | definition changed
2533 ikev2_set_responder                                          | definition changed
2534 ikev2_set_sa_lifetime                                        | definition changed
2535 input_acl_set_interface                                      | definition changed
2536 interface_name_renumber                                      | definition changed
2537 ioam_cache_ip6_enable_disable                                | definition changed
2538 ioam_enable                                                  | definition changed
2539 ioam_export_ip6_enable_disable                               | definition changed
2540 ip4_arp_event                                                | only in file
2541 ip6_add_del_address_using_prefix                             | definition changed
2542 ip6_nd_address_autoconfig                                    | definition changed
2543 ip6_nd_event                                                 | only in file
2544 ip6_ra_event                                                 | definition changed
2545 ip6nd_proxy_add_del                                          | definition changed
2546 ip6nd_proxy_details                                          | definition changed
2547 ip6nd_send_router_solicitation                               | definition changed
2548 ip_address_details                                           | definition changed
2549 ip_address_dump                                              | definition changed
2550 ip_container_proxy_add_del                                   | definition changed
2551 ip_container_proxy_details                                   | definition changed
2552 ip_details                                                   | definition changed
2553 ip_dump                                                      | definition changed
2554 ip_mroute_add_del                                            | definition changed
2555 ip_mroute_details                                            | definition changed
2556 ip_mroute_dump                                               | definition changed
2557 ip_mtable_details                                            | definition changed
2558 ip_neighbor_add_del                                          | definition changed
2559 ip_neighbor_config                                           | only in image
2560 ip_neighbor_config_reply                                     | only in image
2561 ip_neighbor_details                                          | definition changed
2562 ip_neighbor_dump                                             | definition changed
2563 ip_neighbor_event                                            | only in image
2564 ip_probe_neighbor                                            | only in file
2565 ip_probe_neighbor_reply                                      | only in file
2566 ip_punt_police                                               | definition changed
2567 ip_punt_redirect                                             | definition changed
2568 ip_punt_redirect_details                                     | definition changed
2569 ip_punt_redirect_dump                                        | definition changed
2570 ip_reassembly_enable_disable                                 | definition changed
2571 ip_reassembly_get                                            | definition changed
2572 ip_reassembly_get_reply                                      | definition changed
2573 ip_reassembly_set                                            | definition changed
2574 ip_route_add_del                                             | definition changed
2575 ip_route_details                                             | definition changed
2576 ip_route_dump                                                | definition changed
2577 ip_scan_neighbor_enable_disable                              | only in file
2578 ip_scan_neighbor_enable_disable_reply                        | only in file
2579 ip_source_and_port_range_check_add_del                       | definition changed
2580 ip_source_and_port_range_check_interface_add_del             | definition changed
2581 ip_source_check_interface_add_del                            | definition changed
2582 ip_table_add_del                                             | definition changed
2583 ip_table_details                                             | definition changed
2584 ip_table_flush                                               | only in image
2585 ip_table_flush_reply                                         | only in image
2586 ip_table_replace_begin                                       | only in image
2587 ip_table_replace_begin_reply                                 | only in image
2588 ip_table_replace_end                                         | only in image
2589 ip_table_replace_end_reply                                   | only in image
2590 ip_unnumbered_details                                        | definition changed
2591 ip_unnumbered_dump                                           | definition changed
2592 ipfix_classify_table_add_del                                 | definition changed
2593 ipfix_classify_table_details                                 | definition changed
2594 ipfix_exporter_details                                       | definition changed
2595 ipip_6rd_add_tunnel                                          | definition changed
2596 ipip_6rd_add_tunnel_reply                                    | definition changed
2597 ipip_6rd_del_tunnel                                          | definition changed
2598 ipip_add_tunnel                                              | definition changed
2599 ipip_add_tunnel_reply                                        | definition changed
2600 ipip_del_tunnel                                              | definition changed
2601 ipip_tunnel_details                                          | definition changed
2602 ipip_tunnel_dump                                             | definition changed
2603 ipsec_spd_details                                            | definition changed
2604 ipsec_spd_entry_add_del                                      | definition changed
2605 ipsec_tunnel_if_add_del                                      | definition changed
2606 ipsec_tunnel_protect_del                                     | definition changed
2607 ipsec_tunnel_protect_details                                 | definition changed
2608 ipsec_tunnel_protect_dump                                    | definition changed
2609 ipsec_tunnel_protect_update                                  | definition changed
2610 l2_arp_term_event                                            | only in image
2611 l2_emulation                                                 | definition changed
2612 l2tpv3_create_tunnel                                         | definition changed
2613 l2tpv3_create_tunnel_reply                                   | definition changed
2614 l2tpv3_interface_enable_disable                              | definition changed
2615 l2tpv3_set_lookup_key                                        | definition changed
2616 l2tpv3_set_tunnel_cookies                                    | definition changed
2617 l3xc_del                                                     | definition changed
2618 l3xc_details                                                 | definition changed
2619 l3xc_dump                                                    | definition changed
2620 l3xc_update                                                  | definition changed
2621 lb_add_del_as                                                | definition changed
2622 lb_add_del_intf_nat4                                         | only in image
2623 lb_add_del_intf_nat4_reply                                   | only in image
2624 lb_add_del_intf_nat6                                         | only in image
2625 lb_add_del_intf_nat6_reply                                   | only in image
2626 lb_add_del_vip                                               | definition changed
2627 lb_as_details                                                | definition changed
2628 lb_as_dump                                                   | definition changed
2629 lb_conf                                                      | definition changed
2630 lb_flush_vip                                                 | definition changed
2631 lb_vip_details                                               | definition changed
2632 lb_vip_dump                                                  | definition changed
2633 log_details                                                  | definition changed
2634 log_dump                                                     | definition changed
2635 mactime_add_del_range                                        | definition changed
2636 mactime_details                                              | only in image
2637 mactime_dump                                                 | only in image
2638 mactime_dump_reply                                           | only in image
2639 mactime_enable_disable                                       | definition changed
2640 map_add_del_rule                                             | definition changed
2641 map_add_domain                                               | definition changed
2642 map_domain_details                                           | definition changed
2643 map_if_enable_disable                                        | definition changed
2644 map_param_add_del_pre_resolve                                | definition changed
2645 map_param_get_reply                                          | definition changed
2646 map_param_set_icmp                                           | definition changed
2647 map_param_set_reassembly                                     | only in file
2648 map_param_set_reassembly_reply                               | only in file
2649 map_param_set_traffic_class                                  | definition changed
2650 map_rule_details                                             | definition changed
2651 mdata_enable_disable                                         | only in image
2652 mdata_enable_disable_reply                                   | only in image
2653 memclnt_create                                               | definition changed
2654 memclnt_delete                                               | definition changed
2655 memif_create                                                 | definition changed
2656 memif_create_reply                                           | definition changed
2657 memif_delete                                                 | definition changed
2658 memif_details                                                | definition changed
2659 memif_socket_filename_add_del                                | definition changed
2660 memif_socket_filename_details                                | definition changed
2661 mfib_signal_details                                          | definition changed
2662 modify_vhost_user_if                                         | definition changed
2663 mpls_ip_bind_unbind                                          | definition changed
2664 mpls_route_add_del                                           | definition changed
2665 mpls_route_details                                           | definition changed
2666 mpls_route_dump                                              | definition changed
2667 mpls_table_add_del                                           | definition changed
2668 mpls_table_details                                           | definition changed
2669 mpls_tunnel_add_del                                          | definition changed
2670 mpls_tunnel_add_del_reply                                    | definition changed
2671 mpls_tunnel_details                                          | definition changed
2672 mpls_tunnel_dump                                             | definition changed
2673 nat44_add_del_address_range                                  | definition changed
2674 nat44_add_del_identity_mapping                               | definition changed
2675 nat44_add_del_interface_addr                                 | definition changed
2676 nat44_add_del_lb_static_mapping                              | definition changed
2677 nat44_add_del_static_mapping                                 | definition changed
2678 nat44_address_details                                        | definition changed
2679 nat44_del_session                                            | definition changed
2680 nat44_identity_mapping_details                               | definition changed
2681 nat44_interface_add_del_feature                              | definition changed
2682 nat44_interface_add_del_output_feature                       | definition changed
2683 nat44_interface_addr_details                                 | definition changed
2684 nat44_interface_details                                      | definition changed
2685 nat44_interface_output_feature_details                       | definition changed
2686 nat44_lb_static_mapping_add_del_local                        | definition changed
2687 nat44_lb_static_mapping_details                              | definition changed
2688 nat44_static_mapping_details                                 | definition changed
2689 nat44_user_details                                           | definition changed
2690 nat44_user_session_details                                   | definition changed
2691 nat44_user_session_dump                                      | definition changed
2692 nat64_add_del_interface_addr                                 | definition changed
2693 nat64_add_del_interface                                      | definition changed
2694 nat64_add_del_pool_addr_range                                | definition changed
2695 nat64_add_del_prefix                                         | definition changed
2696 nat64_add_del_static_bib                                     | definition changed
2697 nat64_bib_details                                            | definition changed
2698 nat64_interface_details                                      | definition changed
2699 nat64_pool_addr_details                                      | definition changed
2700 nat64_prefix_details                                         | definition changed
2701 nat64_st_details                                             | definition changed
2702 nat66_add_del_interface                                      | definition changed
2703 nat66_add_del_static_mapping                                 | definition changed
2704 nat66_interface_details                                      | definition changed
2705 nat66_static_mapping_details                                 | definition changed
2706 nat_det_add_del_map                                          | definition changed
2707 nat_det_close_session_in                                     | definition changed
2708 nat_det_close_session_out                                    | definition changed
2709 nat_det_forward                                              | definition changed
2710 nat_det_forward_reply                                        | definition changed
2711 nat_det_map_details                                          | definition changed
2712 nat_det_reverse                                              | definition changed
2713 nat_det_reverse_reply                                        | definition changed
2714 nat_det_session_details                                      | definition changed
2715 nat_det_session_dump                                         | definition changed
2716 nat_get_reass                                                | only in file
2717 nat_get_reass_reply                                          | only in file
2718 nat_ha_get_failover_reply                                    | definition changed
2719 nat_ha_get_listener_reply                                    | definition changed
2720 nat_ha_set_failover                                          | definition changed
2721 nat_ha_set_listener                                          | definition changed
2722 nat_reass_details                                            | only in file
2723 nat_reass_dump                                               | only in file
2724 nat_set_reass                                                | only in file
2725 nat_set_reass_reply                                          | only in file
2726 nat_worker_details                                           | definition changed
2727 nhrp_details                                                 | only in image
2728 nhrp_dump                                                    | only in image
2729 nhrp_entry_add_del                                           | only in image
2730 nhrp_entry_add_del_reply                                     | only in image
2731 nsh_add_del_entry                                            | definition changed
2732 nsh_add_del_map                                              | definition changed
2733 nsh_map_details                                              | definition changed
2734 nsim_cross_connect_enable_disable                            | definition changed
2735 nsim_output_feature_enable_disable                           | definition changed
2736 output_acl_set_interface                                     | definition changed
2737 p2p_ethernet_add                                             | definition changed
2738 p2p_ethernet_add_reply                                       | definition changed
2739 p2p_ethernet_del                                             | definition changed
2740 pipe_create                                                  | definition changed
2741 pipe_create_reply                                            | definition changed
2742 pipe_delete                                                  | definition changed
2743 pipe_details                                                 | definition changed
2744 policer_classify_details                                     | definition changed
2745 policer_classify_dump                                        | definition changed
2746 policer_classify_set_interface                               | definition changed
2747 pot_profile_activate                                         | definition changed
2748 pot_profile_add                                              | definition changed
2749 pot_profile_del                                              | definition changed
2750 pppoe_add_del_session                                        | definition changed
2751 pppoe_add_del_session_reply                                  | definition changed
2752 pppoe_session_details                                        | definition changed
2753 pppoe_session_dump                                           | definition changed
2754 proxy_arp_add_del                                            | definition changed
2755 proxy_arp_details                                            | definition changed
2756 proxy_arp_intfc_enable_disable                               | definition changed
2757 punt_reason_details                                          | definition changed
2758 punt_reason_dump                                             | definition changed
2759 punt_socket_details                                          | definition changed
2760 punt_socket_register                                         | definition changed
2761 punt_socket_register_reply                                   | definition changed
2762 qos_mark_dump                                                | definition changed
2763 qos_mark_enable_disable                                      | definition changed
2764 qos_record_details                                           | definition changed
2765 qos_record_enable_disable                                    | definition changed
2766 qos_store_details                                            | definition changed
2767 qos_store_enable_disable                                     | definition changed
2768 rdma_create                                                  | only in image
2769 rdma_create_reply                                            | only in image
2770 rdma_delete                                                  | only in image
2771 rdma_delete_reply                                            | only in image
2772 reset_fib                                                    | only in file
2773 reset_fib_reply                                              | only in file
2774 set_arp_neighbor_limit                                       | only in file
2775 set_arp_neighbor_limit_reply                                 | only in file
2776 set_ip_flow_hash                                             | definition changed
2777 set_ipfix_exporter                                           | definition changed
2778 set_punt                                                     | definition changed
2779 show_version_reply                                           | definition changed
2780 show_vpe_system_time_reply                                   | definition changed
2781 sockclnt_create                                              | definition changed
2782 sockclnt_create_reply                                        | definition changed
2783 sr_set_encap_hop_limit                                       | only in image
2784 sr_set_encap_hop_limit_reply                                 | only in image
2785 stn_add_del_rule                                             | definition changed
2786 stn_rules_details                                            | definition changed
2787 svs_details                                                  | definition changed
2788 svs_enable_disable                                           | definition changed
2789 svs_route_add_del                                            | definition changed
2790 svs_table_add_del                                            | definition changed
2791 sw_if_l2tpv3_tunnel_details                                  | definition changed
2792 sw_interface_add_del_address                                 | definition changed
2793 sw_interface_add_del_mac_address                             | only in image
2794 sw_interface_add_del_mac_address_reply                       | only in image
2795 sw_interface_bond_details                                    | definition changed
2796 sw_interface_clear_stats                                     | definition changed
2797 sw_interface_details                                         | definition changed
2798 sw_interface_dump                                            | definition changed
2799 sw_interface_event                                           | definition changed
2800 sw_interface_get_mac_address                                 | definition changed
2801 sw_interface_get_mac_address_reply                           | definition changed
2802 sw_interface_get_table                                       | definition changed
2803 sw_interface_ip6_enable_disable                              | definition changed
2804 sw_interface_ip6_set_link_local_address                      | definition changed
2805 sw_interface_ip6nd_ra_config                                 | definition changed
2806 sw_interface_ip6nd_ra_prefix                                 | definition changed
2807 sw_interface_lacp_details                                    | definition changed
2808 sw_interface_rx_placement_details                            | definition changed
2809 sw_interface_rx_placement_dump                               | definition changed
2810 sw_interface_set_bond_weight                                 | only in image
2811 sw_interface_set_bond_weight_reply                           | only in image
2812 sw_interface_set_flags                                       | definition changed
2813 sw_interface_set_geneve_bypass                               | definition changed
2814 sw_interface_set_gtpu_bypass                                 | definition changed
2815 sw_interface_set_ip_directed_broadcast                       | definition changed
2816 sw_interface_set_mac_address                                 | definition changed
2817 sw_interface_set_mpls_enable                                 | definition changed
2818 sw_interface_set_mtu                                         | definition changed
2819 sw_interface_set_rx_mode                                     | definition changed
2820 sw_interface_set_rx_placement                                | definition changed
2821 sw_interface_set_table                                       | definition changed
2822 sw_interface_set_unnumbered                                  | definition changed
2823 sw_interface_set_vxlan_gbp_bypass                            | definition changed
2824 sw_interface_slave_details                                   | definition changed
2825 sw_interface_slave_dump                                      | definition changed
2826 sw_interface_tag_add_del                                     | definition changed
2827 sw_interface_tap_v2_details                                  | definition changed
2828 sw_interface_tap_v2_dump                                     | definition changed
2829 sw_interface_vhost_user_details                              | definition changed
2830 sw_interface_vhost_user_dump                                 | definition changed
2831 sw_interface_virtio_pci_details                              | definition changed
2832 syslog_get_sender_reply                                      | definition changed
2833 syslog_set_sender                                            | definition changed
2834 tap_create_v2                                                | definition changed
2835 tap_create_v2_reply                                          | definition changed
2836 tap_delete_v2                                                | definition changed
2837 tcp_configure_src_addresses                                  | definition changed
2838 tls_openssl_set_engine                                       | only in image
2839 tls_openssl_set_engine_reply                                 | only in image
2840 trace_plugin_msg_ids                                         | definition changed
2841 udp_encap_add                                                | definition changed
2842 udp_encap_details                                            | definition changed
2843 udp_ping_add_del                                             | definition changed
2844 udp_ping_export                                              | definition changed
2845 virtio_pci_create                                            | definition changed
2846 virtio_pci_create_reply                                      | definition changed
2847 virtio_pci_delete                                            | definition changed
2848 vmxnet3_create                                               | definition changed
2849 vmxnet3_create_reply                                         | definition changed
2850 vmxnet3_delete                                               | definition changed
2851 vmxnet3_details                                              | definition changed
2852 vxlan_gbp_tunnel_add_del                                     | definition changed
2853 vxlan_gbp_tunnel_add_del_reply                               | definition changed
2854 vxlan_gbp_tunnel_details                                     | definition changed
2855 vxlan_gbp_tunnel_dump                                        | definition changed
2856 vxlan_gpe_ioam_enable                                        | definition changed
2857 vxlan_gpe_ioam_export_enable_disable                         | definition changed
2858 vxlan_gpe_ioam_transit_disable                               | definition changed
2859 vxlan_gpe_ioam_transit_enable                                | definition changed
2860 vxlan_gpe_ioam_vni_disable                                   | definition changed
2861 vxlan_gpe_ioam_vni_enable                                    | definition changed
2862 want_bfd_events                                              | definition changed
2863 want_dhcp6_pd_reply_events                                   | definition changed
2864 want_ip4_arp_events                                          | only in file
2865 want_ip4_arp_events_reply                                    | only in file
2866 want_ip6_nd_events                                           | only in file
2867 want_ip6_nd_events_reply                                     | only in file
2868 want_ip6_ra_events                                           | definition changed
2869 want_ip_neighbor_events                                      | only in image
2870 want_ip_neighbor_events_reply                                | only in image
2871 want_l2_arp_term_events                                      | only in image
2872 want_l2_arp_term_events_reply                                | only in image
2873 want_l2_macs_events                                          | definition changed
2874
2875 Found 493 api message signature differences
2876
2877 ### Patches that changed API definitions
2878
2879 | @c src/vlibmemory/memclnt.api ||
2880 | ------- | ------- |
2881 | [8e388390d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e388390d) | vlib: use explicit types in api |
2882 | [daa4bff16](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=daa4bff16) | api: memclnt api use string type. |
2883 | [7adaa226e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7adaa226e) | api: revert use string type for strings in memclnt.api |
2884 | [2959d42fe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2959d42fe) | api: use string type for strings in memclnt.api |
2885 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2886
2887 | @c src/examples/sample-plugin/sample/sample.api ||
2888 | ------- | ------- |
2889 | [33a58171e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33a58171e) | api: autogenerate api trace print/endian |
2890 | [78d91cf9a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=78d91cf9a) | sample-plugin: refactor .api to use explicit types |
2891
2892 | @c src/vnet/interface.api ||
2893 | ------- | ------- |
2894 | [418ebb711](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=418ebb711) | papi: support default for type alias decaying to basetype |
2895 | [9485d99bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9485d99bd) | interface: Allow VLAN tag-rewrite on non-sub-interfaces too. |
2896 | [c12eae73f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c12eae73f) | interface: shmemioerror while getting name_filter arg |
2897 | [de312c2d5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de312c2d5) | interface: dump the interface device type |
2898 | [e0792fdff](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e0792fdff) | interface: callback to manage extra MAC addresses |
2899 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
2900 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
2901 | [053204ab0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=053204ab0) | api: Cleanup APIs interface.api |
2902 | [0ad4a439d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0ad4a439d) | Fix vpp crash bug while deleting dhcp client |
2903 | [9a29f795a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9a29f795a) | vpp_papi_provider.py: update defautmapping. |
2904 | [b8591ac91](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b8591ac91) | API sw_interface_dump: Dump all if index is zero |
2905 | [4a7240636](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a7240636) | Make sw_interface_dump more compatible with 2.2.0 |
2906 | [6407ba56a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6407ba56a) | api: Add to interface crud - read by sw_if_index. |
2907
2908 | @c src/vnet/interface_types.api ||
2909 | ------- | ------- |
2910 | [053204ab0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=053204ab0) | api: Cleanup APIs interface.api |
2911
2912 | @c src/vnet/session/session.api ||
2913 | ------- | ------- |
2914 | [c4c4cf506](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c4c4cf506) | session: move add/del segment msg to mq |
2915 | [79f89537c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79f89537c) | session: Add certificate store |
2916 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
2917 | [458089bba](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=458089bba) | session: move ctrl messages from bapi to mq |
2918 | [8ac1d6d05](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ac1d6d05) | session: Use parent_handle instead of transport_opts |
2919 | [ba65ca496](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ba65ca496) | Add transport_opts to connect_sock bapi |
2920
2921 | @c src/vnet/classify/classify.api ||
2922 | ------- | ------- |
2923 | [692bfc85f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=692bfc85f) | classify: API cleanup |
2924
2925 | @c src/vnet/l2tp/l2tp.api ||
2926 | ------- | ------- |
2927 | [3ae526271](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ae526271) | l2: l2tp API cleanup |
2928
2929 | @c src/vnet/gre/gre.api ||
2930 | ------- | ------- |
2931 | [5f8f61733](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5f8f61733) | gre: Multi-point interfaces |
2932 | [814f15948](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=814f15948) | gre: update gre.api with explicit types |
2933 | [d0aed2eb3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0aed2eb3) | GRE: set gre_tunnel_type init value to zero in API |
2934 | [5a8844bdb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a8844bdb) | GRE: API update |
2935
2936 | @c src/vnet/fib/fib_types.api ||
2937 | ------- | ------- |
2938 | [1dbcf30b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1dbcf30b7) | fib: Support the POP of a Psuedo Wire Control Word |
2939 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
2940
2941 | @c src/vnet/lisp-cp/one.api ||
2942 | ------- | ------- |
2943 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2944
2945 | @c src/vnet/lisp-cp/lisp.api ||
2946 | ------- | ------- |
2947 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2948
2949 | @c src/vnet/feature/feature.api ||
2950 | ------- | ------- |
2951 | [bf6c5c158](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bf6c5c158) | feature: API cleanup |
2952
2953 | @c src/vnet/nhrp/nhrp.api ||
2954 | ------- | ------- |
2955 | [5f8f61733](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5f8f61733) | gre: Multi-point interfaces |
2956
2957 | @c src/vnet/qos/qos.api ||
2958 | ------- | ------- |
2959 | [4b76c58be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b76c58be) | qos: api clenup |
2960 | [83832e7ce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=83832e7ce) | qos: Store function |
2961 | [5281a9029](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5281a9029) | qos: QoS dump APIs |
2962
2963 | @c src/vnet/ipsec/ipsec.api ||
2964 | ------- | ------- |
2965 | [dbf68c9aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dbf68c9aa) | ipsec: Changes to make ipsec encoder/decoders reusable by the plugins |
2966 | [12989b538](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=12989b538) | ipsec: remove dedicated IPSec tunnels |
2967 | [c87b66c86](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87b66c86) | ipsec: ipsec-tun protect |
2968 | [f2922422d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f2922422d) | ipsec: remove the set_key API |
2969 | [80f6fd53f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=80f6fd53f) | IPSEC: Pass the algorithm salt (used in GCM) over the API |
2970
2971 | @c src/vnet/ipsec/ipsec_types.api ||
2972 | ------- | ------- |
2973 | [dbf68c9aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dbf68c9aa) | ipsec: Changes to make ipsec encoder/decoders reusable by the plugins |
2974
2975 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
2976 | ------- | ------- |
2977 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2978
2979 | @c src/vnet/pci/pci_types.api ||
2980 | ------- | ------- |
2981 | [2c504f89c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c504f89c) | devices: virtio API cleanup |
2982
2983 | @c src/vnet/bonding/bond.api ||
2984 | ------- | ------- |
2985 | [3d1ef873d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3d1ef873d) | bonding: API cleanup |
2986 | [a1876b84e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a1876b84e) | bonding: add weight support for active-backup mode |
2987 | [751e3f382](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=751e3f382) | bonding: add support for numa-only in lacp mode |
2988
2989 | @c src/vnet/tcp/tcp.api ||
2990 | ------- | ------- |
2991 | [956819afa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=956819afa) | tcp: api clenup |
2992
2993 | @c src/vnet/cop/cop.api ||
2994 | ------- | ------- |
2995 | [aa4438a31](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aa4438a31) | cop: API cleanup |
2996
2997 | @c src/vnet/ip-neighbor/ip_neighbor.api ||
2998 | ------- | ------- |
2999 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
3000
3001 | @c src/vnet/ethernet/p2p_ethernet.api ||
3002 | ------- | ------- |
3003 | [8edca1361](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8edca1361) | p2p ethernet: update p2p_ethernet.api with explicit types. |
3004
3005 | @c src/vnet/ethernet/ethernet_types.api ||
3006 | ------- | ------- |
3007 | [33a58171e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33a58171e) | api: autogenerate api trace print/endian |
3008
3009 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
3010 | ------- | ------- |
3011 | [fb27096ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fb27096ee) | vxlan-gbp: api cleanup |
3012
3013 | @c src/vnet/arp/arp.api ||
3014 | ------- | ------- |
3015 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
3016
3017 | @c src/vnet/ipip/ipip.api ||
3018 | ------- | ------- |
3019 | [9534696b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9534696b4) | ipip: Tunnel flags controlling copying data to/from payload/encap |
3020 | [288e09362](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=288e09362) | ipip: refactor ipip.api with explicit types |
3021 | [cbd0824d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbd0824d6) | IPIP tunnel: use address types on API |
3022
3023 | @c src/vnet/ipip/ipip_types.api ||
3024 | ------- | ------- |
3025 | [9534696b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9534696b4) | ipip: Tunnel flags controlling copying data to/from payload/encap |
3026
3027 | @c src/vnet/bfd/bfd.api ||
3028 | ------- | ------- |
3029 | [4682feb1f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4682feb1f) | bfd: API cleanup |
3030
3031 | @c src/vnet/l2/l2.api ||
3032 | ------- | ------- |
3033 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
3034 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3035 | [bc764c8bc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc764c8bc) | l2: BD ARP termination entry API update |
3036 | [54bc5e40c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54bc5e40c) | Update API description |
3037 | [5e6f7348c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5e6f7348c) | l2: Add support for arp unicast forwarding |
3038
3039 | @c src/vnet/ip6-nd/ip6_nd.api ||
3040 | ------- | ------- |
3041 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
3042
3043 | @c src/vnet/ip6-nd/rd_cp.api ||
3044 | ------- | ------- |
3045 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
3046
3047 | @c src/vnet/udp/udp.api ||
3048 | ------- | ------- |
3049 | [10dc2eabd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10dc2eabd) | udp: fix copyright typo |
3050
3051 | @c src/vnet/mpls/mpls.api ||
3052 | ------- | ------- |
3053 | [3eb8f207b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3eb8f207b) | mpls: api cleanup |
3054 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
3055 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3056 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
3057
3058 | @c src/vnet/mfib/mfib_types.api ||
3059 | ------- | ------- |
3060 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3061 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
3062
3063 | @c src/vnet/ip/ip_types.api ||
3064 | ------- | ------- |
3065 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
3066 | [33a58171e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33a58171e) | api: autogenerate api trace print/endian |
3067 | [515eed425](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=515eed425) | api: add prefix matcher typedef |
3068 | [038e1dfbd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=038e1dfbd) | dhcp ip: DSCP settings for transmitted DHCP packets |
3069 | [53c501512](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53c501512) | api: add DSCP definitions to ip_types.api |
3070 | [ab05508e1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ab05508e1) | api: refactor format_vl_api_prefix_t return keys |
3071 | [b538dd868](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b538dd868) | Punt: specify packets by IP protocol Type |
3072 | [50f0ac0f0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=50f0ac0f0) | Punt: socket register for exception dispatched/punted packets based on reason |
3073
3074 | @c src/vnet/ip/punt.api ||
3075 | ------- | ------- |
3076 | [f158944cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f158944cc) | ip: trivial typos in docs |
3077 | [f72ad93d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f72ad93d6) | ip: punt API cleanup |
3078 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
3079 | [719beb709](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=719beb709) | ip ipsec: Remove IPSec SPI-0 punt reason |
3080 | [b538dd868](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b538dd868) | Punt: specify packets by IP protocol Type |
3081 | [50f0ac0f0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=50f0ac0f0) | Punt: socket register for exception dispatched/punted packets based on reason |
3082
3083 | @c src/vnet/ip/ip.api ||
3084 | ------- | ------- |
3085 | [58989a37d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58989a37d) | ip: API cleanup |
3086 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
3087 | [668605fc8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=668605fc8) | ip: use explicit types in api |
3088 | [9db6ada77](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9db6ada77) | fib: Table Replace |
3089 | [de34c35fc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de34c35fc) | ip: add shallow virtual reassembly functionality |
3090 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
3091 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3092 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
3093 | [3a343d42d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3a343d42d) | reassembly: prevent long chain attack |
3094
3095 | @c src/vnet/pg/pg.api ||
3096 | ------- | ------- |
3097 | [22e9cfd76](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=22e9cfd76) | pg: add GSO support |
3098
3099 | @c src/vnet/bier/bier.api ||
3100 | ------- | ------- |
3101 | [f1f5a8a1a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f1f5a8a1a) | bier: API cleanup |
3102 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3103 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
3104 | [e6eefb6e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6eefb6e3) | Trivial Typo's in bier comments/docs. |
3105
3106 | @c src/vnet/ipfix-export/ipfix_export.api ||
3107 | ------- | ------- |
3108 | [2f71a8889](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2f71a8889) | ip: ipfix-export API update |
3109 | [21b83e96d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=21b83e96d) | api: implement ipfix_flush |
3110
3111 | @c src/vnet/gso/gso.api ||
3112 | ------- | ------- |
3113 | [29467b534](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=29467b534) | gso: Add gso feature arc |
3114
3115 | @c src/vnet/devices/af_packet/af_packet.api ||
3116 | ------- | ------- |
3117 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
3118 | [3b2db9002](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3b2db9002) | devices: af_packet API cleanup |
3119
3120 | @c src/vnet/devices/virtio/vhost_user.api ||
3121 | ------- | ------- |
3122 | [5d4c99f27](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d4c99f27) | devices: vhost API cleanup |
3123 | [4208a4ce8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4208a4ce8) | devices interface tests: vhosst GSO support |
3124
3125 | @c src/vnet/devices/virtio/virtio_types.api ||
3126 | ------- | ------- |
3127 | [5d4c99f27](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d4c99f27) | devices: vhost API cleanup |
3128
3129 | @c src/vnet/devices/virtio/virtio.api ||
3130 | ------- | ------- |
3131 | [6d4af8918](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d4af8918) | virtio: split gso and checksum offload functionality |
3132 | [2c504f89c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c504f89c) | devices: virtio API cleanup |
3133 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
3134 | [bbd6b746e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bbd6b746e) | virtio: Add gso support for native virtio driver |
3135 | [43b512cac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43b512cac) | virtio: remove configurable queue size support |
3136
3137 | @c src/vnet/devices/pipe/pipe.api ||
3138 | ------- | ------- |
3139 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
3140 | [df40cb5b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df40cb5b5) | devices: pipe API cleanup |
3141
3142 | @c src/vnet/devices/tap/tapv2.api ||
3143 | ------- | ------- |
3144 | [ba0061feb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ba0061feb) | tap: split gso and checksum offload functionality |
3145 | [5de4fb707](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5de4fb707) | devices: tap API cleanup |
3146 | [44d06916b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=44d06916b) | tap: Move client registration check to top |
3147 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
3148 | [97d54ed43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97d54ed43) | tap: add support to configure tap interface host MTU size |
3149
3150 | @c src/vnet/srv6/sr.api ||
3151 | ------- | ------- |
3152 | [eeb5fb3a5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eeb5fb3a5) | sr: add "set sr encaps hop-limit" command |
3153 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3154
3155 | @c src/vnet/geneve/geneve.api ||
3156 | ------- | ------- |
3157 | [2d3282e17](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2d3282e17) | geneve: API cleanup |
3158
3159 | @c src/plugins/marvell/pp2/pp2.api ||
3160 | ------- | ------- |
3161 | [4a65b910a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a65b910a) | marvell: use explicit types in api |
3162 | [859b59133](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=859b59133) | api: Add API support for marvell PP2 plugin |
3163
3164 | @c src/plugins/svs/svs.api ||
3165 | ------- | ------- |
3166 | [5e913f374](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5e913f374) | svs: use explicit types in api |
3167
3168 | @c src/plugins/acl/acl_types.api ||
3169 | ------- | ------- |
3170 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3171 | [bb2e5221a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2e5221a) | api acl: breakout acl_types.api for reuse by others |
3172
3173 | @c src/plugins/acl/acl.api ||
3174 | ------- | ------- |
3175 | [b5076cbe1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b5076cbe1) | acl: add missing square brackets to vat_help option in acl api |
3176 | [709dad304](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=709dad304) | acl: remove api boilerplate |
3177 | [bb2e5221a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2e5221a) | api acl: breakout acl_types.api for reuse by others |
3178 | [f995c7122](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f995c7122) | acl: implement counters |
3179
3180 | @c src/plugins/memif/memif.api ||
3181 | ------- | ------- |
3182 | [3ae9f5a90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ae9f5a90) | memif: remove api boilerplate |
3183 | [546f955b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=546f955b3) | memif: API cleanup |
3184
3185 | @c src/plugins/cdp/cdp.api ||
3186 | ------- | ------- |
3187 | [07e557a73](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=07e557a73) | cdp: use explicit types in api |
3188
3189 | @c src/plugins/dhcp/dhcp6_ia_na_client_cp.api ||
3190 | ------- | ------- |
3191 | [02bfd641b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=02bfd641b) | dhcp: Move to plugin |
3192
3193 | @c src/plugins/dhcp/dhcp6_pd_client_cp.api ||
3194 | ------- | ------- |
3195 | [d5262831a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d5262831a) | dhcp: dhcp6_pd_client_cp API cleanup |
3196 | [02bfd641b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=02bfd641b) | dhcp: Move to plugin |
3197
3198 | @c src/plugins/dhcp/dhcp.api ||
3199 | ------- | ------- |
3200 | [6bcc6a455](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bcc6a455) | dhcp: fix crash on unicast renewal send |
3201 | [02bfd641b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=02bfd641b) | dhcp: Move to plugin |
3202
3203 | @c src/plugins/avf/avf.api ||
3204 | ------- | ------- |
3205 | [a0bf06d74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a0bf06d74) | avf: explicit types in api |
3206 | [74af6f081](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=74af6f081) | avf: remote api boilerplate |
3207
3208 | @c src/plugins/dpdk/api/dpdk.api ||
3209 | ------- | ------- |
3210 | [6d75c20a6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d75c20a6) | dpdk: use explicit types in api |
3211 | [025166dc7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=025166dc7) | dpdk: remove api boilerplate |
3212
3213 | @c src/plugins/builtinurl/builtinurl.api ||
3214 | ------- | ------- |
3215 | [43765e2b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43765e2b4) | builtinurl: initial working attempt |
3216
3217 | @c src/plugins/mactime/mactime.api ||
3218 | ------- | ------- |
3219 | [7b22df06f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7b22df06f) | mactime: update api to use explicit types |
3220 | [2c41a61d5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c41a61d5) | mactime: add a "top" command to watch device stats |
3221 | [7071952df](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7071952df) | mactime: remove api boilerplate |
3222 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3223 | [7681b1c46](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7681b1c46) | mactime: add per-mac allow-with-quota feature |
3224 | [0c6ac791d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0c6ac791d) | mactime: upstream new features |
3225
3226 | @c src/plugins/ikev2/ikev2.api ||
3227 | ------- | ------- |
3228 | [6aaee8c7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6aaee8c7c) | ikev2: use explicit api types |
3229 | [fc7b77db7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fc7b77db7) | ikev2: remove api boilerplate |
3230
3231 | @c src/plugins/http_static/http_static.api ||
3232 | ------- | ------- |
3233 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
3234 | [68b24e2c9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=68b24e2c9) | plugins: http_static. Migrate to use api string type. |
3235 | [22bc2c46e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=22bc2c46e) | Static http server |
3236
3237 | @c src/plugins/gbp/gbp.api ||
3238 | ------- | ------- |
3239 | [38277e407](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=38277e407) | gbp: use explicit types in api |
3240 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3241 | [3918bdbcb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3918bdbcb) | gbp: update gbp-ext-itf API |
3242 | [3c0d84c98](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3c0d84c98) | gbp: add anonymous l3-out subnets |
3243 | [cfc7a107e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cfc7a107e) | gbp: add anonymous l3-out external interfaces |
3244 | [160c923f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=160c923f9) | gbp: VRF scoped contracts |
3245
3246 | @c src/plugins/l2e/l2e.api ||
3247 | ------- | ------- |
3248 | [b2e463a10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b2e463a10) | l2e: use explicit api types |
3249
3250 | @c src/plugins/gtpu/gtpu.api ||
3251 | ------- | ------- |
3252 | [55636cb62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=55636cb62) | gtpu: use explicit types in api |
3253 | [49228efce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=49228efce) | gtpu: remove api boilerplate |
3254
3255 | @c src/plugins/igmp/igmp.api ||
3256 | ------- | ------- |
3257 | [4a7fc4cf1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a7fc4cf1) | igmp: use explicit types in api |
3258 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3259 | [4ff09ae34](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ff09ae34) | API: Python and Unix domain socket improvement |
3260
3261 | @c src/plugins/ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api ||
3262 | ------- | ------- |
3263 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
3264
3265 | @c src/plugins/ioam/udp-ping/udp_ping.api ||
3266 | ------- | ------- |
3267 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
3268
3269 | @c src/plugins/ioam/export/ioam_export.api ||
3270 | ------- | ------- |
3271 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
3272
3273 | @c src/plugins/ioam/ip6/ioam_cache.api ||
3274 | ------- | ------- |
3275 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
3276
3277 | @c src/plugins/ioam/lib-pot/pot.api ||
3278 | ------- | ------- |
3279 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
3280
3281 | @c src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.api ||
3282 | ------- | ------- |
3283 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
3284
3285 | @c src/plugins/stn/stn.api ||
3286 | ------- | ------- |
3287 | [7929f9f5c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7929f9f5c) | stn: use explicit types in api |
3288
3289 | @c src/plugins/map/map.api ||
3290 | ------- | ------- |
3291 | [be31c2a25](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=be31c2a25) | map: use explicit types in api |
3292 | [7b2e9fb1a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7b2e9fb1a) | map: use ip6-full-reassembly instead of own code |
3293 | [640edcd90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=640edcd90) | map: use SVR for MAP-T |
3294 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
3295 | [ff47fb645](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ff47fb645) | vppapigen map: raise ValueError when fieldname is python keyword |
3296 | [4d376f67a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d376f67a) | map: Use vl_api_string macros. |
3297
3298 | @c src/plugins/oddbuf/oddbuf.api ||
3299 | ------- | ------- |
3300 | [7ff64fb97](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7ff64fb97) | oddbuf: remove api boilerplate |
3301 | [a287a30dd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a287a30dd) | misc: fix coverity warning in the oddbuf plugin |
3302 | [c4abafd83](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c4abafd83) | ip: fix udp/tcp checksum corner cases |
3303
3304 | @c src/plugins/l3xc/l3xc.api ||
3305 | ------- | ------- |
3306 | [60f5108a9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=60f5108a9) | l3xc: use explicit types in api |
3307 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3308 | [59fa121f8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59fa121f8) | L3 cross connect |
3309
3310 | @c src/plugins/pppoe/pppoe.api ||
3311 | ------- | ------- |
3312 | [04338e85a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=04338e85a) | pppoe: use explicit types in api |
3313 | [25fe57821](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25fe57821) | pppoe: remove api boilerplate |
3314
3315 | @c src/plugins/mdata/mdata.api ||
3316 | ------- | ------- |
3317 | [d7b306657](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d7b306657) | mdata: buffer metadata change tracker plugin |
3318
3319 | @c src/plugins/lb/lb.api ||
3320 | ------- | ------- |
3321 | [ae0724034](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ae0724034) | lb: remove api boilerplate |
3322 | [33538a150](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33538a150) | lb: add APIs for set interface nat4 and nat6 |
3323 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
3324 | [3efcd0d7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3efcd0d7c) | lb: vip and as dump/detail api's |
3325 | [a0cb32cb9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a0cb32cb9) | lb: update api.c to use scaffolding from latest skel |
3326
3327 | @c src/plugins/lb/lb_types.api ||
3328 | ------- | ------- |
3329 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
3330 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3331 | [3efcd0d7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3efcd0d7c) | lb: vip and as dump/detail api's |
3332
3333 | @c src/plugins/nsim/nsim.api ||
3334 | ------- | ------- |
3335 | [e06e7c672](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e06e7c672) | nsim: use explicit api types |
3336 | [2e7a43ca4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2e7a43ca4) | nsim: remove api boilerplate |
3337 | [7c91007e1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c91007e1) | Make the loss / delay sim available as an output feature |
3338
3339 | @c src/plugins/vmxnet3/vmxnet3.api ||
3340 | ------- | ------- |
3341 | [277f03f06](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=277f03f06) | vmxnet3: use explicit types in api |
3342 | [10bbfce02](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10bbfce02) | vmxnet3: remove api boilerplate |
3343 | [2985e0af6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2985e0af6) | vmxnet3: per interface gso support |
3344 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3345
3346 | @c src/plugins/tlsopenssl/tls_openssl.api ||
3347 | ------- | ------- |
3348 | [1e582206a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e582206a) | tls: remove api boilerplate |
3349 | [dd0cc9ec3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd0cc9ec3) | tls: some rework based on TLS openssl C API |
3350 | [be4d1aa2c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=be4d1aa2c) | tls: Add C API for TLS openssl to set engine |
3351
3352 | @c src/plugins/abf/abf.api ||
3353 | ------- | ------- |
3354 | [bdde58534](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdde58534) | abf: use explicit types in api |
3355 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3356 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
3357
3358 | @c src/plugins/nat/nat.api ||
3359 | ------- | ------- |
3360 | [f126e746f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f126e746f) | nat: use SVR |
3361 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
3362 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3363 | [e6e09a4ac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6e09a4ac) | nat: elog rewrite for multi-worker support |
3364 | [c1f93067e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f93067e) | Add default value for API Nat flags |
3365 | [dd1e3e780](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd1e3e780) | NAT: VPP-1531 api cleanup & update |
3366 | [89fec713f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=89fec713f) | Revert "NAT: VPP-1531 api cleanup & update" |
3367 | [bed1421b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bed1421b9) | NAT: VPP-1531 api cleanup & update |
3368
3369 | @c src/plugins/rdma/rdma.api ||
3370 | ------- | ------- |
3371 | [d8c1ef925](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d8c1ef925) | rdma: api: prepare support for direct verb |
3372 | [b644eb54f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b644eb54f) | rdma: add explicit types in api |
3373 | [812afe712](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=812afe712) | rdma: add rdma API |
3374
3375 | @c src/plugins/sctp/sctp.api ||
3376 | ------- | ------- |
3377 | [3ffe6cadf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ffe6cadf) | sctp: move to plugins, disabled by default |
3378
3379 | @c src/plugins/ct6/ct6.api ||
3380 | ------- | ------- |
3381 | [d4efce2e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d4efce2e0) | ct6: use explicit type in api |
3382 | [ee98904e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee98904e0) | ct6: remove api boilerplate |
3383
3384 | @c src/plugins/nsh/nsh.api ||
3385 | ------- | ------- |
3386 | [d3f0a4869](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d3f0a4869) | nsh: use explicit api types |
3387
3388 | @c src/plugins/flowprobe/flowprobe.api ||
3389 | ------- | ------- |
3390 | [3013e6988](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3013e6988) | flowprobe: use explicit types in api |
3391 | [2a1ca787b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2a1ca787b) | api: split api generated files |
3392
3393 | @c src/plugins/lacp/lacp.api ||
3394 | ------- | ------- |
3395 | [ebef4a9e5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ebef4a9e5) | lacp: use explit api types |
3396
3397 | @c src/plugins/dns/dns.api ||
3398 | ------- | ------- |
3399 | [b922f16ba](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b922f16ba) | dns: remove api boilerplate |
3400 | [34af0ccf5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34af0ccf5) | dns: make the dns name resolver a plugin |
3401
3402 | @c src/vpp/api/vpe.api ||
3403 | ------- | ------- |
3404 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
3405 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3406 | [a47a5f20a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a47a5f20a) | api papi: add alias for timestamp(datetime)/timedelta |
3407 | [888640a39](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=888640a39) | map gbp papi: match endianess of f64 |
3408 | [03f1af23b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=03f1af23b) | api: Implement log_dump/log_details |
3409 | [c87b66c86](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87b66c86) | ipsec: ipsec-tun protect |
3410 | [9ac113815](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9ac113815) | API: Add support for limits to language. |
3411
3412 | @c src/vpp/api/vpe_types.api ||
3413 | ------- | ------- |
3414 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
3415 | [a47a5f20a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a47a5f20a) | api papi: add alias for timestamp(datetime)/timedelta |
3416 | [3cf9e67f5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3cf9e67f5) | api: add vl_api_version_t type |
3417
3418 @page release_notes_19083 Release notes for VPP 19.08.3
3419
3420 This is bug fix release.
3421
3422 For the full list of fixed issues please refer to:
3423 - fd.io [JIRA](https://jira.fd.io)
3424 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1908)
3425
3426 @page release_notes_19082 Release notes for VPP 19.08.2
3427
3428 The 19.08.2 is an LTS release. It contains numerous fixes,
3429 as well as new features and API additions.
3430
3431 ## Features
3432
3433 - API trace tool
3434   - Add text output (c395ff143)
3435 - Binary API Libraries
3436   - Add API support for PP2 plugin to stable/1908 (1c3c9f039)
3437 - Build System
3438   - Pass 'no-pci' to autgenerated config (c0552134e)
3439   - Add env variable to pass extra cmake args (116e05f57)
3440 - Infrastructure Library
3441   - Implement CLIB\_PAUSE () for aarch64 platforms (a3c45242b)
3442   - Create unformat function for data size parsing (cb19100c1)
3443 - Link Bonding
3444   - Fix interface deletion (1517d5e72)
3445   - Add GSO support (a06f68556)
3446 - Physical Memory Allocator
3447   - Always lock pages (5b2eea6e0)
3448 - Plugins
3449   - AVF Device driver
3450     - Print queue id in packet trace (9e028d047)
3451   - DPDK
3452     - Ipsec tunnel support for ip6-in-ip4 (2dde5a478)
3453     - QAT devices update, add c4xxx and xeon d15xx (f5d6c80ac)
3454     - Add TSO support in DPDK plugin. (5564db853)
3455   - Group Based Policy (GBP)
3456     - Add extended SFC unit tests (30f7e4198)
3457   - Host Stack Applications
3458     - Make APP\_OPTIONS\_PREALLOC\_FIFO\_PAIRS configurable (47c6f36be)
3459   - Internet Key Exchange (IKEv2) Protocol
3460     - Add support for GCM cipher (2fa9f679c)
3461   - QUIC protocol
3462     - Add cli command for stats (88af6c3f4)
3463     - Add Tx, Rx and packet drop counters (3a61a40dd)
3464     - Create custom event logger (2f9ec5001)
3465     - Make quic fifo size configurable via cli (7fc3d97b8)
3466   - RDMA (ibverb) driver
3467     - Add support for input feature arcs (cbae1e1c5)
3468     - Add support for MAC changes (ffdfe308b)
3469   - Http\_static
3470     - Add dynamic GET / POST method hooks (faf5195e3)
3471 - Python binding for the VPP API
3472   - Let async calls return context (e6b29a9df)
3473   - Introduce read\_blocking (1c45b85df)
3474 - SVM Library
3475   - Improve fifo segment verbose cli (d2bff0786)
3476 - Statistics Segment
3477   - Add /if/\<n\>/\<n\>/state for lacp interface state (d5e8ed7be)
3478 - Test Infrastructure
3479   - Support worker threads (51699e62c)
3480   - Support setting random seed (fc000f0e1)
3481   - Add cli\_return\_response to vpp\_papi\_provider (64d744350)
3482   - Test tls case (87e1bcdd7)
3483 - VNET
3484   - Classifier
3485     - Use vector code even when data is not aligned (bebbd7f62)
3486     - VPP packet tracer support (7c5a3536c)
3487   - IPSec
3488     - Add 'detail' option to 'sh ipsec sa' (56417fa94)
3489     - Add insecure option for format of SA (591aa64e8)
3490     - Support 4o6 and 6o4 for tunnel protect (2e6d73934)
3491   - IPv4 and IPv6 LPM
3492     - Allow addrs from the same prefix on intf (da900b25c)
3493     - Punt rather than drop unkown IPv6 ICMP packets (fd2f6f89e)
3494   - Session Layer
3495     - Add explicit reset api (a267cba29)
3496     - Improve cli (2ff21af39)
3497     - Add session enable option in config file (b1ef5567b)
3498     - Limit pacer bucket size (079895d95)
3499     - Builtin app rx notifications regardless of state (8e4afc86d)
3500     - Infra for transports to send buffers (57997c874)
3501     - Reschedule asap when snd space constrained (89ab1762d)
3502   - TCP
3503     - Allow cc algos to set pacing rate (82df1eb90)
3504     - Set cc\_algo on connection alloc (7fe501a4b)
3505     - Add option for always on event logging (e73bd8503)
3506     - Track zero rwnd errors (a2c063712)
3507     - Validate connections in output (ea584d137)
3508     - Force zero window on full rx fifo (fbe948c81)
3509     - Send rwnd update only if wnd is large enough (0ad8477ba)
3510     - Enable gso in tcp hoststack (6f3621d77)
3511     - Handle SACK reneging (9dba3dbf0)
3512     - Use rate sample RTT in recovery if possible (6702641f5)
3513     - Compute snd time for rate sample (69460ae11)
3514     - Use sacks for timer based recovery (d4aa3d9f8)
3515     - Custom checksum calculations for Ipv4/Ipv6 (3642782a2)
3516     - Retry lost retransmits (7b135c639)
3517     - Improve pacing after idle send periods (abdc7dfb5)
3518     - Track lost rxt segments in byte tracker (6de46b40d)
3519     - Validate the IP address while checking TCP connection (6c1ce53b4)
3520     - Improve lost rxt heuristic (04b4204d9)
3521 - VPP Comms Library
3522   - Allow non-blocking connects (4767cf24f)
3523   - Add api to set lcl ip (2c55610e2)
3524 - Vector Library
3525   - Add flag to explicitelly mark nodes which can init per-node packet trace (29dc11bde)
3526   - Enhance the "show cli" debug CLI command (b5a0108ac)
3527 - Libmemif
3528   - Introduce 'memif\_per\_thread\_' namespace (2736fc7fc)
3529
3530 ## API changes
3531
3532 Description of results:
3533
3534 * _Definition changed_: indicates that the API file was modified between releases.
3535 * _Only in image_: indicates the API is new for this release.
3536 * _Only in file_: indicates the API has been removed in this release.
3537
3538 Message Name                                                 | Result
3539 -------------------------------------------------------------|------------------
3540 app_attach                                                   | only in image
3541 app_attach_reply                                             | only in image
3542
3543 Found 2 api message signature differences
3544
3545 ## Fixed issues
3546
3547 For the full list of fixed issues please refer to:
3548 - fd.io [JIRA](https://jira.fd.io)
3549 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1908)
3550
3551 @page release_notes_19081 Release notes for VPP 19.08.1
3552
3553 Exceptionally, this release has an API-changing fix introduced via
3554 https://gerrit.fd.io/r/#/c/vpp/+/21762/ - documented in VPP-1767.
3555 Given the exceptional nature of the change, also including the text here:
3556
3557 Bug: https://gerrit.fd.io/r/c/vpp/+/21492
3558
3559 Variable length strings were committed to VPP in 413f4a5b.
3560 The VPP server side of the API does not use a wire encoder/decoder. It maps a C struct directly onto on-the-wire API messages.
3561 The client side C language binding is the same, while other language bindings have their own encoder/decoders.
3562
3563 Multiple strings alone or combined with other variable length types turned out to be error prone to manually implement on the VPP side,
3564 and not supported by VPP API (VAPI) very well at all.
3565
3566 To avoid having to rewrite VAPI significantly, and to mitigate the risk
3567 and error prone server side support of multiple variable length fields,
3568 this patch extends strings to have a fixed size (on the wire) and
3569 a variable flavour, as well as adding detection in the API compiler
3570 to detect multiple variable length fields in a message (or type).
3571
3572 Given that this change breaks the commitment to binary API compatibility,
3573 normally present in point builds, ALL 19.08 build artifacts are being
3574 deferred.
3575
3576 This means the artifacts for the VPP 19.08.1 will be installed
3577 in the release repository (packagecloud.io/fdio/release), then
3578 ALL 19.08 build artifacts will be moved into the deferred repository
3579 (packagecloud.io/fdio/deferred). The 19.08 artifacts will always be
3580 available for archive purposes in the deferred repository.
3581
3582 During the further testing by Networking-VPP team, they discovered
3583 another issue documented in VPP-1769 - which requires a CRC-affecting
3584 fix in https://gerrit.fd.io/r/#/c/vpp/+/22015/ - so the 19.08.1
3585 will contain the fixes for both issues.
3586
3587 These two changes have resulted in the following 20 messages changing
3588 their signatures:
3589
3590 Message Name                                                 | Result
3591 -------------------------------------------------------------|------------------
3592 cli_inband                                                   | definition changed
3593 cli_inband_reply                                             | definition changed
3594 connect_sock                                                 | definition changed
3595 http_static_enable                                           | definition changed
3596 log_details                                                  | definition changed
3597 map_add_domain                                               | definition changed
3598 map_domain_details                                           | definition changed
3599 nat44_add_del_identity_mapping                               | definition changed
3600 nat44_add_del_lb_static_mapping                              | definition changed
3601 nat44_add_del_static_mapping                                 | definition changed
3602 nat44_identity_mapping_details                               | definition changed
3603 nat44_lb_static_mapping_details                              | definition changed
3604 nat44_static_mapping_details                                 | definition changed
3605 nat_worker_details                                           | definition changed
3606 punt_reason_details                                          | definition changed
3607 punt_reason_dump                                             | definition changed
3608 show_version_reply                                           | definition changed
3609 sw_interface_details                                         | definition changed
3610 sw_interface_dump                                            | definition changed
3611 sw_interface_tag_add_del                                     | definition changed
3612
3613 Please accept our apologies for the inconvenience this caused.
3614
3615 For the full list of fixed issues please refer to:
3616 - fd.io [JIRA](https://jira.fd.io)
3617 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
3618
3619 @page release_notes_1908 Release notes for VPP 19.08
3620
3621 More than 850 commits since the 19.04 release.
3622
3623 ## Features
3624
3625 ### Infrastructure
3626 - API
3627   - API language: new types and limits support
3628   - Python API - add support for defaults
3629   - Export ip_types.api for out-of-tree plugins use
3630   - Refactor ipip.api with explicit types
3631 - DPDK
3632   - 19.05 integration
3633   - Remove bonding code
3634   - Rework extended stats
3635 - Debugging & Servicability
3636   - debug CLI leak-checker
3637   - vlib: add "memory-trace stats-segment"
3638   - vppapitrace JSON/API trace converter
3639   - ARP: add arp-disabled node
3640   - igmp: Trace more data from input packets
3641   - ip: Trace the packet from the punt node
3642   - Python API debug introspection improvements
3643   - Pin dependencies for make test infra
3644   - FEATURE.yaml meta-data infrastructure
3645   - tcp: add cc stats plotting tools
3646   - Packet tracer support for thread handoffs
3647 - libmemif: support for multi-thread connection establishment
3648 - svm
3649   - fifo ooo reads/writes with multiple chunks
3650   - support addition/removal of chunks to fifos
3651 - vppinfra
3652   - Mapped pcap file support
3653   - More AVX2 and AVX512 inlines
3654   - VLIB_INIT_FUNCTION sequencing rework
3655   - refactor spinlocks and rwlocks
3656   - add rbtree
3657   - add doubly linked list
3658 - rdma: bump rdma-core to v25.0
3659 - stats
3660   - Add the number of worker threads and per worker thread vector rates
3661   - Support multiple workers for error counters
3662
3663 ### VNET & Plugins
3664 - New Plugins
3665   - HTTP static page server with TLS support
3666   - L3 cross connect
3667 - acl: implement stat-segment counters
3668 - arp: add feature arcs: arp-reply, arp-input, arp-proxy
3669 - avf: improved logging and added 2.5/5 Gbps speeds
3670 - bonding: NUMA-related improvements
3671 - crypto: add support for AES-CTR cipher
3672 - fib
3673   - FIB Entry tracking
3674   - Support the POP of a Pseudo Wire Control Word
3675 - gbp
3676   - Anonymous l3-out subnets support
3677   - ARP unicast forward in gbp bridge domain
3678   - An Endpoint can change sclass
3679   - Consider data-plane learnt source better than control-plane
3680   - VRF scoped contracts
3681 - gso (experimental)
3682   - Add support to pg interfaces
3683   - Add support to vhost user
3684   - Add support to native virtio
3685   - Add support for tagged interfaces
3686 - punt: allow to specify packets by IP protocol Type
3687 - ip6-local: hop-by-hop protocol demux table
3688 - ipsec
3689   - intel-ipsec-mb version 0.52
3690   - AH encrypt rework
3691   - handle UDP keepalives
3692   - support GCM in ESP
3693 - virtio
3694   - Refactor control queue support
3695 - dhcp-client: DSCP marking for transmitted packets
3696 - Idle resource usage improvements
3697   - Allocate bihash virtual space on demand
3698   - gre: don't register gre input nodes unless a gre tunnel is created
3699   - gtpu: don't register udp ports unless a tunnel is created
3700   - lacp: create lacp-process on demand
3701   - lisp-cp: start lisp retry service on demand
3702   - start the cdp period and dns resolver process on demand
3703   - vat: unload unused vat plugins
3704 - nat: api cleanup & update
3705 - nsim: make available as an output feature
3706 - load-balance performance improvements
3707 - l2: Add support for arp unicast forwarding
3708 - mactime
3709   - Mini-ACLs
3710   - Per-MAC allow-with-quota feature
3711 - qos
3712   - QoS dump APIs
3713   - Store function
3714 - rdma: add support for promiscuous mode (l2-switching and xconnect)
3715 - sr: update the Segment Routing definition to be compliant with current in IETF
3716 - udp-ping: disable due to conflict with mldv2
3717 - vxlan-gpe: improve encap performance
3718 - vom
3719   - QoS support
3720   - Bridge domain arp unicast forwarding flag
3721   - Bridge domain unknown unicast flooding flag
3722
3723 ### Host stack
3724 - session
3725   - API to support manual svm fifo resizing
3726   - Improved session output scheduler and close state machine
3727   - Transport and session cleanup notifications for builtin apps
3728   - Session migration notifications for builtin apps
3729   - Support for no session layer lookup transports (quic and tls)
3730   - Ability to retrieve local/remote endpoint in transport vft
3731   - Cleanup segment manager and fifo segment
3732   - Fix vpp to app msg generation on enqueue fail
3733   - Improve event logging
3734   - Moved test applications to hsa plugin
3735 - tcp
3736   - Congestion control algorithm enhancements
3737   - Delivery rate estimator
3738   - ACK/retransmission refactor and pacing
3739   - Add tcp-input sibling nodes without full 6-tuple lookup
3740   - More RFC4898 connection statistics
3741   - Allow custom output next node
3742   - Allow custom congestion control algorithms
3743 - quic
3744   - Multi-thread support
3745   - Logs readability improvements
3746   - Multistream support
3747 - tls
3748   - Fix close with data and listen failures
3749   - Handle TCP transport rests
3750   - Support endpoint retrieval interface
3751 - vcl
3752   - support quic streams and "connectable listeners"
3753   - worker unregister api
3754   - fix epoll with large events batch
3755   - ldp: add option to eanble transparent TLS connections
3756 - udp:
3757   - support close with data
3758   - fixed session migration
3759 - sctp
3760   - add option to enable/disable default to disable
3761   - moved from vnet to plugins
3762
3763 ## Known issues
3764
3765 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
3766
3767 ## Issues fixed
3768
3769 For the full list of fixed issues please refer to:
3770 - fd.io [JIRA](https://jira.fd.io)
3771 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1908)
3772
3773 ## API changes
3774
3775 Description of results:
3776
3777 * _Definition changed_: indicates that the API file was modified between releases.
3778 * _Only in image_: indicates the API is new for this release.
3779 * _Only in file_: indicates the API has been removed in this release.
3780
3781
3782 Message Name                                                 | Result
3783 -------------------------------------------------------------|------------------
3784 abf_itf_attach_add_del                                       | definition changed
3785 abf_itf_attach_details                                       | definition changed
3786 abf_policy_add_del                                           | definition changed
3787 abf_policy_details                                           | definition changed
3788 acl_add_replace                                              | definition changed
3789 acl_details                                                  | definition changed
3790 acl_stats_intf_counters_enable                               | only in image
3791 acl_stats_intf_counters_enable_reply                         | only in image
3792 api_versions_reply                                           | definition changed
3793 bd_ip_mac_add_del                                            | definition changed
3794 bd_ip_mac_details                                            | definition changed
3795 bier_disp_entry_add_del                                      | definition changed
3796 bier_disp_entry_details                                      | definition changed
3797 bier_imp_add                                                 | definition changed
3798 bier_imp_details                                             | definition changed
3799 bier_route_add_del                                           | definition changed
3800 bier_route_details                                           | definition changed
3801 bier_route_dump                                              | definition changed
3802 bier_table_add_del                                           | definition changed
3803 bier_table_details                                           | definition changed
3804 bond_create                                                  | definition changed
3805 bridge_domain_add_del                                        | definition changed
3806 bridge_domain_details                                        | definition changed
3807 bridge_flags                                                 | definition changed
3808 connect_sock                                                 | definition changed
3809 create_vhost_user_if                                         | definition changed
3810 ct6_enable                                                   | only in file
3811 ct6_enable_disable                                           | only in image
3812 ct6_enable_disable_reply                                     | only in image
3813 ct6_enable_disable                                           | only in file
3814 dhcp6_pd_reply_event                                         | definition changed
3815 dhcp6_pd_send_client_message                                 | definition changed
3816 dhcp6_reply_event                                            | definition changed
3817 dhcp6_send_client_message                                    | definition changed
3818 dhcp_client_config                                           | definition changed
3819 dhcp_client_details                                          | definition changed
3820 dhcp_compl_event                                             | definition changed
3821 dhcp_proxy_details                                           | definition changed
3822 dslite_add_del_pool_addr_range                               | definition changed
3823 dslite_address_details                                       | definition changed
3824 dslite_get_aftr_addr_reply                                   | definition changed
3825 dslite_get_b4_addr_reply                                     | definition changed
3826 dslite_set_aftr_addr                                         | definition changed
3827 dslite_set_b4_addr                                           | definition changed
3828 gbp_bridge_domain_add                                        | definition changed
3829 gbp_bridge_domain_details                                    | definition changed
3830 gbp_contract_add_del                                         | definition changed
3831 gbp_contract_details                                         | definition changed
3832 gbp_endpoint_add                                             | definition changed
3833 gbp_endpoint_details                                         | definition changed
3834 gbp_endpoint_group_add                                       | definition changed
3835 gbp_endpoint_group_details                                   | definition changed
3836 gbp_ext_itf_add_del                                          | definition changed
3837 gbp_ext_itf_details                                          | definition changed
3838 gbp_recirc_add_del                                           | definition changed
3839 gbp_recirc_details                                           | definition changed
3840 gbp_route_domain_add                                         | definition changed
3841 gbp_route_domain_details                                     | definition changed
3842 gbp_subnet_add_del                                           | definition changed
3843 gbp_subnet_details                                           | definition changed
3844 gbp_vxlan_tunnel_add                                         | definition changed
3845 gbp_vxlan_tunnel_details                                     | definition changed
3846 get_f64_endian_value                                         | only in image
3847 get_f64_endian_value_reply                                   | only in image
3848 get_f64_increment_by_one                                     | only in image
3849 get_f64_increment_by_one_reply                               | only in image
3850 gpe_add_del_fwd_entry                                        | definition changed
3851 gpe_fwd_entries_get_reply                                    | definition changed
3852 gpe_fwd_entry_path_details                                   | definition changed
3853 gpe_native_fwd_rpaths_get_reply                              | definition changed
3854 gre_add_del_tunnel                                           | only in file
3855 gre_add_del_tunnel_reply                                     | only in file
3856 gre_tunnel_add_del                                           | only in image
3857 gre_tunnel_add_del_reply                                     | only in image
3858 gre_tunnel_details                                           | definition changed
3859 gre_tunnel_dump                                              | definition changed
3860 http_static_enable                                           | only in image
3861 http_static_enable_reply                                     | only in image
3862 igmp_event                                                   | definition changed
3863 igmp_group_prefix_details                                    | definition changed
3864 igmp_group_prefix_set                                        | definition changed
3865 igmp_listen                                                  | definition changed
3866 ip6_fib_details                                              | only in file
3867 ip6_fib_dump                                                 | only in file
3868 ip6_mfib_details                                             | only in file
3869 ip6_mfib_dump                                                | only in file
3870 ip6_ra_event                                                 | definition changed
3871 ip_add_del_route                                             | only in file
3872 ip_add_del_route_reply                                       | only in file
3873 ip_address_details                                           | definition changed
3874 ip_container_proxy_add_del                                   | definition changed
3875 ip_container_proxy_details                                   | definition changed
3876 ip_fib_details                                               | only in file
3877 ip_fib_dump                                                  | only in file
3878 ip_mfib_details                                              | only in file
3879 ip_mfib_dump                                                 | only in file
3880 ip_mroute_add_del                                            | definition changed
3881 ip_mroute_details                                            | only in image
3882 ip_mroute_dump                                               | only in image
3883 ip_mtable_details                                            | only in image
3884 ip_mtable_dump                                               | only in image
3885 ip_neighbor_add_del                                          | definition changed
3886 ip_neighbor_details                                          | definition changed
3887 ip_probe_neighbor                                            | definition changed
3888 ip_punt_redirect                                             | definition changed
3889 ip_punt_redirect_details                                     | definition changed
3890 ip_reassembly_get_reply                                      | definition changed
3891 ip_reassembly_set                                            | definition changed
3892 ip_route_add_del                                             | only in image
3893 ip_route_add_del_reply                                       | only in image
3894 ip_route_details                                             | only in image
3895 ip_route_dump                                                | only in image
3896 ip_source_and_port_range_check_add_del                       | definition changed
3897 ip_table_add_del                                             | definition changed
3898 ip_table_details                                             | only in image
3899 ip_table_dump                                                | only in image
3900 ipfix_flush                                                  | only in image
3901 ipfix_flush_reply                                            | only in image
3902 ipip_6rd_add_tunnel                                          | definition changed
3903 ipip_add_tunnel                                              | definition changed
3904 ipip_tunnel_details                                          | definition changed
3905 ipsec_backend_details                                        | definition changed
3906 ipsec_gre_tunnel_add_del                                     | only in file
3907 ipsec_gre_tunnel_add_del_reply                               | only in file
3908 ipsec_gre_tunnel_details                                     | only in file
3909 ipsec_gre_tunnel_dump                                        | only in file
3910 ipsec_sa_details                                             | definition changed
3911 ipsec_sa_set_key                                             | only in file
3912 ipsec_sa_set_key_reply                                       | only in file
3913 ipsec_sad_entry_add_del                                      | definition changed
3914 ipsec_select_backend                                         | definition changed
3915 ipsec_spd_details                                            | definition changed
3916 ipsec_spd_entry_add_del                                      | definition changed
3917 ipsec_tunnel_if_add_del                                      | definition changed
3918 ipsec_tunnel_if_set_key                                      | only in file
3919 ipsec_tunnel_if_set_key_reply                                | only in file
3920 ipsec_tunnel_protect_del                                     | only in image
3921 ipsec_tunnel_protect_del_reply                               | only in image
3922 ipsec_tunnel_protect_details                                 | only in image
3923 ipsec_tunnel_protect_dump                                    | only in image
3924 ipsec_tunnel_protect_update                                  | only in image
3925 ipsec_tunnel_protect_update_reply                            | only in image
3926 l2_macs_event                                                | definition changed
3927 l3xc_del                                                     | only in image
3928 l3xc_del_reply                                               | only in image
3929 l3xc_details                                                 | only in image
3930 l3xc_dump                                                    | only in image
3931 l3xc_plugin_get_version                                      | only in image
3932 l3xc_plugin_get_version_reply                                | only in image
3933 l3xc_update                                                  | only in image
3934 l3xc_update_reply                                            | only in image
3935 lb_add_del_as                                                | definition changed
3936 lb_add_del_vip                                               | definition changed
3937 lb_as_details                                                | only in image
3938 lb_as_dump                                                   | only in image
3939 lb_flush_vip                                                 | definition changed
3940 lb_vip_details                                               | only in image
3941 lb_vip_dump                                                  | only in image
3942 lisp_add_del_locator_set                                     | definition changed
3943 lisp_add_del_remote_mapping                                  | definition changed
3944 lisp_adjacencies_get_reply                                   | definition changed
3945 log_details                                                  | only in image
3946 log_dump                                                     | only in image
3947 macip_acl_add                                                | definition changed
3948 macip_acl_add_replace                                        | definition changed
3949 macip_acl_details                                            | definition changed
3950 mactime_add_del_range                                        | definition changed
3951 map_add_domain                                               | definition changed
3952 map_domain_details                                           | definition changed
3953 mfib_signal_details                                          | definition changed
3954 modify_vhost_user_if                                         | definition changed
3955 mpls_fib_details                                             | only in file
3956 mpls_fib_dump                                                | only in file
3957 mpls_ip_bind_unbind                                          | definition changed
3958 mpls_route_add_del                                           | definition changed
3959 mpls_route_details                                           | only in image
3960 mpls_route_dump                                              | only in image
3961 mpls_table_add_del                                           | definition changed
3962 mpls_table_details                                           | only in image
3963 mpls_table_dump                                              | only in image
3964 mpls_tunnel_add_del                                          | definition changed
3965 mpls_tunnel_details                                          | definition changed
3966 nat44_add_del_address_range                                  | definition changed
3967 nat44_add_del_identity_mapping                               | definition changed
3968 nat44_add_del_interface_addr                                 | definition changed
3969 nat44_add_del_lb_static_mapping                              | definition changed
3970 nat44_add_del_static_mapping                                 | definition changed
3971 nat44_address_details                                        | definition changed
3972 nat44_del_session                                            | definition changed
3973 nat44_forwarding_enable_disable                              | definition changed
3974 nat44_forwarding_is_enabled_reply                            | definition changed
3975 nat44_identity_mapping_details                               | definition changed
3976 nat44_interface_add_del_feature                              | definition changed
3977 nat44_interface_add_del_output_feature                       | definition changed
3978 nat44_interface_addr_details                                 | definition changed
3979 nat44_interface_details                                      | definition changed
3980 nat44_interface_output_feature_details                       | definition changed
3981 nat44_lb_static_mapping_add_del_local                        | definition changed
3982 nat44_lb_static_mapping_details                              | definition changed
3983 nat44_static_mapping_details                                 | definition changed
3984 nat44_user_details                                           | definition changed
3985 nat44_user_session_details                                   | definition changed
3986 nat44_user_session_dump                                      | definition changed
3987 nat64_add_del_interface_addr                                 | definition changed
3988 nat64_add_del_interface                                      | definition changed
3989 nat64_add_del_pool_addr_range                                | definition changed
3990 nat64_add_del_prefix                                         | definition changed
3991 nat64_add_del_static_bib                                     | definition changed
3992 nat64_bib_details                                            | definition changed
3993 nat64_interface_details                                      | definition changed
3994 nat64_pool_addr_details                                      | definition changed
3995 nat64_prefix_details                                         | definition changed
3996 nat64_st_details                                             | definition changed
3997 nat66_add_del_interface                                      | definition changed
3998 nat66_add_del_static_mapping                                 | definition changed
3999 nat66_interface_details                                      | definition changed
4000 nat66_static_mapping_details                                 | definition changed
4001 nat_det_add_del_map                                          | definition changed
4002 nat_det_close_session_in                                     | definition changed
4003 nat_det_close_session_out                                    | definition changed
4004 nat_det_forward                                              | definition changed
4005 nat_det_forward_reply                                        | definition changed
4006 nat_det_map_details                                          | definition changed
4007 nat_det_reverse                                              | definition changed
4008 nat_det_reverse_reply                                        | definition changed
4009 nat_det_session_details                                      | definition changed
4010 nat_det_session_dump                                         | definition changed
4011 nat_get_mss_clamping_reply                                   | definition changed
4012 nat_ipfix_enable_disable                                     | definition changed
4013 nat_reass_details                                            | definition changed
4014 nat_set_log_level                                            | only in image
4015 nat_set_log_level_reply                                      | only in image
4016 nat_set_mss_clamping                                         | definition changed
4017 nat_set_reass                                                | definition changed
4018 nat_show_config_reply                                        | definition changed
4019 nat_worker_details                                           | definition changed
4020 nsim_cross_connect_enable_disable                            | only in image
4021 nsim_cross_connect_enable_disable_reply                      | only in image
4022 nsim_enable_disable                                          | only in file
4023 nsim_enable_disable_reply                                    | only in file
4024 nsim_output_feature_enable_disable                           | only in image
4025 nsim_output_feature_enable_disable_reply                     | only in image
4026 oam_add_del                                                  | only in file
4027 oam_add_del_reply                                            | only in file
4028 oam_event                                                    | only in file
4029 one_add_del_locator_set                                      | definition changed
4030 one_add_del_remote_mapping                                   | definition changed
4031 one_adjacencies_get_reply                                    | definition changed
4032 one_l2_arp_entries_get_reply                                 | definition changed
4033 one_ndp_entries_get_reply                                    | definition changed
4034 p2p_ethernet_add                                             | definition changed
4035 p2p_ethernet_add_reply                                       | definition changed
4036 p2p_ethernet_del                                             | definition changed
4037 pg_create_interface                                          | definition changed
4038 proxy_arp_add_del                                            | definition changed
4039 proxy_arp_details                                            | definition changed
4040 punt_details                                                 | only in file
4041 punt_dump                                                    | only in file
4042 punt_reason_details                                          | only in image
4043 punt_reason_dump                                             | only in image
4044 punt_socket_deregister                                       | definition changed
4045 punt_socket_details                                          | definition changed
4046 punt_socket_dump                                             | definition changed
4047 punt_socket_register                                         | definition changed
4048 qos_egress_map_delete                                        | definition changed
4049 qos_egress_map_details                                       | only in image
4050 qos_egress_map_dump                                          | only in image
4051 qos_egress_map_update                                        | definition changed
4052 qos_mark_details                                             | only in image
4053 qos_mark_details_reply                                       | only in image
4054 qos_mark_dump                                                | only in image
4055 qos_mark_enable_disable                                      | definition changed
4056 qos_record_details                                           | only in image
4057 qos_record_dump                                              | only in image
4058 qos_record_enable_disable                                    | definition changed
4059 qos_store_details                                            | only in image
4060 qos_store_dump                                               | only in image
4061 qos_store_enable_disable                                     | only in image
4062 qos_store_enable_disable_reply                               | only in image
4063 sctp_add_src_dst_connection                                  | only in file
4064 sctp_add_src_dst_connection_reply                            | only in file
4065 sctp_config                                                  | only in file
4066 sctp_config_reply                                            | only in file
4067 sctp_del_src_dst_connection                                  | only in file
4068 sctp_del_src_dst_connection_reply                            | only in file
4069 set_punt                                                     | definition changed
4070 show_threads_reply                                           | definition changed
4071 show_vpe_system_time                                         | only in image
4072 show_vpe_system_time_reply                                   | only in image
4073 sockclnt_create_reply                                        | definition changed
4074 sr_localsid_add_del                                          | definition changed
4075 sr_localsids_details                                         | definition changed
4076 sr_policies_details                                          | definition changed
4077 sr_policy_add                                                | definition changed
4078 sr_policy_del                                                | definition changed
4079 sr_policy_mod                                                | definition changed
4080 sr_steering_pol_details                                      | definition changed
4081 svs_details                                                  | definition changed
4082 svs_enable_disable                                           | definition changed
4083 svs_route_add_del                                            | definition changed
4084 svs_table_add_del                                            | definition changed
4085 sw_interface_bond_details                                    | definition changed
4086 sw_interface_dump                                            | definition changed
4087 sw_interface_ip6_set_link_local_address                      | only in image
4088 sw_interface_ip6_set_link_local_address_reply                | only in image
4089 sw_interface_ip6nd_ra_prefix                                 | definition changed
4090 sw_interface_set_l2_bridge                                   | definition changed
4091 sw_interface_tap_v2_details                                  | definition changed
4092 syslog_get_filter_reply                                      | definition changed
4093 syslog_set_filter                                            | definition changed
4094 tap_create_v2                                                | definition changed
4095 udp_encap_add                                                | definition changed
4096 udp_encap_details                                            | definition changed
4097 virtio_pci_create                                            | definition changed
4098 vmxnet3_details                                              | definition changed
4099 vxlan_gbp_tunnel_add_del                                     | definition changed
4100 vxlan_gbp_tunnel_details                                     | definition changed
4101 want_oam_events                                              | only in file
4102 want_oam_events_reply                                        | only in file
4103
4104 Found 319 api message signature differences
4105
4106 ### Patches that changed API definitions
4107
4108 | @c src/vpp/api/vpe_types.api ||
4109 | ------- | ------- |
4110 | [b'a47a5f20a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'a47a5f20a') | api papi: add alias for timestamp(datetime)/timedelta |
4111 | [b'3cf9e67f5'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3cf9e67f5') | api: add vl_api_version_t type |
4112
4113 | @c src/vpp/api/vpe.api ||
4114 | ------- | ------- |
4115 | [b'a47a5f20a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'a47a5f20a') | api papi: add alias for timestamp(datetime)/timedelta |
4116 | [b'888640a39'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'888640a39') | map gbp papi: match endianess of f64 |
4117 | [b'03f1af23b'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'03f1af23b') | api: Implement log_dump/log_details |
4118 | [b'c87b66c86'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'c87b66c86') | ipsec: ipsec-tun protect |
4119 | [b'9ac113815'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'9ac113815') | API: Add support for limits to language. |
4120
4121 | @c src/examples/sample-plugin/sample/sample.api ||
4122 | ------- | ------- |
4123 | [b'78d91cf9a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'78d91cf9a') | sample-plugin: refactor .api to use explicit types |
4124
4125 | @c src/vnet/interface.api ||
4126 | ------- | ------- |
4127 | [b'0ad4a439d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'0ad4a439d') | Fix vpp crash bug while deleting dhcp client |
4128 | [b'9a29f795a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'9a29f795a') | vpp_papi_provider.py: update defautmapping. |
4129 | [b'b8591ac91'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'b8591ac91') | API sw_interface_dump: Dump all if index is zero |
4130 | [b'4a7240636'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4a7240636') | Make sw_interface_dump more compatible with 2.2.0 |
4131 | [b'6407ba56a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'6407ba56a') | api: Add to interface crud - read by sw_if_index. |
4132
4133 | @c src/vnet/qos/qos.api ||
4134 | ------- | ------- |
4135 | [b'83832e7ce'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'83832e7ce') | qos: Store function |
4136 | [b'5281a9029'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'5281a9029') | qos: QoS dump APIs |
4137
4138 | @c src/vnet/bier/bier.api ||
4139 | ------- | ------- |
4140 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
4141 | [b'e6eefb6e3'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'e6eefb6e3') | Trivial Typo's in bier comments/docs. |
4142
4143 | @c src/vnet/ipfix-export/ipfix_export.api ||
4144 | ------- | ------- |
4145 | [b'21b83e96d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'21b83e96d') | api: implement ipfix_flush |
4146
4147 | @c src/vnet/session/session.api ||
4148 | ------- | ------- |
4149 | [b'8ac1d6d05'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'8ac1d6d05') | session: Use parent_handle instead of transport_opts |
4150 | [b'ba65ca496'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'ba65ca496') | Add transport_opts to connect_sock bapi |
4151
4152 | @c src/vnet/gre/gre.api ||
4153 | ------- | ------- |
4154 | [b'814f15948'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'814f15948') | gre: update gre.api with explicit types |
4155 | [b'd0aed2eb3'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'd0aed2eb3') | GRE: set gre_tunnel_type init value to zero in API |
4156 | [b'5a8844bdb'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'5a8844bdb') | GRE: API update |
4157
4158 | @c src/vnet/pg/pg.api ||
4159 | ------- | ------- |
4160 | [b'22e9cfd76'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'22e9cfd76') | pg: add GSO support |
4161
4162 | @c src/vnet/l2/l2.api ||
4163 | ------- | ------- |
4164 | [b'bc764c8bc'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bc764c8bc') | l2: BD ARP termination entry API update |
4165 | [b'54bc5e40c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'54bc5e40c') | Update API description |
4166 | [b'5e6f7348c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'5e6f7348c') | l2: Add support for arp unicast forwarding |
4167
4168 | @c src/vnet/udp/udp.api ||
4169 | ------- | ------- |
4170 | [b'10dc2eabd'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'10dc2eabd') | udp: fix copyright typo |
4171
4172 | @c src/vnet/devices/tap/tapv2.api ||
4173 | ------- | ------- |
4174 | [b'97d54ed43'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'97d54ed43') | tap: add support to configure tap interface host MTU size |
4175
4176 | @c src/vnet/devices/virtio/vhost_user.api ||
4177 | ------- | ------- |
4178 | [b'4208a4ce8'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4208a4ce8') | devices interface tests: vhosst GSO support |
4179
4180 | @c src/vnet/devices/virtio/virtio.api ||
4181 | ------- | ------- |
4182 | [b'bbd6b746e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bbd6b746e') | virtio: Add gso support for native virtio driver |
4183 | [b'43b512cac'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'43b512cac') | virtio: remove configurable queue size support |
4184
4185 | @c src/vnet/mfib/mfib_types.api ||
4186 | ------- | ------- |
4187 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
4188
4189 | @c src/vnet/ipsec/ipsec.api ||
4190 | ------- | ------- |
4191 | [b'c87b66c86'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'c87b66c86') | ipsec: ipsec-tun protect |
4192 | [b'f2922422d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'f2922422d') | ipsec: remove the set_key API |
4193 | [b'80f6fd53f'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'80f6fd53f') | IPSEC: Pass the algorithm salt (used in GCM) over the API |
4194
4195 | @c src/vnet/ethernet/p2p_ethernet.api ||
4196 | ------- | ------- |
4197 | [b'8edca1361'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'8edca1361') | p2p ethernet: update p2p_ethernet.api with explicit types. |
4198
4199 | @c src/vnet/bonding/bond.api ||
4200 | ------- | ------- |
4201 | [b'751e3f382'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'751e3f382') | bonding: add support for numa-only in lacp mode |
4202
4203 | @c src/vnet/mpls/mpls.api ||
4204 | ------- | ------- |
4205 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
4206
4207 | @c src/vnet/ipip/ipip.api ||
4208 | ------- | ------- |
4209 | [b'288e09362'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'288e09362') | ipip: refactor ipip.api with explicit types |
4210 | [b'cbd0824d6'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'cbd0824d6') | IPIP tunnel: use address types on API |
4211
4212 | @c src/vnet/fib/fib_types.api ||
4213 | ------- | ------- |
4214 | [b'1dbcf30b7'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'1dbcf30b7') | fib: Support the POP of a Psuedo Wire Control Word |
4215 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
4216
4217 | @c src/vnet/dhcp/dhcp.api ||
4218 | ------- | ------- |
4219 | [b'038e1dfbd'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'038e1dfbd') | dhcp ip: DSCP settings for transmitted DHCP packets |
4220 | [b'56bc738dc'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'56bc738dc') | Fix VPP-1487 DHCP client does not support option 6-domain server |
4221
4222 | @c src/vnet/ip/punt.api ||
4223 | ------- | ------- |
4224 | [b'719beb709'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'719beb709') | ip ipsec: Remove IPSec SPI-0 punt reason |
4225 | [b'b538dd868'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'b538dd868') | Punt: specify packets by IP protocol Type |
4226 | [b'50f0ac0f0'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'50f0ac0f0') | Punt: socket register for exception dispatched/punted packets based on reason |
4227
4228 | @c src/vnet/ip/ip.api ||
4229 | ------- | ------- |
4230 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
4231 | [b'3a343d42d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3a343d42d') | reassembly: prevent long chain attack |
4232
4233 | @c src/vnet/ip/ip_types.api ||
4234 | ------- | ------- |
4235 | [b'515eed425'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'515eed425') | api: add prefix matcher typedef |
4236 | [b'038e1dfbd'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'038e1dfbd') | dhcp ip: DSCP settings for transmitted DHCP packets |
4237 | [b'53c501512'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'53c501512') | api: add DSCP definitions to ip_types.api |
4238 | [b'ab05508e1'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'ab05508e1') | api: refactor format_vl_api_prefix_t return keys |
4239 | [b'b538dd868'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'b538dd868') | Punt: specify packets by IP protocol Type |
4240 | [b'50f0ac0f0'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'50f0ac0f0') | Punt: socket register for exception dispatched/punted packets based on reason |
4241
4242 | @c src/plugins/l3xc/l3xc.api ||
4243 | ------- | ------- |
4244 | [b'59fa121f8'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'59fa121f8') | L3 cross connect |
4245
4246 | @c src/plugins/map/map.api ||
4247 | ------- | ------- |
4248 | [b'4d376f67a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4d376f67a') | map: Use vl_api_string macros. |
4249
4250 | @c src/plugins/http_static/http_static.api ||
4251 | ------- | ------- |
4252 | [b'68b24e2c9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'68b24e2c9') | plugins: http_static. Migrate to use api string type. |
4253 | [b'22bc2c46e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'22bc2c46e') | Static http server |
4254
4255 | @c src/plugins/igmp/igmp.api ||
4256 | ------- | ------- |
4257 | [b'4ff09ae34'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4ff09ae34') | API: Python and Unix domain socket improvement |
4258
4259 | @c src/plugins/sctp/sctp.api ||
4260 | ------- | ------- |
4261 | [b'3ffe6cadf'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3ffe6cadf') | sctp: move to plugins, disabled by default |
4262
4263 | @c src/plugins/lb/lb.api ||
4264 | ------- | ------- |
4265 | [b'3efcd0d7c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3efcd0d7c') | lb: vip and as dump/detail api's |
4266 | [b'a0cb32cb9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'a0cb32cb9') | lb: update api.c to use scaffolding from latest skel |
4267
4268 | @c src/plugins/lb/lb_types.api ||
4269 | ------- | ------- |
4270 | [b'3efcd0d7c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3efcd0d7c') | lb: vip and as dump/detail api's |
4271
4272 | @c src/plugins/mactime/mactime.api ||
4273 | ------- | ------- |
4274 | [b'7681b1c46'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'7681b1c46') | mactime: add per-mac allow-with-quota feature |
4275 | [b'0c6ac791d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'0c6ac791d') | mactime: upstream new features |
4276
4277 | @c src/plugins/gbp/gbp.api ||
4278 | ------- | ------- |
4279 | [b'3918bdbcb'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3918bdbcb') | gbp: update gbp-ext-itf API |
4280 | [b'3c0d84c98'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3c0d84c98') | gbp: add anonymous l3-out subnets |
4281 | [b'cfc7a107e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'cfc7a107e') | gbp: add anonymous l3-out external interfaces |
4282 | [b'160c923f9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'160c923f9') | gbp: VRF scoped contracts |
4283
4284 | @c src/plugins/acl/acl_types.api ||
4285 | ------- | ------- |
4286 | [b'bb2e5221a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bb2e5221a') | api acl: breakout acl_types.api for reuse by others |
4287
4288 | @c src/plugins/acl/acl.api ||
4289 | ------- | ------- |
4290 | [b'bb2e5221a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bb2e5221a') | api acl: breakout acl_types.api for reuse by others |
4291 | [b'f995c7122'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'f995c7122') | acl: implement counters |
4292
4293 | @c src/plugins/nat/nat.api ||
4294 | ------- | ------- |
4295 | [b'e6e09a4ac'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'e6e09a4ac') | nat: elog rewrite for multi-worker support |
4296 | [b'c1f93067e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'c1f93067e') | Add default value for API Nat flags |
4297 | [b'dd1e3e780'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'dd1e3e780') | NAT: VPP-1531 api cleanup & update |
4298 | [b'89fec713f'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'89fec713f') | Revert "NAT: VPP-1531 api cleanup & update" |
4299 | [b'bed1421b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bed1421b9') | NAT: VPP-1531 api cleanup & update |
4300
4301 | @c src/plugins/abf/abf.api ||
4302 | ------- | ------- |
4303 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
4304
4305 | @c src/plugins/nsim/nsim.api ||
4306 | ------- | ------- |
4307 | [b'7c91007e1'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'7c91007e1') | Make the loss / delay sim available as an output feature |
4308
4309
4310 @page release_notes_19043 Release notes for VPP 19.04.3
4311
4312 This is bug fix release.
4313
4314 For the full list of fixed issues please refer to:
4315 - fd.io [JIRA](https://jira.fd.io)
4316 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
4317
4318 @page release_notes_19042 Release notes for VPP 19.04.2
4319
4320 This is bug fix release.
4321
4322 For the full list of fixed issues please refer to:
4323 - fd.io [JIRA](https://jira.fd.io)
4324 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
4325
4326 @page release_notes_19041 Release notes for VPP 19.04.1
4327
4328 This is bug fix release.
4329
4330 For the full list of fixed issues please refer to:
4331 - fd.io [JIRA](https://jira.fd.io)
4332 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
4333
4334 @page release_notes_1904 Release notes for VPP 19.04
4335
4336 More than 700 commits since the 19.01 release.
4337
4338 ## Features
4339
4340 ### Infrastructure
4341 - DPDK 19.02 integration
4342 - Buffer manager rework and improvements
4343 - Python3 migration (work in progress)
4344   - vppapigen
4345   - Python API wrappers
4346   - Docs generation
4347   - vpp_config
4348   - "make test" python3 readiness and refactoring
4349 - Add "make test-gcov" target to main Makefile
4350 - Refactor multiarch code
4351 - vfctl script: bind VF to vfio-pci after VF is created
4352 - cmake cross-compilation support
4353 - CLI control of graph dispatch elogs
4354 - AppImage packaging (disabled by default)
4355 - Complete upstreaming of wireshark dissector
4356 - Remove JVPP which is now an FD.io project
4357 - Punt infra: manage dispatch of exception packets
4358
4359 ### VNET & Plugins
4360 - BVI Interface
4361 - Deprecate TAP cli
4362 - Experimental TAP interface TCP segmentation offload
4363 - Vmxnet3 driver plugin
4364 - LACP passive mode
4365 - ACL plugin refactoring
4366 - RDMA (ibverb) driver plugin - MLX5 with multiqueue
4367 - IPSEC
4368   - Intel IPSEC-MB engine plugin
4369   - Tunnel fragmentation
4370   - CLI improvements
4371   - Performance improvements
4372   - API modernisation and improvements
4373   - New Tests and test refactoring
4374 - Crypto
4375   - Introduce crypto infra
4376   - crypto_ia32 plugin
4377   - Add support for AEAD and AES-GCM
4378   - Implement rfc4231 test cases
4379   - Implement crypto tests per RFC2202
4380 - Perfmon improvements
4381   - Python to C parser for intel CPUs
4382   - 2-way parallel stat collection
4383   - Collect data on selected thread(s)
4384
4385 ### Host stack
4386 - Improve ldp/vls/vcl support for multi-process and multi-threaded applications
4387 - Major refactor/cleanup of session layer
4388 - Refactor cut-through sessions to use a custom transport
4389 - Baseline QUIC transport support
4390
4391 ## Known issues
4392
4393 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
4394
4395 ## Issues fixed
4396
4397 For the full list of fixed issues please refer to:
4398 - fd.io [JIRA](https://jira.fd.io)
4399 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
4400
4401 ## API changes
4402
4403 Description of results:
4404
4405 * _Definition changed_: indicates that the API file was modified between releases.
4406 * _Only in image_: indicates the API is new for this release.
4407 * _Only in file_: indicates the API has been removed in this release.
4408
4409
4410 Message Name                                                 | Result
4411 -------------------------------------------------------------|------------------
4412 accept_session                                               | only in file
4413 accept_session_reply                                         | only in file
4414 bind_sock_reply                                              | definition changed
4415 bind_uri_reply                                               | definition changed
4416 bvi_create                                                   | only in image
4417 bvi_create_reply                                             | only in image
4418 bvi_delete                                                   | only in image
4419 bvi_delete_reply                                             | only in image
4420 connect_session                                              | only in file
4421 connect_session_reply                                        | only in file
4422 ct6_enable                                                   | only in image
4423 ct6_enable_disable                                           | only in image
4424 gbp_contract_add_del_reply                                   | definition changed
4425 gbp_endpoint_group_del                                       | definition changed
4426 gbp_endpoint_learn_set_inactive_threshold                    | only in file
4427 gbp_endpoint_learn_set_inactive_threshold_reply              | only in file
4428 ikev2_plugin_get_version                                     | only in image
4429 ikev2_plugin_get_version_reply                               | only in image
4430 ip4_arp_event                                                | definition changed
4431 ip6_nd_event                                                 | definition changed
4432 ip6_ra_event                                                 | definition changed
4433 ip6nd_proxy_add_del                                          | definition changed
4434 ip6nd_proxy_details                                          | definition changed
4435 ip_container_proxy_add_del                                   | definition changed
4436 ip_neighbor_add_del                                          | definition changed
4437 ip_neighbor_details                                          | definition changed
4438 ip_probe_neighbor                                            | definition changed
4439 ip_source_and_port_range_check_add_del                       | definition changed
4440 ipsec_backend_details                                        | definition changed
4441 ipsec_gre_add_del_tunnel                                     | only in file
4442 ipsec_gre_add_del_tunnel_reply                               | only in file
4443 ipsec_gre_tunnel_add_del                                     | only in image
4444 ipsec_gre_tunnel_add_del_reply                               | only in image
4445 ipsec_gre_tunnel_details                                     | definition changed
4446 ipsec_sa_details                                             | definition changed
4447 ipsec_sa_set_key                                             | definition changed
4448 ipsec_sad_add_del_entry                                      | only in file
4449 ipsec_sad_add_del_entry_reply                                | only in file
4450 ipsec_sad_entry_add_del                                      | only in image
4451 ipsec_sad_entry_add_del_reply                                | only in image
4452 ipsec_select_backend                                         | definition changed
4453 ipsec_spd_add_del_entry                                      | only in file
4454 ipsec_spd_add_del_entry_reply                                | only in file
4455 ipsec_spd_details                                            | definition changed
4456 ipsec_spd_entry_add_del                                      | only in image
4457 ipsec_spd_entry_add_del_reply                                | only in image
4458 ipsec_tunnel_if_add_del                                      | definition changed
4459 lb_conf                                                      | definition changed
4460 map_add_domain                                               | definition changed
4461 map_domain_details                                           | definition changed
4462 nat_ha_flush                                                 | only in image
4463 nat_ha_flush_reply                                           | only in image
4464 nat_ha_get_failover                                          | only in image
4465 nat_ha_get_failover_reply                                    | only in image
4466 nat_ha_get_listener                                          | only in image
4467 nat_ha_get_listener_reply                                    | only in image
4468 nat_ha_resync                                                | only in image
4469 nat_ha_resync_completed_event                                | only in image
4470 nat_ha_resync_reply                                          | only in image
4471 nat_ha_set_failover                                          | only in image
4472 nat_ha_set_failover_reply                                    | only in image
4473 nat_ha_set_listener                                          | only in image
4474 nat_ha_set_listener_reply                                    | only in image
4475 reset_session                                                | only in file
4476 reset_session_reply                                          | only in file
4477 sw_interface_ip6nd_ra_prefix                                 | definition changed
4478 sw_interface_set_dpdk_hqos_pipe                              | only in file
4479 sw_interface_set_dpdk_hqos_pipe_reply                        | only in file
4480 sw_interface_set_dpdk_hqos_subport                           | only in file
4481 sw_interface_set_dpdk_hqos_subport_reply                     | only in file
4482 sw_interface_set_dpdk_hqos_tctbl                             | only in file
4483 sw_interface_set_dpdk_hqos_tctbl_reply                       | only in file
4484 sw_interface_tap_details                                     | only in file
4485 sw_interface_tap_dump                                        | only in file
4486 sw_interface_virtio_pci_details                              | only in image
4487 sw_interface_virtio_pci_dump                                 | only in image
4488 tap_connect                                                  | only in file
4489 tap_connect_reply                                            | only in file
4490 tap_delete                                                   | only in file
4491 tap_delete_reply                                             | only in file
4492 tap_modify                                                   | only in file
4493 tap_modify_reply                                             | only in file
4494 virtio_pci_create                                            | only in image
4495 virtio_pci_create_reply                                      | only in image
4496 virtio_pci_delete                                            | only in image
4497 virtio_pci_delete_reply                                      | only in image
4498 vmxnet3_create                                               | definition changed
4499 vmxnet3_details                                              | definition changed
4500 want_ip4_arp_events                                          | definition changed
4501 want_ip6_nd_events                                           | definition changed
4502
4503 Found 90 api message signature differences
4504
4505 ### Patches that changed API definitions
4506
4507 | @c src/vlibmemory/memclnt.api ||
4508 | ------- | ------- |
4509 | [eaec2a6d9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eaec2a6d9) | bapi: add options to have vpp cleanup client registration |
4510
4511 | @c src/vpp/api/vpe.api ||
4512 | ------- | ------- |
4513 | [1aaf0e343](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1aaf0e343) | deprecate tapcli |
4514 | [f49ba0e81](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e81) | stats: Deprecate old stats framework |
4515 | [413f4a5b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=413f4a5b2) | API: Use string type instead of u8. |
4516
4517 | @c src/vnet/interface.api ||
4518 | ------- | ------- |
4519 | [3b0d7e42f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3b0d7e42f) | Revert "API: Cleanup APIs interface.api" |
4520 | [e63325e3c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e63325e3c) | API: Cleanup APIs interface.api |
4521 | [bb2c7b580](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2c7b580) | Update documentation for src/vnet/interface.api sw_interface_dump |
4522 | [f49ba0e81](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e81) | stats: Deprecate old stats framework |
4523 | [53fffa1db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1db) | API: Add support for type aliases |
4524 | [5100aa9cb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5100aa9cb) | vnet: store hw interface speed in kbps instead of using flags |
4525
4526 | @c src/vnet/interface_types.api ||
4527 | ------- | ------- |
4528 | [3b0d7e42f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3b0d7e42f) | Revert "API: Cleanup APIs interface.api" |
4529 | [e63325e3c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e63325e3c) | API: Cleanup APIs interface.api |
4530 | [53fffa1db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1db) | API: Add support for type aliases |
4531
4532 | @c src/vnet/bonding/bond.api ||
4533 | ------- | ------- |
4534 | [ad9d52831](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ad9d52831) | bonding: support custom interface IDs |
4535
4536 | @c src/vnet/ipip/ipip.api ||
4537 | ------- | ------- |
4538 | [53fffa1db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1db) | API: Add support for type aliases |
4539
4540 | @c src/vnet/ipsec-gre/ipsec_gre.api ||
4541 | ------- | ------- |
4542 | [e524d45ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e524d45ef) | IPSEC-GRE: fixes and API update to common types. |
4543
4544 | @c src/vnet/syslog/syslog.api ||
4545 | ------- | ------- |
4546 | [b4515b4be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4515b4be) | Add RFC5424 syslog protocol support (VPP-1139) |
4547
4548 | @c src/vnet/devices/tap/tapv2.api ||
4549 | ------- | ------- |
4550 | [754f24b35](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=754f24b35) | tapv2: add "tap_flags" field to the TAPv2 interface API |
4551
4552 | @c src/vnet/devices/virtio/virtio.api ||
4553 | ------- | ------- |
4554 | [d6c15af33](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d6c15af33) | virtio: Native virtio driver |
4555
4556 | @c src/vnet/fib/fib_types.api ||
4557 | ------- | ------- |
4558 | [775f73c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=775f73c6b) | FIB: encode the label stack in the FIB path during table dump |
4559
4560 | @c src/vnet/ip/ip_types.api ||
4561 | ------- | ------- |
4562 | [8c8acc027](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8c8acc027) | API: Change ip4_address and ip6_address to use type alias. |
4563 | [ffba3c377](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c377) | MAP: Use explicit address/prefix types in API |
4564
4565 | @c src/vnet/ip/ip.api ||
4566 | ------- | ------- |
4567 | [48ae19e90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=48ae19e90) | API: Add python2.7 support for enum flags via aenum |
4568 | [37029305c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=37029305c) | Use IP and MAC API types for neighbors |
4569 | [7c03ed47d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c03ed47d) | VOM: mroutes |
4570 | [3460b014a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3460b014a) | api: ip_source_check_interface_add_del api is added. |
4571 | [609e1210c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=609e1210c) | VPP-1507: Added binary api to dump configured ip_punt_redirect |
4572 | [2af0e3a74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2af0e3a74) | flow-hash: Add symmetric flag for flow hashing |
4573 | [47527b24a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=47527b24a) | IP-punt: add documentation to the API and fix IP address init |
4574 | [5bb1ecae8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5bb1ecae8) | IPv6: Make link-local configurable per-interface (VPP-1446) |
4575 | [75b9f45a1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75b9f45a1) | ip: add container proxy dump API (VPP-1364) |
4576
4577 | @c src/vnet/ip/punt.api ||
4578 | ------- | ------- |
4579 | [e88865d7b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e88865d7b) | VPP-1506: dump local punts and registered punt sockets |
4580
4581 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
4582 | ------- | ------- |
4583 | [4dd4cf4f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4dd4cf4f9) | GBP: fixes for l3-out routing |
4584 | [93cc3ee3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee3b) | GBP Endpoint Learning |
4585
4586 | @c src/vnet/ethernet/ethernet_types.api ||
4587 | ------- | ------- |
4588 | [8006c6aa4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8006c6aa4) | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |
4589
4590 | @c src/vnet/ipsec/ipsec.api ||
4591 | ------- | ------- |
4592 | [1e3aa5e21](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e3aa5e21) | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |
4593 | [1ba5bc8d8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1ba5bc8d8) | ipsec: add ipv6 support for ipsec tunnel interface |
4594 | [5d704aea5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d704aea5) | updates now that flags are supported on the API |
4595 | [53f526b68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53f526b68) | TEST: IPSEC NAT-T with UDP header |
4596 | [7c44d78ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c44d78ef) | IKEv2 to plugin |
4597 | [eba31eceb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eba31eceb) | IPSEC: move SA counters into the stats segment |
4598 | [8d7c50200](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8d7c50200) | IPSEC: no second lookup after tunnel encap |
4599 | [a09c1ff5b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a09c1ff5b) | IPSEC: SPD counters in the stats sgement |
4600 | [17dcec0b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17dcec0b9) | IPSEC: API modernisation |
4601 | [4c422f9a3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c422f9a3) | Add IPSec interface FIB index for TX packet |
4602 | [b4a7a7dcf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4a7a7dcf) | Add UDP encap flag |
4603 | [b4d305344](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4d305344) | ipsec: infra for selecting backends |
4604 | [871bca9aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=871bca9aa) | VPP-1450: binary api call for dumping SPD to interface registration |
4605
4606 | @c src/vnet/tcp/tcp.api ||
4607 | ------- | ------- |
4608 | [c5df8c71c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c5df8c71c) | host stack: update stale copyright |
4609
4610 | @c src/vnet/l2/l2.api ||
4611 | ------- | ------- |
4612 | [192b13f96](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=192b13f96) | BVI Interface |
4613 | [5daf0c55c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5daf0c55c) | add default NONE flag for bd_flags |
4614 | [e26c81fc8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e26c81fc8) | L2 BD API to flush all IP-MAC entries in the specified BD |
4615 | [8006c6aa4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8006c6aa4) | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |
4616 | [93cc3ee3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee3b) | GBP Endpoint Learning |
4617 | [4d5b917b1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d5b917b1) | BD ARP entry use common API types |
4618
4619 | @c src/vnet/session/session.api ||
4620 | ------- | ------- |
4621 | [6442401c2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6442401c2) | session: remove deprecated binary apis |
4622 | [d85de68ec](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d85de68ec) | vcl: wait for segments with segment handle |
4623 | [fa76a76bf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fa76a76bf) | session: segment handle in accept/connect notifications |
4624 | [c1f5a4336](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f5a4336) | session: cleanup use of api_client_index |
4625 | [c0d532d17](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0d532d17) | session: mark apis for deprecation |
4626
4627 | @c src/vnet/udp/udp.api ||
4628 | ------- | ------- |
4629 | [c5df8c71c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c5df8c71c) | host stack: update stale copyright |
4630
4631 | @c src/plugins/cdp/cdp.api ||
4632 | ------- | ------- |
4633 | [76ef6094c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=76ef6094c) | tests: cdp plugin. Replace cdp enable cli command with API call. |
4634
4635 | @c src/plugins/nat/nat.api ||
4636 | ------- | ------- |
4637 | [8feeaff56](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8feeaff56) | Typos. A bunch of typos I've been collecting. |
4638 | [34931eb47](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34931eb47) | NAT44: active-passive HA (VPP-1571) |
4639 | [b686508c4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b686508c4) | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) |
4640
4641 | @c src/plugins/map/map.api ||
4642 | ------- | ------- |
4643 | [4dc5c7b90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4dc5c7b90) | MAP: Add optional user-supplied 'tag' field in MAPs. |
4644 | [fc7344f9b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fc7344f9b) | MAP: Convert from DPO to input feature. |
4645 | [f34597fc8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f34597fc8) | MAP: Add API support for MAP input feature. |
4646 | [5a2e278a0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a2e278a0) | MAP: Add API support for setting parameters. |
4647 | [a173a7a07](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a173a7a07) | MAP: Use bool type in map.api instead of u8. |
4648 | [ffba3c377](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c377) | MAP: Use explicit address/prefix types in API |
4649
4650 | @c src/plugins/gbp/gbp.api ||
4651 | ------- | ------- |
4652 | [1aa35576e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1aa35576e) | GBP: Counters per-contract |
4653 | [8ea109e40](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ea109e40) | gbp: Add bd flags |
4654 | [7bd343509](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7bd343509) | GBP: custom-dump functions |
4655 | [fa0ac2c56](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fa0ac2c56) | GBP: contracts API fixed length of allowed ethertypes |
4656 | [5d704aea5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d704aea5) | updates now that flags are supported on the API |
4657 | [4ba67723d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ba67723d) | GBP: use sclass in the DP for policy |
4658 | [8da9fc659](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8da9fc659) | GBP: learn from ARP and L2 packets |
4659 | [32f6d8e0c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=32f6d8e0c) | GBP: per-group EP retention policy |
4660 | [879d11c25](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=879d11c25) | GBP: Sclass to src-epg conversions |
4661 | [1c17e2eca](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c17e2eca) | GBP: add allowed ethertypes to contracts |
4662 | [b6a479539](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b6a479539) | GBP: l3-out subnets |
4663 | [33b81da54](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33b81da54) | vom: Add support for redirect contracts in gbp |
4664 | [13a08cc09](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=13a08cc09) | GBP: redirect contracts |
4665 | [c29c0af40](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c29c0af40) | GBP: Endpoints with VLAN tags and birdges that don't learn |
4666 | [93cc3ee3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee3b) | GBP Endpoint Learning |
4667
4668 | @c src/plugins/acl/acl.api ||
4669 | ------- | ------- |
4670 | [bb5d22daf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb5d22daf) | New api in order to get max entries of connection table is added. |
4671
4672 | @c src/plugins/vmxnet3/vmxnet3.api ||
4673 | ------- | ------- |
4674 | [ee8ba6877](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee8ba6877) | vmxnet3: auto bind support |
4675 | [854559d15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=854559d15) | vmxnet3: RSS support |
4676 | [773291163](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=773291163) | vmxnet3: multiple TX queues support |
4677
4678 | @c src/plugins/nsim/nsim.api ||
4679 | ------- | ------- |
4680 | [10c5ff143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10c5ff143) | nsim: add packet loss simulation, docs |
4681
4682 | @c src/plugins/igmp/igmp.api ||
4683 | ------- | ------- |
4684 | [97748cae2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97748cae2) | IGMP: proxy device |
4685
4686 | @c src/plugins/lb/lb.api ||
4687 | ------- | ------- |
4688 | [f7f13347b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7f13347b) | tests: update test_lb.py to use api call lb_conf. |
4689
4690 | @c src/plugins/ct6/ct6.api ||
4691 | ------- | ------- |
4692 | [a55df1081](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a55df1081) | ipv6 connection tracking plugin |
4693
4694 | @c src/plugins/ikev2/ikev2.api ||
4695 | ------- | ------- |
4696 | [7c44d78ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c44d78ef) | IKEv2 to plugin |
4697
4698
4699 @page release_notes_19013 Release notes for VPP 19.01.3
4700
4701 This is bug fix release.
4702
4703 For the full list of fixed issues please refer to:
4704 - fd.io [JIRA](https://jira.fd.io)
4705 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1901)
4706
4707 @page release_notes_19012 Release notes for VPP 19.01.2
4708
4709 This is bug fix release.
4710
4711 For the full list of fixed issues please refer to:
4712 - fd.io [JIRA](https://jira.fd.io)
4713 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1901)
4714
4715 @page release_notes_19011 Release notes for VPP 19.01.1
4716
4717 This is bug fix release.
4718
4719 For the full list of fixed issues please refer to:
4720 - fd.io [JIRA](https://jira.fd.io)
4721 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1901)
4722
4723 @page release_notes_1901 Release notes for VPP 19.01
4724
4725 More than 649 commits since the 18.10 release.
4726
4727 ## Features
4728
4729 ### Infrastructure
4730 - NUMA-aware, growable physical memory allocator (pmalloc)
4731 - FIB: sticky load-balance
4732 - C11 safe string handling: provide and use "safe" C string handling functions
4733 - vlib: allocate buffers on local numa, not on numa 1
4734 - vppinfra: autodetect default hugepage size
4735 - Move RPC traffic off the shared-memory API queue
4736 - IPv6: Make link-local configurable per-interface
4737 - IGMP: improve CLI debug output
4738 - IPSec: split ipsec nodes into ip4/ip6 nodes
4739 - IPSec: infra for selecting backends
4740 - vhost-user: cleanup and performance optimizations
4741 - ethernet-input, memif improvements and optimizations
4742 - DPDK: bump to DPDK 18.11
4743 - reassembly: harden reassembly code
4744 - stats: Deprecate old (event-based) stats framework
4745 - vlib: support Hyper-V/Azure VMBus
4746 - binary api clients: wait for vpp to start
4747 - graph dispatch trace: capture packet data and buffer metadata, output in pcap format
4748 - improve feature arc order constraint specification
4749
4750 ### VNET & Plugins
4751 - pktgen: correctly replay a mix of single and multi-buffer packets
4752 - add wireshark dissector to extras
4753 - avf: optimizations
4754 - acl-plugin: use L2 feature arc instead of L2 classifier
4755 - acl-plugin: performance enhancement
4756 - dpdk: allow interface name to be specified from startup.conf
4757 - dpdk: blacklist PCI devices by type
4758 - dpdk: switch to in-memory mode, deprecate use of socket-mem
4759 - vnet: store hw interface speed in kbps instead of using flags
4760 - vmxnet3: enable promiscuous mode & cli enhancements
4761 - gbp: Add support for flow hash profile & l3-out subnets
4762 - map: Add API support for setting parameters.
4763 - map: Convert from DPO to input feature
4764 - nat: improve expired sessions reuse in NAT44
4765 - nat: syslog - sessions logging
4766 - nsim: add packet loss simulation, docs
4767 - perfmon: x86_64 perf counter plugin
4768 - vnet: L2 feature arc infrastructure
4769
4770 ### Host stack
4771 - TCP congestion control improvements
4772 - TCP Cubic congestion control algorithm
4773 - TCP fast path optimizations
4774 - Transport tx connection pacer. TCP uses it by default
4775 - Basic support for session flushing and TCP PSH segments
4776 - TCP/session api support for configuring custom local src ip/port
4777 - VCL/LDP basic support for multi-process applications
4778 - Overall code hardening, cleanup and bugfixing for tcp, session, vcl and ldp
4779
4780 ### PAPI & Test framework
4781 - add specific API types for IP addresses, MAC address, interface index etc.
4782 - add timeout support for socket transport
4783 - add support for format/unformat functions
4784 - generic API types format/unformat support for VAT and custom dump
4785 - python3 test adjustments
4786 - make test: create virtualenv under /test/
4787 - make test: print TEST= values for failed tests
4788 - add human-friendly annotations to log messages
4789
4790 ### VOM
4791 - Add support for redirect contracts in gbp
4792 - deprecate TAP add ip-punt redirect dump
4793 - vxlan-gbp support
4794
4795 ## Known issues
4796
4797 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
4798
4799 ## Issues fixed
4800
4801 For the full list of fixed issues please refer to:
4802 - fd.io [JIRA](https://jira.fd.io)
4803 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1810)
4804
4805 ## API changes
4806
4807 Description of results:
4808
4809 * _Definition changed_: indicates that the API file was modified between releases.
4810 * _Only in image_: indicates the API is new for this release.
4811 * _Only in file_: indicates the API has been removed in this release.
4812
4813 Message Name                                                 | Results
4814 ------------------------------------------------------------ | ----------------
4815 acl_plugin_get_conn_table_max_entries                        | only in image
4816 acl_plugin_get_conn_table_max_entries_reply                  | only in image
4817 app_worker_add_del                                           | definition changed
4818 app_worker_add_del_reply                                     | definition changed
4819 application_attach_reply                                     | definition changed
4820 bd_ip_mac_add_del                                            | definition changed
4821 bd_ip_mac_details                                            | definition changed
4822 bd_ip_mac_flush                                              | only in image
4823 bd_ip_mac_flush_reply                                        | only in image
4824 bond_create                                                  | definition changed
4825 cli_inband                                                   | definition changed
4826 cli_inband_reply                                             | definition changed
4827 gbp_bridge_domain_add                                        | only in image
4828 gbp_bridge_domain_add_reply                                  | only in image
4829 gbp_bridge_domain_del                                        | only in image
4830 gbp_bridge_domain_del_reply                                  | only in image
4831 gbp_bridge_domain_details                                    | only in image
4832 gbp_bridge_domain_dump                                       | only in image
4833 gbp_bridge_domain_dump_reply                                 | only in image
4834 gbp_endpoint_details                                         | definition changed
4835 gbp_endpoint_group_add                                       | only in image
4836 gbp_endpoint_group_add_del                                   | only in file
4837 gbp_endpoint_group_add_del_reply                             | only in file
4838 gbp_endpoint_group_add_reply                                 | only in image
4839 gbp_endpoint_group_del                                       | only in image
4840 gbp_endpoint_group_del_reply                                 | only in image
4841 gbp_endpoint_learn_set_inactive_threshold                    | only in image
4842 gbp_endpoint_learn_set_inactive_threshold_reply              | only in image
4843 gbp_ext_itf_add_del                                          | only in image
4844 gbp_ext_itf_add_del_reply                                    | only in image
4845 gbp_ext_itf_details                                          | only in image
4846 gbp_ext_itf_dump                                             | only in image
4847 gbp_route_domain_add                                         | only in image
4848 gbp_route_domain_add_reply                                   | only in image
4849 gbp_route_domain_del                                         | only in image
4850 gbp_route_domain_del_reply                                   | only in image
4851 gbp_route_domain_details                                     | only in image
4852 gbp_route_domain_dump                                        | only in image
4853 gbp_route_domain_dump_reply                                  | only in image
4854 gbp_vxlan_tunnel_add                                         | only in image
4855 gbp_vxlan_tunnel_add_reply                                   | only in image
4856 gbp_vxlan_tunnel_del                                         | only in image
4857 gbp_vxlan_tunnel_del_reply                                   | only in image
4858 gbp_vxlan_tunnel_details                                     | only in image
4859 gbp_vxlan_tunnel_dump                                        | only in image
4860 igmp_proxy_device_add_del                                    | only in image
4861 igmp_proxy_device_add_del_interface                          | only in image
4862 igmp_proxy_device_add_del_interface_reply                    | only in image
4863 igmp_proxy_device_add_del_reply                              | only in image
4864 ip6_mfib_details                                             | definition changed
4865 ip_container_proxy_details                                   | only in image
4866 ip_container_proxy_dump                                      | only in image
4867 ip_mfib_details                                              | definition changed
4868 ip_punt_redirect                                             | definition changed
4869 ip_punt_redirect_details                                     | only in image
4870 ip_punt_redirect_dump                                        | only in image
4871 ip_source_check_interface_add_del                            | only in image
4872 ip_source_check_interface_add_del_reply                      | only in image
4873 ipip_6rd_add_tunnel_reply                                    | definition changed
4874 ipip_6rd_del_tunnel                                          | definition changed
4875 ipip_add_tunnel_reply                                        | definition changed
4876 ipip_del_tunnel                                              | definition changed
4877 ipip_tunnel_details                                          | definition changed
4878 ipip_tunnel_dump                                             | definition changed
4879 ipsec_backend_details                                        | only in image
4880 ipsec_backend_dump                                           | only in image
4881 ipsec_sa_details                                             | definition changed
4882 ipsec_select_backend                                         | only in image
4883 ipsec_select_backend_reply                                   | only in image
4884 ipsec_tunnel_if_add_del                                      | definition changed
4885 map_add_del_rule                                             | definition changed
4886 map_add_domain                                               | definition changed
4887 map_another_segment                                          | definition changed
4888 map_domain_details                                           | definition changed
4889 map_if_enable_disable                                        | only in image
4890 map_if_enable_disable_reply                                  | only in image
4891 map_param_add_del_pre_resolve                                | only in image
4892 map_param_add_del_pre_resolve_reply                          | only in image
4893 map_param_get                                                | only in image
4894 map_param_get_reply                                          | only in image
4895 map_param_set_fragmentation                                  | only in image
4896 map_param_set_fragmentation_reply                            | only in image
4897 map_param_set_icmp6                                          | only in image
4898 map_param_set_icmp6_reply                                    | only in image
4899 map_param_set_icmp                                           | only in image
4900 map_param_set_icmp_reply                                     | only in image
4901 map_param_set_reassembly                                     | only in image
4902 map_param_set_reassembly_reply                               | only in image
4903 map_param_set_security_check                                 | only in image
4904 map_param_set_security_check_reply                           | only in image
4905 map_param_set_tcp                                            | only in image
4906 map_param_set_tcp_reply                                      | only in image
4907 map_param_set_traffic_class                                  | only in image
4908 map_param_set_traffic_class_reply                            | only in image
4909 map_rule_details                                             | definition changed
4910 memclnt_delete                                               | definition changed
4911 nat44_add_del_lb_static_mapping                              | definition changed
4912 nat44_lb_static_mapping_add_del_local                        | only in image
4913 nat44_lb_static_mapping_add_del_local_reply                  | only in image
4914 nat44_lb_static_mapping_details                              | definition changed
4915 nsim_configure                                               | definition changed
4916 punt                                                         | only in file
4917 punt_details                                                 | only in image
4918 punt_dump                                                    | only in image
4919 punt_reply                                                   | only in file
4920 punt_socket_deregister                                       | definition changed
4921 punt_socket_details                                          | only in image
4922 punt_socket_dump                                             | only in image
4923 punt_socket_register                                         | definition changed
4924 set_ip_flow_hash                                             | definition changed
4925 set_punt                                                     | only in image
4926 set_punt_reply                                               | only in image
4927 show_version_reply                                           | definition changed
4928 stats_get_poller_delay                                       | only in file
4929 stats_get_poller_delay_reply                                 | only in file
4930 sw_interface_bond_details                                    | definition changed
4931 sw_interface_details                                         | definition changed
4932 sw_interface_ip6_set_link_local_address                      | only in file
4933 sw_interface_ip6_set_link_local_address_reply                | only in file
4934 sw_interface_tap_v2_details                                  | definition changed
4935 syslog_get_filter                                            | only in image
4936 syslog_get_filter_reply                                      | only in image
4937 syslog_get_sender                                            | only in image
4938 syslog_get_sender_reply                                      | only in image
4939 syslog_set_filter                                            | only in image
4940 syslog_set_filter_reply                                      | only in image
4941 syslog_set_sender                                            | only in image
4942 syslog_set_sender_reply                                      | only in image
4943 tap_create_v2                                                | definition changed
4944 unmap_segment                                                | definition changed
4945 vnet_bier_neighbor_counters                                  | only in file
4946 vnet_get_summary_stats                                       | only in file
4947 vnet_get_summary_stats_reply                                 | only in file
4948 vnet_interface_combined_counters                             | only in file
4949 vnet_interface_simple_counters                               | only in file
4950 vnet_ip4_fib_counters                                        | only in file
4951 vnet_ip4_mfib_counters                                       | only in file
4952 vnet_ip4_nbr_counters                                        | only in file
4953 vnet_ip6_fib_counters                                        | only in file
4954 vnet_ip6_mfib_counters                                       | only in file
4955 vnet_ip6_nbr_counters                                        | only in file
4956 vnet_per_interface_combined_counters                         | only in file
4957 vnet_per_interface_simple_counters                           | only in file
4958 vnet_udp_encap_counters                                      | only in file
4959 want_bier_neighbor_stats                                     | only in file
4960 want_bier_neighbor_stats_reply                               | only in file
4961 want_interface_combined_stats                                | only in file
4962 want_interface_combined_stats_reply                          | only in file
4963 want_interface_simple_stats                                  | only in file
4964 want_interface_simple_stats_reply                            | only in file
4965 want_ip4_fib_stats                                           | only in file
4966 want_ip4_fib_stats_reply                                     | only in file
4967 want_ip4_mfib_stats                                          | only in file
4968 want_ip4_mfib_stats_reply                                    | only in file
4969 want_ip4_nbr_stats                                           | only in file
4970 want_ip4_nbr_stats_reply                                     | only in file
4971 want_ip6_fib_stats                                           | only in file
4972 want_ip6_fib_stats_reply                                     | only in file
4973 want_ip6_mfib_stats                                          | only in file
4974 want_ip6_mfib_stats_reply                                    | only in file
4975 want_ip6_nbr_stats                                           | only in file
4976 want_ip6_nbr_stats_reply                                     | only in file
4977 want_per_interface_combined_stats                            | only in file
4978 want_per_interface_combined_stats_reply                      | only in file
4979 want_per_interface_simple_stats                              | only in file
4980 want_per_interface_simple_stats_reply                        | only in file
4981 want_stats                                                   | only in file
4982 want_stats_reply                                             | only in file
4983 want_udp_encap_stats                                         | only in file
4984 want_udp_encap_stats_reply                                   | only in file
4985
4986 Found 170 api message signature differences
4987
4988 ### Patches that changed API definitions
4989
4990 | @c src/vnet/interface_types.api ||
4991 | ------- | ------- |
4992 | [53fffa1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1) | API: Add support for type aliases |
4993
4994 | @c src/vnet/interface.api ||
4995 | ------- | ------- |
4996 | [f49ba0e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e) | stats: Deprecate old stats framework |
4997 | [53fffa1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1) | API: Add support for type aliases |
4998 | [5100aa9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5100aa9) | vnet: store hw interface speed in kbps instead of using flags |
4999
5000 | @c src/vnet/syslog/syslog.api ||
5001 | ------- | ------- |
5002 | [b4515b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4515b4) | Add RFC5424 syslog protocol support (VPP-1139) |
5003
5004 | @c src/vnet/fib/fib_types.api ||
5005 | ------- | ------- |
5006 | [775f73c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=775f73c) | FIB: encode the label stack in the FIB path during table dump |
5007
5008 | @c src/vnet/ip/ip.api ||
5009 | ------- | ------- |
5010 | [7c03ed4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c03ed4) | VOM: mroutes |
5011 | [3460b01](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3460b01) | api: ip_source_check_interface_add_del api is added. |
5012 | [609e121](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=609e121) | VPP-1507: Added binary api to dump configured ip_punt_redirect |
5013 | [2af0e3a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2af0e3a) | flow-hash: Add symmetric flag for flow hashing |
5014 | [47527b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=47527b2) | IP-punt: add documentation to the API and fix IP address init |
5015 | [5bb1eca](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5bb1eca) | IPv6: Make link-local configurable per-interface (VPP-1446) |
5016 | [75b9f45](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75b9f45) | ip: add container proxy dump API (VPP-1364) |
5017
5018 | @c src/vnet/ip/ip_types.api ||
5019 | ------- | ------- |
5020 | [8c8acc0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8c8acc0) | API: Change ip4_address and ip6_address to use type alias. |
5021 | [ffba3c3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c3) | MAP: Use explicit address/prefix types in API |
5022
5023 | @c src/vnet/ip/punt.api ||
5024 | ------- | ------- |
5025 | [e88865d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e88865d) | VPP-1506: dump local punts and registered punt sockets |
5026
5027 | @c src/vnet/ipsec/ipsec.api ||
5028 | ------- | ------- |
5029 | [4c422f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c422f9) | Add IPSec interface FIB index for TX packet |
5030 | [b4a7a7d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4a7a7d) | Add UDP encap flag |
5031 | [b4d3053](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4d3053) | ipsec: infra for selecting backends |
5032 | [871bca9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=871bca9) | VPP-1450: binary api call for dumping SPD to interface registration |
5033
5034 | @c src/vnet/l2/l2.api ||
5035 | ------- | ------- |
5036 | [e26c81f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e26c81f) | L2 BD API to flush all IP-MAC entries in the specified BD |
5037 | [8006c6a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8006c6a) | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |
5038 | [93cc3ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee) | GBP Endpoint Learning |
5039 | [4d5b917](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d5b917) | BD ARP entry use common API types |
5040
5041 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
5042 | ------- | ------- |
5043 | [93cc3ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee) | GBP Endpoint Learning |
5044
5045 | @c src/vnet/ipip/ipip.api ||
5046 | ------- | ------- |
5047 | [53fffa1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1) | API: Add support for type aliases |
5048
5049 | @c src/vnet/session/session.api ||
5050 | ------- | ------- |
5051 | [d85de68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d85de68) | vcl: wait for segments with segment handle |
5052 | [fa76a76](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fa76a76) | session: segment handle in accept/connect notifications |
5053 | [c1f5a43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f5a43) | session: cleanup use of api_client_index |
5054 | [c0d532d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0d532d) | session: mark apis for deprecation |
5055
5056 | @c src/vnet/ethernet/ethernet_types.api ||
5057 | ------- | ------- |
5058 | [8006c6a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8006c6a) | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t |
5059
5060 | @c src/vnet/bonding/bond.api ||
5061 | ------- | ------- |
5062 | [ad9d528](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ad9d528) | bonding: support custom interface IDs |
5063
5064 | @c src/vnet/devices/tap/tapv2.api ||
5065 | ------- | ------- |
5066 | [754f24b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=754f24b) | tapv2: add "tap_flags" field to the TAPv2 interface API |
5067
5068 | @c src/vlibmemory/memclnt.api ||
5069 | ------- | ------- |
5070 | [eaec2a6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eaec2a6) | bapi: add options to have vpp cleanup client registration |
5071
5072 | @c src/vpp/api/vpe.api ||
5073 | ------- | ------- |
5074 | [f49ba0e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e) | stats: Deprecate old stats framework |
5075 | [413f4a5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=413f4a5) | API: Use string type instead of u8. |
5076
5077 | @c src/plugins/acl/acl.api ||
5078 | ------- | ------- |
5079 | [bb5d22d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb5d22d) | New api in order to get max entries of connection table is added. |
5080
5081 | @c src/plugins/nsim/nsim.api ||
5082 | ------- | ------- |
5083 | [10c5ff1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10c5ff1) | nsim: add packet loss simulation, docs |
5084
5085 | @c src/plugins/gbp/gbp.api ||
5086 | ------- | ------- |
5087 | [1c17e2e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c17e2e) | GBP: add allowed ethertypes to contracts |
5088 | [b6a4795](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b6a4795) | GBP: l3-out subnets |
5089 | [33b81da](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33b81da) | vom: Add support for redirect contracts in gbp |
5090 | [13a08cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=13a08cc) | GBP: redirect contracts |
5091 | [c29c0af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c29c0af) | GBP: Endpoints with VLAN tags and birdges that don't learn |
5092 | [93cc3ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee) | GBP Endpoint Learning |
5093
5094 | @c src/plugins/nat/nat.api ||
5095 | ------- | ------- |
5096 | [b686508](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b686508) | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) |
5097
5098 | @c src/plugins/map/map.api ||
5099 | ------- | ------- |
5100 | [fc7344f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fc7344f) | MAP: Convert from DPO to input feature. |
5101 | [f34597f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f34597f) | MAP: Add API support for MAP input feature. |
5102 | [5a2e278](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a2e278) | MAP: Add API support for setting parameters. |
5103 | [a173a7a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a173a7a) | MAP: Use bool type in map.api instead of u8. |
5104 | [ffba3c3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c3) | MAP: Use explicit address/prefix types in API |
5105
5106 | @c src/plugins/igmp/igmp.api ||
5107 | ------- | ------- |
5108 | [97748ca](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97748ca) | IGMP: proxy device |
5109
5110
5111 @page release_notes_1810 Release notes for VPP 18.10
5112
5113 More than 632 commits since the 18.07 release.
5114
5115 ## Features
5116
5117 ### Infrastructure
5118 - DPDK 18.08 integration
5119 - New Stats infrastructure (interface, error, node performance counters)
5120 - Add configurable "Doug Lea malloc" support
5121
5122 ### VNET & Plugins
5123 - Load balancing: support per-port VIP and all-port VIP
5124 - Port NSH plugin to VPP
5125 - NAT
5126   - Configurable port range
5127   - Virtual Fragmentation Reassembly for endpoint-dependent mode
5128   - Client-IP based session affinity for load-balancing
5129   - TCP MSS clamping
5130   - Session timeout
5131   - Bug-fixing and performance optimizations
5132
5133 ### Host stack
5134 - Support for applications with multiple workers
5135 - Support for binds from multiple app workers to same ip:port
5136 - Switched to a message queue for io and control event notifications
5137 - Support for eventfd based notifications as alternative to mutext-condvar pair
5138 - VCL refactor to support async event notifications and multiple workers
5139 - TLS async support in client for HW accleration
5140 - Performance optimizations and bug-fixing
5141 - A number of binary APIs will be deprecated in favor of using the event
5142   message queue. Details in the API section.
5143
5144 ## Known issues
5145
5146 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
5147
5148 ## Issues fixed
5149
5150 For the full list of fixed issues please refer to:
5151 - fd.io [JIRA](https://jira.fd.io)
5152 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1810)
5153
5154 ## API changes
5155
5156 Description of results:
5157
5158 * _Definition changed_: indicates that the API file was modified between releases.
5159 * _Only in image_: indicates the API is new for this release.
5160 * _Only in file_: indicates the API has been removed in this release.
5161
5162                         Message Name                         Result
5163 api_versions_reply                                           definition changed
5164 app_cut_through_registration_add                             definition changed
5165 app_worker_add_del                                           definition changed
5166 application_attach_reply                                     definition changed
5167 bd_ip_mac_details                                            only in image
5168 bd_ip_mac_dump                                               only in image
5169 bfd_udp_get_echo_source                                      definition changed
5170 bier_imp_details                                             definition changed
5171 bier_route_details                                           definition changed
5172 bind_sock                                                    definition changed
5173 bridge_domain_details                                        definition changed
5174 bridge_flags                                                 definition changed
5175 classify_add_del_session                                     definition changed
5176 classify_add_del_table                                       definition changed
5177 connect_sock                                                 definition changed
5178 create_vhost_user_if                                         definition changed
5179 get_first_msg_id_reply                                       definition changed
5180 gpe_add_del_fwd_entry_reply                                  definition changed
5181 gpe_fwd_entry_path_details                                   definition changed
5182 ip6_fib_details                                              definition changed
5183 ip6nd_proxy_details                                          definition changed
5184 ip_add_del_route_reply                                       definition changed
5185 ip_address_details                                           definition changed
5186 ip_details                                                   definition changed
5187 ip_fib_details                                               definition changed
5188 ip_mfib_details                                              definition changed
5189 ip_mroute_add_del_reply                                      definition changed
5190 ip_neighbor_add_del_reply                                    definition changed
5191 ip_neighbor_details                                          definition changed
5192 ip_reassembly_get_reply                                      definition changed
5193 ip_unnumbered_details                                        definition changed
5194 ipip_6rd_add_tunnel                                          definition changed
5195 ipip_add_tunnel                                              definition changed
5196 ipsec_spds_details                                           only in image
5197 ipsec_spds_dump                                              only in image
5198 l2_interface_efp_filter                                      definition changed
5199 lisp_eid_table_vni_details                                   definition changed
5200 map_another_segment                                          definition changed
5201 mfib_signal_details                                          definition changed
5202 mpls_route_add_del_reply                                     definition changed
5203 mpls_tunnel_add_del                                          definition changed
5204 mpls_tunnel_add_del_reply                                    definition changed
5205 mpls_tunnel_details                                          definition changed
5206 mpls_tunnel_dump                                             definition changed
5207 one_eid_table_vni_details                                    definition changed
5208 qos_mark_enable_disable                                      definition changed
5209 qos_record_enable_disable                                    definition changed
5210 reset_session_reply                                          definition changed
5211 rpc_call                                                     definition changed
5212 show_threads                                                 definition changed
5213 sockclnt_create_reply                                        definition changed
5214 sockclnt_delete                                              definition changed
5215 sockclnt_delete_reply                                        definition changed
5216 sw_interface_rx_placement_details                            only in image
5217 sw_interface_rx_placement_dump                               only in image
5218 sw_interface_set_ip_directed_broadcast                       definition changed
5219 sw_interface_set_l2_bridge                                   definition changed
5220 sw_interface_set_rx_placement                                definition changed
5221 sw_interface_set_vxlan_gbp_bypass                            definition changed
5222 udp_encap_add                                                definition changed
5223 udp_encap_add_del_reply                                      only in file
5224 udp_encap_add_reply                                          only in image
5225 udp_encap_del                                                definition changed
5226 udp_encap_details                                            definition changed
5227 unbind_sock                                                  definition changed
5228 vxlan_gbp_tunnel_add_del                                     definition changed
5229 vxlan_gbp_tunnel_details                                     only in image
5230 vxlan_gbp_tunnel_dump                                        only in image
5231 Found 68 api message signature differences
5232
5233 ### Patches that changed API definitions
5234
5235 | @c src/plugins/avf/avf.api ||
5236 | ------- | ------- |
5237 | [149d0e28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=149d0e28) | avf: RSS support |
5238 | [4e6014fc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4e6014fc) | avf: api fix |
5239
5240 | @c src/plugins/gbp/gbp.api ||
5241 | ------- | ------- |
5242 | [c0a93143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0a93143) | GBP Endpoint Updates |
5243 | [61b94c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61b94c6b) | vxlan-gbp: Add support for vxlan gbp |
5244
5245 | @c src/plugins/igmp/igmp.api ||
5246 | ------- | ------- |
5247 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5248
5249 | @c src/plugins/lb/lb.api ||
5250 | ------- | ------- |
5251 | [6a4375e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a4375e0) | LB: fix flush flow table issue |
5252 | [49ca2601](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=49ca2601) | Add flush flag on del as command |
5253 | [219cc90c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=219cc90c) | Support lb on both vip and per-port-vip case |
5254
5255 | @c src/plugins/nat/nat.api ||
5256 | ------- | ------- |
5257 | [bb4e0225](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb4e0225) | NAT: TCP MSS clamping |
5258 | [5d28c7af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d28c7af) | NAT: add support for configurable port range (VPP-1346) |
5259 | [ea5b5be4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ea5b5be4) | NAT44: client-IP based session affinity for load-balancing (VPP-1297) |
5260 | [878c646a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=878c646a) | NAT44: add support for session timeout (VPP-1272) |
5261 | [69ce30d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=69ce30d6) | NAT: update nat_show_config_reply API (VPP-1403) |
5262 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5263 | [c6c0d2a0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c6c0d2a0) | NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) |
5264
5265 | @c src/plugins/vmxnet3/vmxnet3.api ||
5266 | ------- | ------- |
5267 | [df7f8e8c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df7f8e8c) | vmxnet3 device driver |
5268
5269 | @c src/plugins/nsh/nsh.api ||
5270 | ------- | ------- |
5271 | [d313f9e6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d313f9e6) | Port NSH plugin to VPP |
5272
5273 | @c src/plugins/nsim/nsim.api ||
5274 | ------- | ------- |
5275 | [9e3252b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9e3252b5) | Network delay simulator plugin |
5276
5277 | @c src/plugins/svs/svs.api ||
5278 | ------- | ------- |
5279 | [d1e68ab7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d1e68ab7) | Source VRF Select |
5280
5281 | @c src/vlibmemory/memclnt.api ||
5282 | ------- | ------- |
5283 | [94495f2a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=94495f2a) | PAPI: Use UNIX domain sockets instead of shared memory |
5284 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5285 | [75282457](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75282457) | Fix "Old Style VLA" build warnings |
5286
5287 | @c src/vnet/interface.api ||
5288 | ------- | ------- |
5289 | [f0b42f48](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f0b42f48) | itf: dump interface rx-placement |
5290 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5291 | [54f7c51f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54f7c51f) | rx-placement: Add API call for interface rx-placement |
5292 | [1855b8e4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1855b8e4) | IP directed broadcast |
5293
5294 | @c src/vnet/bfd/bfd.api ||
5295 | ------- | ------- |
5296 | [2d3c7b9c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2d3c7b9c) | BFD: add get echo source API (VPP-1367) |
5297
5298 | @c src/vnet/bier/bier.api ||
5299 | ------- | ------- |
5300 | [ef90ed08](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ef90ed08) | BIER API and load-balancing fixes |
5301 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5302
5303 | @c src/vnet/classify/classify.api ||
5304 | ------- | ------- |
5305 | [34eb5d42](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34eb5d42) | classify_add_del_session API: Use more descriptive docstring (VPP-1385) |
5306 | [75282457](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75282457) | Fix "Old Style VLA" build warnings |
5307
5308 | @c src/vnet/devices/pipe/pipe.api ||
5309 | ------- | ------- |
5310 | [208c29aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=208c29aa) | VOM: support for pipes |
5311
5312 | @c src/vnet/devices/virtio/vhost_user.api ||
5313 | ------- | ------- |
5314 | [ee2e58f6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee2e58f6) | vhost-user: Add disable feature support in api |
5315
5316 | @c src/vnet/ethernet/ethernet_types.api ||
5317 | ------- | ------- |
5318 | [de5b08fb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de5b08fb) | Introduce a mac_address_t on the API and in VPP |
5319
5320 | @c src/vnet/ip/ip_types.api ||
5321 | ------- | ------- |
5322 | [d0df49f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0df49f2) | Use IP address types on UDP encap API |
5323
5324 | @c src/vnet/ip/ip.api ||
5325 | ------- | ------- |
5326 | [412ecd32](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=412ecd32) | Improve ip_mroute_add_del documentation |
5327 | [14260393](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14260393) | Add adjacency counters to the stats segment |
5328 | [28c142e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=28c142e3) | mroute routers in the stats segment |
5329 | [008dbe10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=008dbe10) | Route counters in the stats segment |
5330 | [de5b08fb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de5b08fb) | Introduce a mac_address_t on the API and in VPP |
5331 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5332 | [b11f903a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b11f903a) | Fix context field position in API definition |
5333
5334 | @c src/vnet/ipip/ipip.api ||
5335 | ------- | ------- |
5336 | [61502115](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61502115) | IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes |
5337
5338 | @c src/vnet/ipsec/ipsec.api ||
5339 | ------- | ------- |
5340 | [a9a0b2ce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a9a0b2ce) | IPsec: add API for SPDs dump (VPP-1363) |
5341 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5342
5343 | @c src/vnet/l2/l2.api ||
5344 | ------- | ------- |
5345 | [0a4e0063](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0a4e0063) | Fix documentation about sw_interface_set_l2_bridge |
5346 | [b474380f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b474380f) | L2 BD: introduce a BD interface on which to send UU packets |
5347 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5348 | [5c7c49d1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5c7c49d1) | Fix documentation for SHG in bridge domain |
5349 | [5d82d2f1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d82d2f1) | l2: arp termination dump |
5350 | [6b9b41c8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6b9b41c8) | L2 EFP: byteswap sw_if_index, enable flag can be u8 on .api |
5351
5352 | @c src/vnet/lisp-cp/lisp.api ||
5353 | ------- | ------- |
5354 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5355 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5356
5357 | @c src/vnet/lisp-cp/one.api ||
5358 | ------- | ------- |
5359 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5360 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5361
5362 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
5363 | ------- | ------- |
5364 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5365 | [b11f903a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b11f903a) | Fix context field position in API definition |
5366
5367 | @c src/vnet/mpls/mpls.api ||
5368 | ------- | ------- |
5369 | [f5fa5ae2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f5fa5ae2) | MPLS tunnel dump: use sw_if_index not tunnel_index |
5370 | [6a30b5f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a30b5f9) | MPLS tunnel dump fix |
5371 | [008dbe10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=008dbe10) | Route counters in the stats segment |
5372 | [7c922dc4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c922dc4) | SR-MPLS: fixes and tests |
5373
5374 | @c src/vnet/qos/qos.api ||
5375 | ------- | ------- |
5376 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5377 | [ed234e7f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ed234e7f) | Enum type on the API for QoS sources |
5378
5379 | @c src/vnet/session/session.api ||
5380 | ------- | ------- |
5381 | [ab2f6dbf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ab2f6dbf) | session: support multiple worker binds |
5382 | [134a996a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=134a996a) | vcl: add support for multi-worker apps |
5383 | [1553197f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1553197f) | session: add support for multiple app workers |
5384 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
5385 | [99368315](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=99368315) | vcl: support for eventfd mq signaling |
5386
5387 | @c src/vnet/span/span.api ||
5388 | ------- | ------- |
5389 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5390
5391 | @c src/vnet/udp/udp.api ||
5392 | ------- | ------- |
5393 | [9c0a3c42](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9c0a3c42) | UDP-Encap: name counters for the stats segment |
5394 | [d0df49f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0df49f2) | Use IP address types on UDP encap API |
5395
5396 | @c src/vnet/unix/tap.api ||
5397 | ------- | ------- |
5398 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
5399
5400 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
5401 | ------- | ------- |
5402 | [79a05f54](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79a05f54) | VXLAN-GBP: use common types on the API |
5403 | [61b94c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61b94c6b) | vxlan-gbp: Add support for vxlan gbp |
5404
5405 | @c src/vpp/api/vpe.api ||
5406 | ------- | ------- |
5407 | [5d64c786](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d64c786) | thread: Add show threads api |
5408 | [ec11b13a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec11b13a) | Trivial: Cleanup some typos. |
5409
5410 | @c src/vpp/stats/stats.api ||
5411 | ------- | ------- |
5412 | [ec11b13a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec11b13a) | Trivial: Cleanup some typos. |
5413
5414 ### Notice of future API deprecation
5415 - bind_uri_reply
5416 - accept_session
5417 - accept_session_reply
5418 - disconnect_session_reply
5419 - reset_session
5420 - reset_session_reply
5421 - bind_sock_reply
5422 - connect_session_reply
5423
5424
5425 @page release_notes_1807 Release notes for VPP 18.07
5426
5427 More than 533 commits since the 18.04 release.
5428
5429 ## Features
5430
5431 ### Infrastructure
5432 - DPDK 18.02.1
5433   - Complete rework of the dpdk-input node
5434   - Display rx/tx burst function name in "show hardware detail"
5435   - Improve buffer alloc perfomance
5436       - This is ~50% improvement in buffer alloc performance.  For a 256 buffer allocation, it was ~10 clocks/buffer, now is < 5 clocks.
5437   - Add per-numa page allocation info to 'show memory'
5438   - Vectorized bihash_{48,40,24,16}_8 key compare
5439       - bihash_48_8 case:
5440           - Scalar code: 6 clocks
5441           - SSE4.2 code: 3 clocks
5442           - AVX2 code: 2.27 clocks
5443           - AVX512 code: 1.5 clocks
5444   - Pollable Stats
5445      - Stats are now available to a client in a shared memory segment and
5446        in the form of a directory, allowing very high performance polling
5447        of stats without directly querying VPP.
5448
5449 ### VNET & Plugins
5450 - IGMP improvements
5451   - Enable/Disable an interface for IGMP
5452   - improve logging
5453   - refactor common code
5454   - no orphaned timers
5455   - IGMP state changes in main thread only
5456   - Large groups split over multiple state-change reports
5457   - SSM range configuration API.
5458   - more tests
5459 - IP: vectorized IP checksum
5460 - VXLAN : HW offload RX flow
5461 - Rework kube-proxy into LB plugin and add NATA66
5462 - NAT:
5463     - Code refactor
5464     - Syslog
5465     - Multiple outside interfaces
5466     - Endpoint dependent filtering and mapping
5467 - ACL:
5468     - Tuple Merge algorithm cleanup and integration
5469     - Processing pipeline optimizations
5470     - Refactoring
5471 - Experimental AVF driver
5472
5473 ### Host stack
5474
5475 - Session: performance improvements, add support for connectionless transports, datagram reception and transmission
5476 - TCP: congestion control improvements and overall fixes
5477 - UDP: datagram mode
5478 - TLS async support
5479
5480
5481 ## Known issues
5482
5483 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
5484
5485 ## Issues fixed
5486
5487 For the full list of fixed issues please refer to:
5488 - fd.io [JIRA](https://jira.fd.io)
5489 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1807)
5490
5491 ## API changes
5492
5493 Description of results:
5494
5495 * _Definition changed_: indicates that the API file was modified between releases.
5496 * _Only in image_: indicates the API is new for this release.
5497 * _Only in file_: indicates the API has been removed in this release.
5498
5499                         Message Name                         Result
5500 abf_itf_attach_add_del                                       definition changed
5501 abf_itf_attach_details                                       only in image
5502 abf_itf_attach_dump                                          only in image
5503 abf_plugin_get_version                                       definition changed
5504 abf_policy_add_del                                           definition changed
5505 abf_policy_details                                           only in image
5506 abf_policy_dump                                              only in image
5507 af_packet_details                                            only in image
5508 af_packet_dump                                               only in image
5509 avf_create                                                   definition changed
5510 avf_delete                                                   definition changed
5511 bind_sock_reply                                              definition changed
5512 bind_uri_reply                                               definition changed
5513 dhcp6_client_enable_disable                                  definition changed
5514 dhcp6_clients_enable_disable                                 definition changed
5515 dhcp6_duid_ll_set                                            definition changed
5516 dhcp6_pd_client_enable_disable                               definition changed
5517 dhcp6_pd_reply_event                                         only in image
5518 dhcp6_pd_send_client_message                                 definition changed
5519 dhcp6_reply_event                                            only in image
5520 dhcp6_send_client_message                                    definition changed
5521 dhcp_client_config                                           definition changed
5522 dhcp_client_details                                          only in image
5523 dhcp_client_dump                                             only in image
5524 dhcp_compl_event                                             definition changed
5525 dslite_address_details                                       only in image
5526 dslite_address_dump                                          only in image
5527 gbp_endpoint_group_add_del                                   definition changed
5528 gbp_endpoint_group_details                                   only in image
5529 gbp_endpoint_group_dump                                      only in image
5530 gbp_recirc_add_del                                           definition changed
5531 gbp_recirc_details                                           only in image
5532 gbp_recirc_dump                                              only in image
5533 gbp_subnet_add_del                                           definition changed
5534 gbp_subnet_details                                           only in image
5535 gbp_subnet_dump                                              only in image
5536 hw_interface_set_mtu                                         definition changed
5537 igmp_details                                                 definition changed
5538 igmp_dump                                                    definition changed
5539 igmp_enable_disable                                          definition changed
5540 igmp_event                                                   definition changed
5541 igmp_group_prefix_details                                    only in image
5542 igmp_group_prefix_dump                                       only in image
5543 igmp_group_prefix_set                                        definition changed
5544 igmp_listen                                                  definition changed
5545 ikev2_profile_set_auth                                       definition changed
5546 ikev2_profile_set_id                                         definition changed
5547 ip6_add_del_address_using_prefix                             definition changed
5548 ip_mroute_add_del                                            definition changed
5549 ip_probe_neighbor                                            definition changed
5550 ip_scan_neighbor_enable_disable                              definition changed
5551 ip_unnumbered_details                                        only in image
5552 ip_unnumbered_dump                                           only in image
5553 ipip_6rd_add_tunnel                                          definition changed
5554 ipip_add_tunnel                                              definition changed
5555 ipip_tunnel_details                                          definition changed
5556 ipsec_sa_details                                             definition changed
5557 ipsec_sad_add_del_entry                                      definition changed
5558 ipsec_tunnel_if_add_del                                      definition changed
5559 kp_add_del_pod                                               definition changed
5560 kp_add_del_vip                                               definition changed
5561 kp_conf                                                      definition changed
5562 lb_add_del_vip                                               definition changed
5563 mactime_add_del                                              definition changed
5564 mactime_enable                                               definition changed
5565 memclnt_create                                               definition changed
5566 memclnt_create_reply                                         definition changed
5567 memfd_segment_create                                         definition changed
5568 nat44_add_del_lb_static_mapping                              definition changed
5569 nat44_add_del_static_mapping                                 definition changed
5570 nat44_del_session                                            definition changed
5571 nat44_lb_static_mapping_details                              definition changed
5572 nat44_static_mapping_details                                 definition changed
5573 nat44_user_session_details                                   definition changed
5574 pipe_create                                                  definition changed
5575 pipe_delete                                                  definition changed
5576 pipe_details                                                 only in image
5577 pipe_dump                                                    only in image
5578 pot_profile_activate                                         definition changed
5579 pot_profile_add                                              definition changed
5580 pot_profile_del                                              definition changed
5581 proxy_arp_add_del                                            definition changed
5582 proxy_arp_details                                            only in image
5583 proxy_arp_dump                                               only in image
5584 proxy_arp_intfc_details                                      only in image
5585 proxy_arp_intfc_dump                                         only in image
5586 sock_init_shm_reply                                          definition changed
5587 sockclnt_create                                              definition changed
5588 sockclnt_create_reply                                        definition changed
5589 sr_localsid_add_del                                          definition changed
5590 sr_localsids_details                                         definition changed
5591 sr_policies_details                                          only in image
5592 sr_policies_dump                                             only in image
5593 sr_policy_add                                                definition changed
5594 sr_policy_del                                                definition changed
5595 sr_policy_mod                                                definition changed
5596 sr_steering_pol_details                                      only in image
5597 sr_steering_pol_dump                                         only in image
5598 sw_interface_details                                         definition changed
5599 sw_interface_set_mtu                                         definition changed
5600 tap_create_v2                                                definition changed
5601 vnet_bier_neighbor_counters                                  only in image
5602 vnet_get_summary_stats_reply                                 definition changed
5603 vxlan_offload_rx                                             definition changed
5604 want_bier_neighbor_stats                                     definition changed
5605 want_dhcp6_pd_reply_events                                   definition changed
5606 want_dhcp6_reply_events                                      definition changed
5607 Found 107 api message signature differences
5608
5609 ### Patches that changed API definitions
5610
5611 | @c src/plugins/ioam/lib-pot/pot.api ||
5612 | ------- | ------- |
5613 | [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
5614
5615 | @c src/plugins/gbp/gbp.api ||
5616 | ------- | ------- |
5617 | [25b0494](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25b0494) | GBP V2 |
5618
5619 | @c src/plugins/map/map.api ||
5620 | ------- | ------- |
5621 | [381e9a9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=381e9a9) | MAP: Move MAP-E/T to a plugin. |
5622
5623 | @c src/plugins/igmp/igmp.api ||
5624 | ------- | ------- |
5625 | [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
5626
5627 | @c src/plugins/lb/lb.api ||
5628 | ------- | ------- |
5629 | [d92a0b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d92a0b5) | Rework kube-proxy into LB plugin |
5630
5631 | @c src/plugins/nat/nat.api ||
5632 | ------- | ------- |
5633 | [70a26ac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=70a26ac) | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) |
5634 | [ebdf190](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ebdf190) | NAT44: TCP connection close detection (VPP-1266) |
5635 | [1e5c07d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e5c07d) | Add special Twice-NAT feature (VPP-1221) |
5636 | [16aa7f8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=16aa7f8) | DSLite: Implement new API call DSLITE_ADDRESS_DUMP. |
5637
5638 | @c src/plugins/avf/avf.api ||
5639 | ------- | ------- |
5640 | [258a189](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=258a189) | avf: api fix |
5641 | [6c9b964](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6c9b964) | avf: binary API and configurable RX/TX queue size |
5642
5643 | @c src/plugins/mactime/mactime.api ||
5644 | ------- | ------- |
5645 | [7055e26](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7055e26) | Driver level time-based src mac filter |
5646
5647 | @c src/plugins/abf/abf.api ||
5648 | ------- | ------- |
5649 | [669d07d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=669d07d) | ACL based forwarding |
5650
5651 | @c src/vlibmemory/memclnt.api ||
5652 | ------- | ------- |
5653 | [dab732a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dab732a) | VPP-1335 vapi crash when memclnt_keepalive received |
5654 | [7895872](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7895872) | Remove the historical memfd api segment bootstrap |
5655
5656 | @c src/vpp/stats/stats.api ||
5657 | ------- | ------- |
5658 | [a21a367](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a21a367) | VPP-1324 SIGSEGV vl_msg_api_handler_with_vm_node() |
5659 | [586479a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=586479a) | BIER neighbor stats |
5660 | [e906aac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e906aac) | STATS: Separate socket for fd exchange. |
5661 | [048a4e5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=048a4e5) | export counters in a memfd segment |
5662
5663 | @c src/vnet/interface.api ||
5664 | ------- | ------- |
5665 | [d723161](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d723161) | MTU: Software interface / Per-protocol MTU support |
5666 | [fe7d4a2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fe7d4a2) | Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" |
5667 | [70083ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=70083ee) | MTU: Setting of MTU on software interface (instead of hardware interface) |
5668
5669 | @c src/vnet/ipfix-export/ipfix_export.api ||
5670 | ------- | ------- |
5671 | [a9855ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a9855ef) | Flow: Rename IPFIX exporter. |
5672
5673 | @c src/vnet/dhcp/dhcp6_pd_client_cp.api ||
5674 | ------- | ------- |
5675 | [81119e8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=81119e8) | Implement DHCPv6 PD client (VPP-718, VPP-1050) |
5676
5677 | @c src/vnet/dhcp/dhcp.api ||
5678 | ------- | ------- |
5679 | [dd3b8f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd3b8f7) | Implement DHCPv6 IA NA client (VPP-1094) |
5680 | [d9778c2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d9778c2) | Update DHCPv6 DUID code and fix coverity warnings |
5681 | [81119e8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=81119e8) | Implement DHCPv6 PD client (VPP-718, VPP-1050) |
5682 | [daff178](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=daff178) | DHCP Client Dump |
5683
5684 | @c src/vnet/dhcp/dhcp6_ia_na_client_cp.api ||
5685 | ------- | ------- |
5686 | [dd3b8f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd3b8f7) | Implement DHCPv6 IA NA client (VPP-1094) |
5687
5688 | @c src/vnet/ip/ip.api ||
5689 | ------- | ------- |
5690 | [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
5691 | [7eaaf74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7eaaf74) | proxy_arp: remove unused is_add |
5692 | [0053de6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0053de6) | ARP proxy dumps |
5693 | [9e2f915](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9e2f915) | IP unnumbered dump |
5694 | [7f358b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7f358b3) | Periodic scan and probe of IP neighbors to maintain neighbor pools |
5695 | [e821ab1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e821ab1) | IP mcast: allow unicast address as a next-hop |
5696 | [c7b4304](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c7b4304) | Implement ip_probe_neighbor API |
5697
5698 | @c src/vnet/ip/ip_types.api ||
5699 | ------- | ------- |
5700 | [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
5701 | [2c2feab](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c2feab) | VPPAPIGEN: Add union and enum support and IP4/IP6 address type. |
5702
5703 | @c src/vnet/devices/af_packet/af_packet.api ||
5704 | ------- | ------- |
5705 | [04e0bb2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=04e0bb2) | af_packet: Add support for dump interfaces |
5706
5707 | @c src/vnet/devices/tap/tapv2.api ||
5708 | ------- | ------- |
5709 | [d600ffe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d600ffe) | Update tapv2 documentation |
5710 | [0b06111](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0b06111) | VPP-1305: Add support for tags |
5711
5712 | @c src/vnet/devices/pipe/pipe.api ||
5713 | ------- | ------- |
5714 | [ee8b973](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee8b973) | VOM: support for pipes |
5715 | [17ff3c1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17ff3c1) | Pipes |
5716
5717 | @c src/vnet/ipip/ipip.api ||
5718 | ------- | ------- |
5719 | [d57f636](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d57f636) | VPP-1277: IPIP - Copy TOS/TC from inner packet to outer. |
5720
5721 | @c src/vnet/session/session.api ||
5722 | ------- | ------- |
5723 | [7fb0fe1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7fb0fe1) | udp/session: refactor to support dgram mode |
5724
5725 | @c src/vnet/ipsec/ipsec.api ||
5726 | ------- | ------- |
5727 | [4b089f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b089f2) | ipsec: support UDP encap/decap for NAT traversal |
5728 | [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
5729 | [8e1039a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e1039a) | Allow an IPsec tunnel interface to be renumbered |
5730
5731 | @c src/vnet/vxlan/vxlan.api ||
5732 | ------- | ------- |
5733 | [af86a48](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=af86a48) | vxlan:offload RX flow |
5734
5735 | @c src/vnet/srv6/sr.api ||
5736 | ------- | ------- |
5737 | [3337bd2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3337bd2) | Fixed bugs in SRv6 API |
5738 | [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
5739
5740
5741
5742 @page release_notes_1804 Release notes for VPP 18.04
5743
5744 More than 570 commits since the 18.01 release.
5745
5746 ## Features
5747
5748 ### Infrastructure
5749 - DPDK 18.02.1
5750 - ARM aarch64 integrated into CI
5751
5752 ### VNET & Plugins
5753 - ERSPAN
5754 - L3DSR load balancing support
5755 - VPC bonding / LACP
5756 - IPv4/IPv6 packet reassembly
5757 - IPv6 link-local support
5758 - Asymmetrical static NAT
5759 - 464XLAT for NAT44
5760 - MAP-T CE support
5761 - Intel Adaptive Virtual Function native device driver plugin
5762 - Marvell device plugin
5763 - SRv6 static, dynamic and masquerading proxy plugins
5764 - MPLS Uniform mode
5765 - IGMP plugin
5766 - IPIP tunnel support (IPv4/IPv6 over IPv4/IPv6)
5767 - IPv6 Router Discovery mechanism
5768
5769 ### VLIB
5770 - ARM-optimized library variations for key functions
5771 - Better handling of physmem on non-NUMA kernels
5772
5773 ### Host stack
5774 - TLS support via OpenSSL or mbedtls software engines
5775 - Session layer can utilize both shm and memfd (secure) FIFO segments
5776 - STCP
5777 - VCL logging / tracing
5778
5779 ### API framework
5780 - New API definition compiler (vppapigen)
5781 - Memory (shm) and socket APIs refactored
5782 - API handlers refactored to make them transport (shared memory or socket)
5783     agnostic
5784 - Improved support for bootstrapping of the shm API with memfd segments
5785     over the socket API
5786
5787 ### Packaging
5788 - SELinux for RPM builds
5789 - Debuginfo RPMs
5790 - ARM aarch64 for Ubuntu
5791
5792 ## Known issues
5793
5794 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
5795
5796 ## Issues fixed
5797
5798 For the full list of fixed issues please refer to:
5799 - fd.io [JIRA](https://jira.fd.io)
5800 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1804)
5801
5802 ## API changes
5803
5804 Description of results:
5805
5806 * _Definition changed_: indicates that the API file was modified between releases.
5807 * _Only in image_: indicates the API is new for this release.
5808 * _Only in file_: indicates the API has been removed in this release.
5809
5810 Message Name                                                 | Results
5811 ------------------------------------------------------------ | ----------------
5812 accept_session                                               | definition changed
5813 accept_session_reply                                         | definition changed
5814 acl_add_replace                                              | definition changed
5815 acl_add_replace_reply                                        | definition changed
5816 acl_del                                                      | definition changed
5817 acl_del_reply                                                | definition changed
5818 acl_details                                                  | definition changed
5819 acl_dump                                                     | definition changed
5820 acl_interface_add_del                                        | definition changed
5821 acl_interface_add_del_reply                                  | definition changed
5822 acl_interface_etype_whitelist_details                        | only in image
5823 acl_interface_etype_whitelist_dump                           | only in image
5824 acl_interface_list_details                                   | definition changed
5825 acl_interface_list_dump                                      | definition changed
5826 acl_interface_set_acl_list                                   | definition changed
5827 acl_interface_set_acl_list_reply                             | definition changed
5828 acl_interface_set_etype_whitelist                            | definition changed
5829 acl_plugin_control_ping                                      | definition changed
5830 acl_plugin_control_ping_reply                                | definition changed
5831 acl_plugin_get_version                                       | definition changed
5832 acl_plugin_get_version_reply                                 | definition changed
5833 add_node_next                                                | definition changed
5834 add_node_next_reply                                          | definition changed
5835 af_packet_create                                             | definition changed
5836 af_packet_create_reply                                       | definition changed
5837 af_packet_delete                                             | definition changed
5838 af_packet_delete_reply                                       | definition changed
5839 af_packet_set_l4_cksum_offload                               | definition changed
5840 af_packet_set_l4_cksum_offload_reply                         | definition changed
5841 api_versions                                                 | definition changed
5842 api_versions_reply                                           | definition changed
5843 app_namespace_add_del                                        | definition changed
5844 app_namespace_add_del_reply                                  | definition changed
5845 application_attach                                           | definition changed
5846 application_attach_reply                                     | definition changed
5847 application_detach                                           | definition changed
5848 application_detach_reply                                     | definition changed
5849 application_tls_cert_add                                     | definition changed
5850 application_tls_key_add                                      | definition changed
5851 bd_ip_mac_add_del                                            | definition changed
5852 bd_ip_mac_add_del_reply                                      | definition changed
5853 bfd_auth_del_key                                             | definition changed
5854 bfd_auth_del_key_reply                                       | definition changed
5855 bfd_auth_keys_details                                        | definition changed
5856 bfd_auth_keys_dump                                           | definition changed
5857 bfd_auth_set_key                                             | definition changed
5858 bfd_auth_set_key_reply                                       | definition changed
5859 bfd_udp_add                                                  | definition changed
5860 bfd_udp_add_reply                                            | definition changed
5861 bfd_udp_auth_activate                                        | definition changed
5862 bfd_udp_auth_activate_reply                                  | definition changed
5863 bfd_udp_auth_deactivate                                      | definition changed
5864 bfd_udp_auth_deactivate_reply                                | definition changed
5865 bfd_udp_del                                                  | definition changed
5866 bfd_udp_del_echo_source                                      | definition changed
5867 bfd_udp_del_echo_source_reply                                | definition changed
5868 bfd_udp_del_reply                                            | definition changed
5869 bfd_udp_mod                                                  | definition changed
5870 bfd_udp_mod_reply                                            | definition changed
5871 bfd_udp_session_details                                      | definition changed
5872 bfd_udp_session_dump                                         | definition changed
5873 bfd_udp_session_set_flags                                    | definition changed
5874 bfd_udp_session_set_flags_reply                              | definition changed
5875 bfd_udp_set_echo_source                                      | definition changed
5876 bfd_udp_set_echo_source_reply                                | definition changed
5877 bier_disp_entry_add_del                                      | definition changed
5878 bier_disp_entry_add_del_reply                                | definition changed
5879 bier_disp_entry_details                                      | definition changed
5880 bier_disp_entry_dump                                         | definition changed
5881 bier_disp_table_add_del                                      | definition changed
5882 bier_disp_table_add_del_reply                                | definition changed
5883 bier_disp_table_details                                      | definition changed
5884 bier_disp_table_dump                                         | definition changed
5885 bier_imp_add                                                 | definition changed
5886 bier_imp_add_reply                                           | definition changed
5887 bier_imp_del                                                 | definition changed
5888 bier_imp_del_reply                                           | definition changed
5889 bier_imp_details                                             | definition changed
5890 bier_imp_dump                                                | definition changed
5891 bier_route_add_del                                           | definition changed
5892 bier_route_add_del_reply                                     | definition changed
5893 bier_route_details                                           | definition changed
5894 bier_route_dump                                              | definition changed
5895 bier_table_add_del                                           | definition changed
5896 bier_table_add_del_reply                                     | definition changed
5897 bier_table_details                                           | definition changed
5898 bier_table_dump                                              | definition changed
5899 bind_sock                                                    | definition changed
5900 bind_sock_reply                                              | definition changed
5901 bind_uri                                                     | definition changed
5902 bind_uri_reply                                               | definition changed
5903 bond_create                                                  | definition changed
5904 bond_delete                                                  | definition changed
5905 bond_detach_slave                                            | definition changed
5906 bond_enslave                                                 | definition changed
5907 bridge_domain_add_del                                        | definition changed
5908 bridge_domain_add_del_reply                                  | definition changed
5909 bridge_domain_details                                        | definition changed
5910 bridge_domain_dump                                           | definition changed
5911 bridge_domain_set_mac_age                                    | definition changed
5912 bridge_domain_set_mac_age_reply                              | definition changed
5913 bridge_flags                                                 | definition changed
5914 bridge_flags_reply                                           | definition changed
5915 cdp_enable                                                   | definition changed
5916 classify_add_del_session                                     | definition changed
5917 classify_add_del_session_reply                               | definition changed
5918 classify_add_del_table                                       | definition changed
5919 classify_add_del_table_reply                                 | definition changed
5920 classify_session_details                                     | definition changed
5921 classify_session_dump                                        | definition changed
5922 classify_set_interface_ip_table                              | definition changed
5923 classify_set_interface_ip_table_reply                        | definition changed
5924 classify_set_interface_l2_tables                             | definition changed
5925 classify_set_interface_l2_tables_reply                       | definition changed
5926 classify_table_by_interface                                  | definition changed
5927 classify_table_by_interface_reply                            | definition changed
5928 classify_table_ids                                           | definition changed
5929 classify_table_ids_reply                                     | definition changed
5930 classify_table_info                                          | definition changed
5931 classify_table_info_reply                                    | definition changed
5932 cli                                                          | definition changed
5933 cli_inband                                                   | definition changed
5934 cli_inband_reply                                             | definition changed
5935 cli_reply                                                    | definition changed
5936 collect_detailed_interface_stats                             | definition changed
5937 connect_session                                              | definition changed
5938 connect_session_reply                                        | definition changed
5939 connect_sock                                                 | definition changed
5940 connect_sock_reply                                           | definition changed
5941 connect_uri                                                  | definition changed
5942 connect_uri_reply                                            | definition changed
5943 control_ping                                                 | definition changed
5944 control_ping_reply                                           | definition changed
5945 cop_interface_enable_disable                                 | definition changed
5946 cop_interface_enable_disable_reply                           | definition changed
5947 cop_whitelist_enable_disable                                 | definition changed
5948 cop_whitelist_enable_disable_reply                           | definition changed
5949 create_loopback                                              | definition changed
5950 create_loopback_instance                                     | definition changed
5951 create_loopback_instance_reply                               | definition changed
5952 create_loopback_reply                                        | definition changed
5953 create_subif                                                 | definition changed
5954 create_subif_reply                                           | definition changed
5955 create_vhost_user_if                                         | definition changed
5956 create_vhost_user_if_reply                                   | definition changed
5957 create_vlan_subif                                            | definition changed
5958 create_vlan_subif_reply                                      | definition changed
5959 delete_loopback                                              | definition changed
5960 delete_loopback_reply                                        | definition changed
5961 delete_subif                                                 | definition changed
5962 delete_subif_reply                                           | definition changed
5963 delete_vhost_user_if                                         | definition changed
5964 delete_vhost_user_if_reply                                   | definition changed
5965 dhcp_client_config                                           | definition changed
5966 dhcp_client_config_reply                                     | definition changed
5967 dhcp_compl_event                                             | definition changed
5968 dhcp_proxy_config                                            | definition changed
5969 dhcp_proxy_config_reply                                      | definition changed
5970 dhcp_proxy_details                                           | definition changed
5971 dhcp_proxy_dump                                              | definition changed
5972 dhcp_proxy_set_vss                                           | definition changed
5973 dhcp_proxy_set_vss_reply                                     | definition changed
5974 disconnect_session                                           | definition changed
5975 disconnect_session_reply                                     | definition changed
5976 dns_enable_disable                                           | definition changed
5977 dns_enable_disable_reply                                     | definition changed
5978 dns_name_server_add_del                                      | definition changed
5979 dns_name_server_add_del_reply                                | definition changed
5980 dns_resolve_ip                                               | definition changed
5981 dns_resolve_ip_reply                                         | definition changed
5982 dns_resolve_name                                             | definition changed
5983 dns_resolve_name_reply                                       | definition changed
5984 dslite_add_del_pool_addr_range                               | definition changed
5985 dslite_add_del_pool_addr_range_reply                         | definition changed
5986 dslite_get_aftr_addr                                         | definition changed
5987 dslite_get_b4_addr                                           | definition changed
5988 dslite_set_aftr_addr                                         | definition changed
5989 dslite_set_aftr_addr_reply                                   | definition changed
5990 dslite_set_b4_addr                                           | definition changed
5991 feature_enable_disable                                       | definition changed
5992 feature_enable_disable_reply                                 | definition changed
5993 flow_classify_details                                        | definition changed
5994 flow_classify_dump                                           | definition changed
5995 flow_classify_set_interface                                  | definition changed
5996 flow_classify_set_interface_reply                            | definition changed
5997 flowprobe_params                                             | definition changed
5998 flowprobe_params_reply                                       | definition changed
5999 flowprobe_tx_interface_add_del                               | definition changed
6000 flowprobe_tx_interface_add_del_reply                         | definition changed
6001 gbp_contract_add_del                                         | definition changed
6002 gbp_contract_details                                         | only in image
6003 gbp_contract_dump                                            | only in image
6004 gbp_endpoint_add_del                                         | definition changed
6005 gbp_endpoint_details                                         | only in image
6006 gbp_endpoint_dump                                            | only in image
6007 geneve_add_del_tunnel                                        | definition changed
6008 geneve_add_del_tunnel_reply                                  | definition changed
6009 geneve_tunnel_details                                        | definition changed
6010 geneve_tunnel_dump                                           | definition changed
6011 get_first_msg_id                                             | definition changed
6012 get_first_msg_id_reply                                       | definition changed
6013 get_next_index                                               | definition changed
6014 get_next_index_reply                                         | definition changed
6015 get_node_graph                                               | definition changed
6016 get_node_graph_reply                                         | definition changed
6017 get_node_index                                               | definition changed
6018 get_node_index_reply                                         | definition changed
6019 gpe_add_del_fwd_entry                                        | definition changed
6020 gpe_add_del_fwd_entry_reply                                  | definition changed
6021 gpe_add_del_iface                                            | definition changed
6022 gpe_add_del_iface_reply                                      | definition changed
6023 gpe_add_del_native_fwd_rpath                                 | definition changed
6024 gpe_add_del_native_fwd_rpath_reply                           | definition changed
6025 gpe_enable_disable                                           | definition changed
6026 gpe_enable_disable_reply                                     | definition changed
6027 gpe_fwd_entries_get                                          | definition changed
6028 gpe_fwd_entries_get_reply                                    | definition changed
6029 gpe_fwd_entry_path_details                                   | definition changed
6030 gpe_fwd_entry_path_dump                                      | definition changed
6031 gpe_fwd_entry_vnis_get                                       | definition changed
6032 gpe_fwd_entry_vnis_get_reply                                 | definition changed
6033 gpe_get_encap_mode                                           | definition changed
6034 gpe_get_encap_mode_reply                                     | definition changed
6035 gpe_native_fwd_rpaths_get                                    | definition changed
6036 gpe_native_fwd_rpaths_get_reply                              | definition changed
6037 gpe_set_encap_mode                                           | definition changed
6038 gpe_set_encap_mode_reply                                     | definition changed
6039 gre_add_del_tunnel                                           | definition changed
6040 gre_add_del_tunnel_reply                                     | definition changed
6041 gre_tunnel_details                                           | definition changed
6042 gre_tunnel_dump                                              | definition changed
6043 gtpu_add_del_tunnel                                          | definition changed
6044 gtpu_add_del_tunnel_reply                                    | definition changed
6045 gtpu_tunnel_details                                          | definition changed
6046 gtpu_tunnel_dump                                             | definition changed
6047 igmp_clear_interface                                         | definition changed
6048 igmp_details                                                 | only in image
6049 igmp_dump                                                    | only in image
6050 igmp_enable_disable                                          | definition changed
6051 igmp_event                                                   | only in image
6052 igmp_listen                                                  | definition changed
6053 ikev2_initiate_del_child_sa                                  | definition changed
6054 ikev2_initiate_del_child_sa_reply                            | definition changed
6055 ikev2_initiate_del_ike_sa                                    | definition changed
6056 ikev2_initiate_del_ike_sa_reply                              | definition changed
6057 ikev2_initiate_rekey_child_sa                                | definition changed
6058 ikev2_initiate_rekey_child_sa_reply                          | definition changed
6059 ikev2_initiate_sa_init                                       | definition changed
6060 ikev2_initiate_sa_init_reply                                 | definition changed
6061 ikev2_profile_add_del                                        | definition changed
6062 ikev2_profile_add_del_reply                                  | definition changed
6063 ikev2_profile_set_auth                                       | definition changed
6064 ikev2_profile_set_auth_reply                                 | definition changed
6065 ikev2_profile_set_id                                         | definition changed
6066 ikev2_profile_set_id_reply                                   | definition changed
6067 ikev2_profile_set_ts                                         | definition changed
6068 ikev2_profile_set_ts_reply                                   | definition changed
6069 ikev2_set_esp_transforms                                     | definition changed
6070 ikev2_set_esp_transforms_reply                               | definition changed
6071 ikev2_set_ike_transforms                                     | definition changed
6072 ikev2_set_ike_transforms_reply                               | definition changed
6073 ikev2_set_local_key                                          | definition changed
6074 ikev2_set_local_key_reply                                    | definition changed
6075 ikev2_set_responder                                          | definition changed
6076 ikev2_set_responder_reply                                    | definition changed
6077 ikev2_set_sa_lifetime                                        | definition changed
6078 ikev2_set_sa_lifetime_reply                                  | definition changed
6079 input_acl_set_interface                                      | definition changed
6080 input_acl_set_interface_reply                                | definition changed
6081 interface_name_renumber                                      | definition changed
6082 interface_name_renumber_reply                                | definition changed
6083 ioam_cache_ip6_enable_disable                                | definition changed
6084 ioam_cache_ip6_enable_disable_reply                          | definition changed
6085 ioam_disable                                                 | definition changed
6086 ioam_disable_reply                                           | definition changed
6087 ioam_enable                                                  | definition changed
6088 ioam_enable_reply                                            | definition changed
6089 ioam_export_ip6_enable_disable                               | definition changed
6090 ioam_export_ip6_enable_disable_reply                         | definition changed
6091 ip4_arp_event                                                | definition changed
6092 ip6_fib_details                                              | definition changed
6093 ip6_fib_dump                                                 | definition changed
6094 ip6_mfib_details                                             | definition changed
6095 ip6_mfib_dump                                                | definition changed
6096 ip6_nd_address_autoconfig                                    | definition changed
6097 ip6_nd_event                                                 | definition changed
6098 ip6_ra_event                                                 | only in image
6099 ip6nd_proxy_add_del                                          | definition changed
6100 ip6nd_proxy_add_del_reply                                    | definition changed
6101 ip6nd_proxy_details                                          | definition changed
6102 ip6nd_proxy_dump                                             | definition changed
6103 ip6nd_send_router_solicitation                               | definition changed
6104 ip_add_del_route                                             | definition changed
6105 ip_add_del_route_reply                                       | definition changed
6106 ip_address_details                                           | definition changed
6107 ip_address_dump                                              | definition changed
6108 ip_container_proxy_add_del                                   | definition changed
6109 ip_container_proxy_add_del_reply                             | definition changed
6110 ip_details                                                   | definition changed
6111 ip_dump                                                      | definition changed
6112 ip_fib_details                                               | definition changed
6113 ip_fib_dump                                                  | definition changed
6114 ip_mfib_details                                              | definition changed
6115 ip_mfib_dump                                                 | definition changed
6116 ip_mroute_add_del                                            | definition changed
6117 ip_mroute_add_del_reply                                      | definition changed
6118 ip_neighbor_add_del                                          | definition changed
6119 ip_neighbor_add_del_reply                                    | definition changed
6120 ip_neighbor_details                                          | definition changed
6121 ip_neighbor_dump                                             | definition changed
6122 ip_punt_police                                               | definition changed
6123 ip_punt_police_reply                                         | definition changed
6124 ip_punt_redirect                                             | definition changed
6125 ip_punt_redirect_reply                                       | definition changed
6126 ip_reassembly_enable_disable                                 | definition changed
6127 ip_reassembly_get                                            | definition changed
6128 ip_reassembly_set                                            | definition changed
6129 ip_source_and_port_range_check_add_del                       | definition changed
6130 ip_source_and_port_range_check_add_del_reply                 | definition changed
6131 ip_source_and_port_range_check_interface_add_del             | definition changed
6132 ip_source_and_port_range_check_interface_add_del_reply       | definition changed
6133 ip_table_add_del                                             | definition changed
6134 ip_table_add_del_reply                                       | definition changed
6135 ipfix_classify_stream_details                                | definition changed
6136 ipfix_classify_stream_dump                                   | definition changed
6137 ipfix_classify_table_add_del                                 | definition changed
6138 ipfix_classify_table_add_del_reply                           | definition changed
6139 ipfix_classify_table_details                                 | definition changed
6140 ipfix_classify_table_dump                                    | definition changed
6141 ipfix_exporter_details                                       | definition changed
6142 ipfix_exporter_dump                                          | definition changed
6143 ipip_6rd_add_tunnel                                          | definition changed
6144 ipip_6rd_del_tunnel                                          | definition changed
6145 ipip_add_tunnel                                              | definition changed
6146 ipip_del_tunnel                                              | definition changed
6147 ipip_tunnel_details                                          | only in image
6148 ipip_tunnel_dump                                             | only in image
6149 ipsec_gre_add_del_tunnel                                     | definition changed
6150 ipsec_gre_add_del_tunnel_reply                               | definition changed
6151 ipsec_gre_tunnel_details                                     | definition changed
6152 ipsec_gre_tunnel_dump                                        | definition changed
6153 ipsec_interface_add_del_spd                                  | definition changed
6154 ipsec_interface_add_del_spd_reply                            | definition changed
6155 ipsec_sa_details                                             | definition changed
6156 ipsec_sa_dump                                                | definition changed
6157 ipsec_sa_set_key                                             | definition changed
6158 ipsec_sa_set_key_reply                                       | definition changed
6159 ipsec_sad_add_del_entry                                      | definition changed
6160 ipsec_sad_add_del_entry_reply                                | definition changed
6161 ipsec_spd_add_del                                            | definition changed
6162 ipsec_spd_add_del_entry                                      | definition changed
6163 ipsec_spd_add_del_entry_reply                                | definition changed
6164 ipsec_spd_add_del_reply                                      | definition changed
6165 ipsec_spd_details                                            | definition changed
6166 ipsec_spd_dump                                               | definition changed
6167 ipsec_tunnel_if_add_del                                      | definition changed
6168 ipsec_tunnel_if_add_del_reply                                | definition changed
6169 ipsec_tunnel_if_set_key                                      | definition changed
6170 ipsec_tunnel_if_set_key_reply                                | definition changed
6171 ipsec_tunnel_if_set_sa                                       | definition changed
6172 ipsec_tunnel_if_set_sa_reply                                 | definition changed
6173 kp_add_del_pod                                               | definition changed
6174 kp_add_del_pod_reply                                         | definition changed
6175 kp_add_del_vip                                               | definition changed
6176 kp_add_del_vip_reply                                         | definition changed
6177 kp_conf                                                      | definition changed
6178 kp_conf_reply                                                | definition changed
6179 l2_emulation                                                 | definition changed
6180 l2_emulation_reply                                           | definition changed
6181 l2_fib_clear_table                                           | definition changed
6182 l2_fib_clear_table_reply                                     | definition changed
6183 l2_fib_table_details                                         | definition changed
6184 l2_fib_table_dump                                            | definition changed
6185 l2_flags                                                     | definition changed
6186 l2_flags_reply                                               | definition changed
6187 l2_interface_efp_filter                                      | definition changed
6188 l2_interface_efp_filter_reply                                | definition changed
6189 l2_interface_pbb_tag_rewrite                                 | definition changed
6190 l2_interface_pbb_tag_rewrite_reply                           | definition changed
6191 l2_interface_vlan_tag_rewrite                                | definition changed
6192 l2_interface_vlan_tag_rewrite_reply                          | definition changed
6193 l2_macs_event                                                | definition changed
6194 l2_patch_add_del                                             | definition changed
6195 l2_patch_add_del_reply                                       | definition changed
6196 l2_xconnect_details                                          | definition changed
6197 l2_xconnect_dump                                             | definition changed
6198 l2fib_add_del                                                | definition changed
6199 l2fib_add_del_reply                                          | definition changed
6200 l2fib_flush_all                                              | definition changed
6201 l2fib_flush_all_reply                                        | definition changed
6202 l2fib_flush_bd                                               | definition changed
6203 l2fib_flush_bd_reply                                         | definition changed
6204 l2fib_flush_int                                              | definition changed
6205 l2fib_flush_int_reply                                        | definition changed
6206 l2tpv3_create_tunnel                                         | definition changed
6207 l2tpv3_create_tunnel_reply                                   | definition changed
6208 l2tpv3_interface_enable_disable                              | definition changed
6209 l2tpv3_interface_enable_disable_reply                        | definition changed
6210 l2tpv3_set_lookup_key                                        | definition changed
6211 l2tpv3_set_lookup_key_reply                                  | definition changed
6212 l2tpv3_set_tunnel_cookies                                    | definition changed
6213 l2tpv3_set_tunnel_cookies_reply                              | definition changed
6214 lb_add_del_as                                                | definition changed
6215 lb_add_del_as_reply                                          | definition changed
6216 lb_add_del_vip                                               | definition changed
6217 lb_add_del_vip_reply                                         | definition changed
6218 lb_conf                                                      | definition changed
6219 lb_conf_reply                                                | definition changed
6220 lisp_add_del_adjacency                                       | definition changed
6221 lisp_add_del_adjacency_reply                                 | definition changed
6222 lisp_add_del_local_eid                                       | definition changed
6223 lisp_add_del_local_eid_reply                                 | definition changed
6224 lisp_add_del_locator                                         | definition changed
6225 lisp_add_del_locator_reply                                   | definition changed
6226 lisp_add_del_locator_set                                     | definition changed
6227 lisp_add_del_locator_set_reply                               | definition changed
6228 lisp_add_del_map_request_itr_rlocs                           | definition changed
6229 lisp_add_del_map_request_itr_rlocs_reply                     | definition changed
6230 lisp_add_del_map_resolver                                    | definition changed
6231 lisp_add_del_map_resolver_reply                              | definition changed
6232 lisp_add_del_map_server                                      | definition changed
6233 lisp_add_del_map_server_reply                                | definition changed
6234 lisp_add_del_remote_mapping                                  | definition changed
6235 lisp_add_del_remote_mapping_reply                            | definition changed
6236 lisp_adjacencies_get                                         | definition changed
6237 lisp_adjacencies_get_reply                                   | definition changed
6238 lisp_eid_table_add_del_map                                   | definition changed
6239 lisp_eid_table_add_del_map_reply                             | definition changed
6240 lisp_eid_table_details                                       | definition changed
6241 lisp_eid_table_dump                                          | definition changed
6242 lisp_eid_table_map_details                                   | definition changed
6243 lisp_eid_table_map_dump                                      | definition changed
6244 lisp_eid_table_vni_details                                   | definition changed
6245 lisp_eid_table_vni_dump                                      | definition changed
6246 lisp_enable_disable                                          | definition changed
6247 lisp_enable_disable_reply                                    | definition changed
6248 lisp_get_map_request_itr_rlocs                               | definition changed
6249 lisp_get_map_request_itr_rlocs_reply                         | definition changed
6250 lisp_locator_details                                         | definition changed
6251 lisp_locator_dump                                            | definition changed
6252 lisp_locator_set_details                                     | definition changed
6253 lisp_locator_set_dump                                        | definition changed
6254 lisp_map_register_enable_disable                             | definition changed
6255 lisp_map_register_enable_disable_reply                       | definition changed
6256 lisp_map_request_mode                                        | definition changed
6257 lisp_map_request_mode_reply                                  | definition changed
6258 lisp_map_resolver_details                                    | definition changed
6259 lisp_map_resolver_dump                                       | definition changed
6260 lisp_map_server_details                                      | definition changed
6261 lisp_map_server_dump                                         | definition changed
6262 lisp_pitr_set_locator_set                                    | definition changed
6263 lisp_pitr_set_locator_set_reply                              | definition changed
6264 lisp_rloc_probe_enable_disable                               | definition changed
6265 lisp_rloc_probe_enable_disable_reply                         | definition changed
6266 lisp_use_petr                                                | definition changed
6267 lisp_use_petr_reply                                          | definition changed
6268 lldp_config                                                  | definition changed
6269 lldp_config_reply                                            | definition changed
6270 macip_acl_add                                                | definition changed
6271 macip_acl_add_replace                                        | definition changed
6272 macip_acl_add_replace_reply                                  | definition changed
6273 macip_acl_add_reply                                          | definition changed
6274 macip_acl_del                                                | definition changed
6275 macip_acl_del_reply                                          | definition changed
6276 macip_acl_details                                            | definition changed
6277 macip_acl_dump                                               | definition changed
6278 macip_acl_interface_add_del                                  | definition changed
6279 macip_acl_interface_add_del_reply                            | definition changed
6280 macip_acl_interface_get                                      | definition changed
6281 macip_acl_interface_get_reply                                | definition changed
6282 macip_acl_interface_list_details                             | definition changed
6283 macip_acl_interface_list_dump                                | definition changed
6284 map_add_del_rule                                             | definition changed
6285 map_add_del_rule_reply                                       | definition changed
6286 map_add_domain                                               | definition changed
6287 map_add_domain_reply                                         | definition changed
6288 map_another_segment                                          | definition changed
6289 map_another_segment_reply                                    | definition changed
6290 map_del_domain                                               | definition changed
6291 map_del_domain_reply                                         | definition changed
6292 map_domain_details                                           | definition changed
6293 map_domain_dump                                              | definition changed
6294 map_rule_details                                             | definition changed
6295 map_rule_dump                                                | definition changed
6296 map_summary_stats                                            | definition changed
6297 map_summary_stats_reply                                      | definition changed
6298 memclnt_create                                               | definition changed
6299 memclnt_create_reply                                         | definition changed
6300 memclnt_delete                                               | definition changed
6301 memclnt_delete_reply                                         | definition changed
6302 memclnt_keepalive                                            | definition changed
6303 memclnt_keepalive_reply                                      | definition changed
6304 memclnt_read_timeout                                         | definition changed
6305 memclnt_rx_thread_suspend                                    | definition changed
6306 memfd_segment_create                                         | definition changed
6307 memfd_segment_create_reply                                   | definition changed
6308 memif_create                                                 | definition changed
6309 memif_create_reply                                           | definition changed
6310 memif_delete                                                 | definition changed
6311 memif_delete_reply                                           | definition changed
6312 memif_details                                                | definition changed
6313 memif_dump                                                   | definition changed
6314 memif_socket_filename_add_del                                | definition changed
6315 memif_socket_filename_details                                | only in image
6316 memif_socket_filename_dump                                   | only in image
6317 mfib_signal_details                                          | definition changed
6318 mfib_signal_dump                                             | definition changed
6319 modify_vhost_user_if                                         | definition changed
6320 modify_vhost_user_if_reply                                   | definition changed
6321 mpls_fib_details                                             | definition changed
6322 mpls_fib_dump                                                | definition changed
6323 mpls_ip_bind_unbind                                          | definition changed
6324 mpls_ip_bind_unbind_reply                                    | definition changed
6325 mpls_route_add_del                                           | definition changed
6326 mpls_route_add_del_reply                                     | definition changed
6327 mpls_table_add_del                                           | definition changed
6328 mpls_table_add_del_reply                                     | definition changed
6329 mpls_tunnel_add_del                                          | definition changed
6330 mpls_tunnel_add_del_reply                                    | definition changed
6331 mpls_tunnel_details                                          | definition changed
6332 mpls_tunnel_dump                                             | definition changed
6333 nat44_add_del_address_range                                  | definition changed
6334 nat44_add_del_address_range_reply                            | definition changed
6335 nat44_add_del_identity_mapping                               | definition changed
6336 nat44_add_del_identity_mapping_reply                         | definition changed
6337 nat44_add_del_interface_addr                                 | definition changed
6338 nat44_add_del_interface_addr_reply                           | definition changed
6339 nat44_add_del_lb_static_mapping                              | definition changed
6340 nat44_add_del_lb_static_mapping_reply                        | definition changed
6341 nat44_add_del_static_mapping                                 | definition changed
6342 nat44_add_del_static_mapping_reply                           | definition changed
6343 nat44_address_details                                        | definition changed
6344 nat44_address_dump                                           | definition changed
6345 nat44_del_session                                            | definition changed
6346 nat44_del_session_reply                                      | definition changed
6347 nat44_forwarding_enable_disable                              | definition changed
6348 nat44_forwarding_enable_disable_reply                        | definition changed
6349 nat44_forwarding_is_enabled                                  | definition changed
6350 nat44_forwarding_is_enabled_reply                            | definition changed
6351 nat44_identity_mapping_details                               | definition changed
6352 nat44_identity_mapping_dump                                  | definition changed
6353 nat44_interface_add_del_feature                              | definition changed
6354 nat44_interface_add_del_feature_reply                        | definition changed
6355 nat44_interface_add_del_output_feature                       | definition changed
6356 nat44_interface_add_del_output_feature_reply                 | definition changed
6357 nat44_interface_addr_details                                 | definition changed
6358 nat44_interface_addr_dump                                    | definition changed
6359 nat44_interface_details                                      | definition changed
6360 nat44_interface_dump                                         | definition changed
6361 nat44_interface_output_feature_details                       | definition changed
6362 nat44_interface_output_feature_dump                          | definition changed
6363 nat44_lb_static_mapping_details                              | definition changed
6364 nat44_lb_static_mapping_dump                                 | definition changed
6365 nat44_static_mapping_details                                 | definition changed
6366 nat44_static_mapping_dump                                    | definition changed
6367 nat44_user_details                                           | definition changed
6368 nat44_user_dump                                              | definition changed
6369 nat44_user_session_details                                   | definition changed
6370 nat44_user_session_dump                                      | definition changed
6371 nat64_add_del_interface_addr                                 | definition changed
6372 nat64_add_del_interface_addr_reply                           | definition changed
6373 nat64_add_del_interface                                      | definition changed
6374 nat64_add_del_interface_reply                                | definition changed
6375 nat64_add_del_pool_addr_range                                | definition changed
6376 nat64_add_del_pool_addr_range_reply                          | definition changed
6377 nat64_add_del_prefix                                         | definition changed
6378 nat64_add_del_prefix_reply                                   | definition changed
6379 nat64_add_del_static_bib                                     | definition changed
6380 nat64_add_del_static_bib_reply                               | definition changed
6381 nat64_bib_details                                            | definition changed
6382 nat64_bib_dump                                               | definition changed
6383 nat64_get_timeouts                                           | definition changed
6384 nat64_get_timeouts_reply                                     | definition changed
6385 nat64_interface_details                                      | definition changed
6386 nat64_interface_dump                                         | definition changed
6387 nat64_pool_addr_details                                      | definition changed
6388 nat64_pool_addr_dump                                         | definition changed
6389 nat64_prefix_details                                         | definition changed
6390 nat64_prefix_dump                                            | definition changed
6391 nat64_set_timeouts                                           | definition changed
6392 nat64_set_timeouts_reply                                     | definition changed
6393 nat64_st_details                                             | definition changed
6394 nat64_st_dump                                                | definition changed
6395 nat66_add_del_interface                                      | definition changed
6396 nat66_add_del_static_mapping                                 | definition changed
6397 nat66_interface_details                                      | only in image
6398 nat66_interface_dump                                         | only in image
6399 nat66_static_mapping_details                                 | only in image
6400 nat66_static_mapping_dump                                    | only in image
6401 nat_control_ping                                             | definition changed
6402 nat_control_ping_reply                                       | definition changed
6403 nat_det_add_del_map                                          | definition changed
6404 nat_det_add_del_map_reply                                    | definition changed
6405 nat_det_close_session_in                                     | definition changed
6406 nat_det_close_session_in_reply                               | definition changed
6407 nat_det_close_session_out                                    | definition changed
6408 nat_det_close_session_out_reply                              | definition changed
6409 nat_det_forward                                              | definition changed
6410 nat_det_forward_reply                                        | definition changed
6411 nat_det_get_timeouts                                         | definition changed
6412 nat_det_get_timeouts_reply                                   | definition changed
6413 nat_det_map_details                                          | definition changed
6414 nat_det_map_dump                                             | definition changed
6415 nat_det_reverse                                              | definition changed
6416 nat_det_reverse_reply                                        | definition changed
6417 nat_det_session_details                                      | definition changed
6418 nat_det_session_dump                                         | definition changed
6419 nat_det_set_timeouts                                         | definition changed
6420 nat_det_set_timeouts_reply                                   | definition changed
6421 nat_get_reass                                                | definition changed
6422 nat_get_reass_reply                                          | definition changed
6423 nat_ipfix_enable_disable                                     | definition changed
6424 nat_ipfix_enable_disable_reply                               | definition changed
6425 nat_reass_details                                            | definition changed
6426 nat_reass_dump                                               | definition changed
6427 nat_set_reass                                                | definition changed
6428 nat_set_reass_reply                                          | definition changed
6429 nat_set_workers                                              | definition changed
6430 nat_set_workers_reply                                        | definition changed
6431 nat_show_config                                              | definition changed
6432 nat_show_config_reply                                        | definition changed
6433 nat_worker_details                                           | definition changed
6434 nat_worker_dump                                              | definition changed
6435 netmap_create                                                | definition changed
6436 netmap_create_reply                                          | definition changed
6437 netmap_delete                                                | definition changed
6438 netmap_delete_reply                                          | definition changed
6439 oam_add_del                                                  | definition changed
6440 oam_add_del_reply                                            | definition changed
6441 oam_event                                                    | definition changed
6442 one_add_del_adjacency                                        | definition changed
6443 one_add_del_adjacency_reply                                  | definition changed
6444 one_add_del_l2_arp_entry                                     | definition changed
6445 one_add_del_l2_arp_entry_reply                               | definition changed
6446 one_add_del_local_eid                                        | definition changed
6447 one_add_del_local_eid_reply                                  | definition changed
6448 one_add_del_locator                                          | definition changed
6449 one_add_del_locator_reply                                    | definition changed
6450 one_add_del_locator_set                                      | definition changed
6451 one_add_del_locator_set_reply                                | definition changed
6452 one_add_del_map_request_itr_rlocs                            | definition changed
6453 one_add_del_map_request_itr_rlocs_reply                      | definition changed
6454 one_add_del_map_resolver                                     | definition changed
6455 one_add_del_map_resolver_reply                               | definition changed
6456 one_add_del_map_server                                       | definition changed
6457 one_add_del_map_server_reply                                 | definition changed
6458 one_add_del_ndp_entry                                        | definition changed
6459 one_add_del_ndp_entry_reply                                  | definition changed
6460 one_add_del_remote_mapping                                   | definition changed
6461 one_add_del_remote_mapping_reply                             | definition changed
6462 one_adjacencies_get                                          | definition changed
6463 one_adjacencies_get_reply                                    | definition changed
6464 one_eid_table_add_del_map                                    | definition changed
6465 one_eid_table_add_del_map_reply                              | definition changed
6466 one_eid_table_details                                        | definition changed
6467 one_eid_table_dump                                           | definition changed
6468 one_eid_table_map_details                                    | definition changed
6469 one_eid_table_map_dump                                       | definition changed
6470 one_eid_table_vni_details                                    | definition changed
6471 one_eid_table_vni_dump                                       | definition changed
6472 one_enable_disable                                           | definition changed
6473 one_enable_disable_petr_mode                                 | definition changed
6474 one_enable_disable_petr_mode_reply                           | definition changed
6475 one_enable_disable_pitr_mode                                 | definition changed
6476 one_enable_disable_pitr_mode_reply                           | definition changed
6477 one_enable_disable_reply                                     | definition changed
6478 one_enable_disable_xtr_mode                                  | definition changed
6479 one_enable_disable_xtr_mode_reply                            | definition changed
6480 one_get_map_request_itr_rlocs                                | definition changed
6481 one_get_map_request_itr_rlocs_reply                          | definition changed
6482 one_get_transport_protocol                                   | definition changed
6483 one_get_transport_protocol_reply                             | definition changed
6484 one_l2_arp_bd_get                                            | definition changed
6485 one_l2_arp_bd_get_reply                                      | definition changed
6486 one_l2_arp_entries_get                                       | definition changed
6487 one_l2_arp_entries_get_reply                                 | definition changed
6488 one_locator_details                                          | definition changed
6489 one_locator_dump                                             | definition changed
6490 one_locator_set_details                                      | definition changed
6491 one_locator_set_dump                                         | definition changed
6492 one_map_register_enable_disable                              | definition changed
6493 one_map_register_enable_disable_reply                        | definition changed
6494 one_map_register_fallback_threshold                          | definition changed
6495 one_map_register_fallback_threshold_reply                    | definition changed
6496 one_map_register_set_ttl                                     | definition changed
6497 one_map_register_set_ttl_reply                               | definition changed
6498 one_map_request_mode                                         | definition changed
6499 one_map_request_mode_reply                                   | definition changed
6500 one_map_resolver_details                                     | definition changed
6501 one_map_resolver_dump                                        | definition changed
6502 one_map_server_details                                       | definition changed
6503 one_map_server_dump                                          | definition changed
6504 one_ndp_bd_get                                               | definition changed
6505 one_ndp_bd_get_reply                                         | definition changed
6506 one_ndp_entries_get                                          | definition changed
6507 one_ndp_entries_get_reply                                    | definition changed
6508 one_nsh_set_locator_set                                      | definition changed
6509 one_nsh_set_locator_set_reply                                | definition changed
6510 one_pitr_set_locator_set                                     | definition changed
6511 one_pitr_set_locator_set_reply                               | definition changed
6512 one_rloc_probe_enable_disable                                | definition changed
6513 one_rloc_probe_enable_disable_reply                          | definition changed
6514 one_set_transport_protocol                                   | definition changed
6515 one_set_transport_protocol_reply                             | definition changed
6516 one_show_petr_mode                                           | definition changed
6517 one_show_petr_mode_reply                                     | definition changed
6518 one_show_pitr_mode                                           | definition changed
6519 one_show_pitr_mode_reply                                     | definition changed
6520 one_show_xtr_mode                                            | definition changed
6521 one_show_xtr_mode_reply                                      | definition changed
6522 one_stats_details                                            | definition changed
6523 one_stats_dump                                               | definition changed
6524 one_stats_enable_disable                                     | definition changed
6525 one_stats_enable_disable_reply                               | definition changed
6526 one_stats_flush                                              | definition changed
6527 one_stats_flush_reply                                        | definition changed
6528 one_use_petr                                                 | definition changed
6529 one_use_petr_reply                                           | definition changed
6530 output_acl_set_interface                                     | definition changed
6531 p2p_ethernet_add                                             | definition changed
6532 p2p_ethernet_add_reply                                       | definition changed
6533 p2p_ethernet_del                                             | definition changed
6534 p2p_ethernet_del_reply                                       | definition changed
6535 pg_capture                                                   | definition changed
6536 pg_capture_reply                                             | definition changed
6537 pg_create_interface                                          | definition changed
6538 pg_create_interface_reply                                    | definition changed
6539 pg_enable_disable                                            | definition changed
6540 pg_enable_disable_reply                                      | definition changed
6541 policer_add_del                                              | definition changed
6542 policer_add_del_reply                                        | definition changed
6543 policer_classify_details                                     | definition changed
6544 policer_classify_dump                                        | definition changed
6545 policer_classify_set_interface                               | definition changed
6546 policer_classify_set_interface_reply                         | definition changed
6547 policer_details                                              | definition changed
6548 policer_dump                                                 | definition changed
6549 pot_profile_activate                                         | definition changed
6550 pot_profile_activate_reply                                   | definition changed
6551 pot_profile_add                                              | definition changed
6552 pot_profile_add_reply                                        | definition changed
6553 pot_profile_del                                              | definition changed
6554 pot_profile_del_reply                                        | definition changed
6555 pot_profile_show_config_details                              | definition changed
6556 pot_profile_show_config_dump                                 | definition changed
6557 pppoe_add_del_session                                        | definition changed
6558 pppoe_add_del_session_reply                                  | definition changed
6559 pppoe_session_details                                        | definition changed
6560 pppoe_session_dump                                           | definition changed
6561 proxy_arp_add_del                                            | definition changed
6562 proxy_arp_add_del_reply                                      | definition changed
6563 proxy_arp_intfc_enable_disable                               | definition changed
6564 proxy_arp_intfc_enable_disable_reply                         | definition changed
6565 punt                                                         | definition changed
6566 punt_reply                                                   | definition changed
6567 punt_socket_deregister                                       | definition changed
6568 punt_socket_deregister_reply                                 | definition changed
6569 punt_socket_register                                         | definition changed
6570 punt_socket_register_reply                                   | definition changed
6571 qos_egress_map_delete                                        | definition changed
6572 qos_egress_map_update                                        | definition changed
6573 qos_mark_enable_disable                                      | definition changed
6574 qos_record_enable_disable                                    | definition changed
6575 reset_fib                                                    | definition changed
6576 reset_fib_reply                                              | definition changed
6577 reset_session                                                | definition changed
6578 reset_session_reply                                          | definition changed
6579 rpc_call                                                     | definition changed
6580 rpc_call_reply                                               | definition changed
6581 rx_thread_exit                                               | definition changed
6582 sctp_add_src_dst_connection                                  | definition changed
6583 sctp_config                                                  | definition changed
6584 sctp_del_src_dst_connection                                  | definition changed
6585 session_enable_disable                                       | definition changed
6586 session_enable_disable_reply                                 | definition changed
6587 session_rule_add_del                                         | definition changed
6588 session_rule_add_del_reply                                   | definition changed
6589 session_rules_details                                        | definition changed
6590 session_rules_dump                                           | definition changed
6591 set_arp_neighbor_limit                                       | definition changed
6592 set_arp_neighbor_limit_reply                                 | definition changed
6593 set_ip_flow_hash                                             | definition changed
6594 set_ip_flow_hash_reply                                       | definition changed
6595 set_ipfix_classify_stream                                    | definition changed
6596 set_ipfix_classify_stream_reply                              | definition changed
6597 set_ipfix_exporter                                           | definition changed
6598 set_ipfix_exporter_reply                                     | definition changed
6599 show_lisp_map_register_state                                 | definition changed
6600 show_lisp_map_register_state_reply                           | definition changed
6601 show_lisp_map_request_mode                                   | definition changed
6602 show_lisp_map_request_mode_reply                             | definition changed
6603 show_lisp_pitr                                               | definition changed
6604 show_lisp_pitr_reply                                         | definition changed
6605 show_lisp_rloc_probe_state                                   | definition changed
6606 show_lisp_rloc_probe_state_reply                             | definition changed
6607 show_lisp_status                                             | definition changed
6608 show_lisp_status_reply                                       | definition changed
6609 show_lisp_use_petr                                           | definition changed
6610 show_lisp_use_petr_reply                                     | definition changed
6611 show_one_map_register_fallback_threshold                     | definition changed
6612 show_one_map_register_fallback_threshold_reply               | definition changed
6613 show_one_map_register_state                                  | definition changed
6614 show_one_map_register_state_reply                            | definition changed
6615 show_one_map_register_ttl                                    | definition changed
6616 show_one_map_register_ttl_reply                              | definition changed
6617 show_one_map_request_mode                                    | definition changed
6618 show_one_map_request_mode_reply                              | definition changed
6619 show_one_nsh_mapping                                         | definition changed
6620 show_one_nsh_mapping_reply                                   | definition changed
6621 show_one_pitr                                                | definition changed
6622 show_one_pitr_reply                                          | definition changed
6623 show_one_rloc_probe_state                                    | definition changed
6624 show_one_rloc_probe_state_reply                              | definition changed
6625 show_one_stats_enable_disable                                | definition changed
6626 show_one_stats_enable_disable_reply                          | definition changed
6627 show_one_status                                              | definition changed
6628 show_one_status_reply                                        | definition changed
6629 show_one_use_petr                                            | definition changed
6630 show_one_use_petr_reply                                      | definition changed
6631 show_version                                                 | definition changed
6632 show_version_reply                                           | definition changed
6633 sock_init_shm                                                | definition changed
6634 sockclnt_create                                              | definition changed
6635 sockclnt_create_reply                                        | definition changed
6636 sockclnt_delete                                              | definition changed
6637 sockclnt_delete_reply                                        | definition changed
6638 sr_localsid_add_del                                          | definition changed
6639 sr_localsid_add_del_reply                                    | definition changed
6640 sr_localsids_details                                         | definition changed
6641 sr_localsids_dump                                            | definition changed
6642 sr_mpls_policy_add                                           | definition changed
6643 sr_mpls_policy_add_reply                                     | definition changed
6644 sr_mpls_policy_assign_endpoint_color                         | definition changed
6645 sr_mpls_policy_assign_endpoint_color_reply                   | definition changed
6646 sr_mpls_policy_del                                           | definition changed
6647 sr_mpls_policy_del_reply                                     | definition changed
6648 sr_mpls_policy_mod                                           | definition changed
6649 sr_mpls_policy_mod_reply                                     | definition changed
6650 sr_mpls_steering_add_del                                     | definition changed
6651 sr_mpls_steering_add_del_reply                               | definition changed
6652 sr_policy_add                                                | definition changed
6653 sr_policy_add_reply                                          | definition changed
6654 sr_policy_del                                                | definition changed
6655 sr_policy_del_reply                                          | definition changed
6656 sr_policy_mod                                                | definition changed
6657 sr_policy_mod_reply                                          | definition changed
6658 sr_set_encap_source                                          | definition changed
6659 sr_set_encap_source_reply                                    | definition changed
6660 sr_steering_add_del                                          | definition changed
6661 sr_steering_add_del_reply                                    | definition changed
6662 stats_get_poller_delay                                       | definition changed
6663 stn_add_del_rule                                             | definition changed
6664 stn_add_del_rule_reply                                       | definition changed
6665 stn_rule_details                                             | only in file
6666 stn_rules_details                                            | only in image
6667 stn_rules_dump                                               | definition changed
6668 sw_if_l2tpv3_tunnel_details                                  | definition changed
6669 sw_if_l2tpv3_tunnel_dump                                     | definition changed
6670 sw_interface_add_del_address                                 | definition changed
6671 sw_interface_add_del_address_reply                           | definition changed
6672 sw_interface_bond_details                                    | only in image
6673 sw_interface_bond_dump                                       | only in image
6674 sw_interface_clear_stats                                     | definition changed
6675 sw_interface_clear_stats_reply                               | definition changed
6676 sw_interface_details                                         | definition changed
6677 sw_interface_dump                                            | definition changed
6678 sw_interface_event                                           | definition changed
6679 sw_interface_get_mac_address                                 | definition changed
6680 sw_interface_get_table                                       | definition changed
6681 sw_interface_get_table_reply                                 | definition changed
6682 sw_interface_ip6_enable_disable                              | definition changed
6683 sw_interface_ip6_enable_disable_reply                        | definition changed
6684 sw_interface_ip6_set_link_local_address                      | definition changed
6685 sw_interface_ip6_set_link_local_address_reply                | definition changed
6686 sw_interface_ip6nd_ra_config                                 | definition changed
6687 sw_interface_ip6nd_ra_config_reply                           | definition changed
6688 sw_interface_ip6nd_ra_prefix                                 | definition changed
6689 sw_interface_ip6nd_ra_prefix_reply                           | definition changed
6690 sw_interface_lacp_details                                    | only in image
6691 sw_interface_lacp_dump                                       | only in image
6692 sw_interface_set_dpdk_hqos_pipe                              | definition changed
6693 sw_interface_set_dpdk_hqos_pipe_reply                        | definition changed
6694 sw_interface_set_dpdk_hqos_subport                           | definition changed
6695 sw_interface_set_dpdk_hqos_subport_reply                     | definition changed
6696 sw_interface_set_dpdk_hqos_tctbl                             | definition changed
6697 sw_interface_set_dpdk_hqos_tctbl_reply                       | definition changed
6698 sw_interface_set_flags                                       | definition changed
6699 sw_interface_set_flags_reply                                 | definition changed
6700 sw_interface_set_geneve_bypass                               | definition changed
6701 sw_interface_set_geneve_bypass_reply                         | definition changed
6702 sw_interface_set_gtpu_bypass                                 | definition changed
6703 sw_interface_set_gtpu_bypass_reply                           | definition changed
6704 sw_interface_set_l2_bridge                                   | definition changed
6705 sw_interface_set_l2_bridge_reply                             | definition changed
6706 sw_interface_set_l2_xconnect                                 | definition changed
6707 sw_interface_set_l2_xconnect_reply                           | definition changed
6708 sw_interface_set_lldp                                        | definition changed
6709 sw_interface_set_lldp_reply                                  | definition changed
6710 sw_interface_set_mac_address                                 | definition changed
6711 sw_interface_set_mac_address_reply                           | definition changed
6712 sw_interface_set_mpls_enable                                 | definition changed
6713 sw_interface_set_mpls_enable_reply                           | definition changed
6714 sw_interface_set_mtu                                         | definition changed
6715 sw_interface_set_mtu_reply                                   | definition changed
6716 sw_interface_set_rx_mode                                     | definition changed
6717 sw_interface_set_rx_mode_reply                               | definition changed
6718 sw_interface_set_table                                       | definition changed
6719 sw_interface_set_table_reply                                 | definition changed
6720 sw_interface_set_unnumbered                                  | definition changed
6721 sw_interface_set_unnumbered_reply                            | definition changed
6722 sw_interface_set_vpath                                       | definition changed
6723 sw_interface_set_vpath_reply                                 | definition changed
6724 sw_interface_set_vxlan_bypass                                | definition changed
6725 sw_interface_set_vxlan_bypass_reply                          | definition changed
6726 sw_interface_set_vxlan_gpe_bypass                            | definition changed
6727 sw_interface_set_vxlan_gpe_bypass_reply                      | definition changed
6728 sw_interface_slave_details                                   | only in image
6729 sw_interface_slave_dump                                      | only in image
6730 sw_interface_span_details                                    | definition changed
6731 sw_interface_span_dump                                       | definition changed
6732 sw_interface_span_enable_disable                             | definition changed
6733 sw_interface_span_enable_disable_reply                       | definition changed
6734 sw_interface_tag_add_del                                     | definition changed
6735 sw_interface_tag_add_del_reply                               | definition changed
6736 sw_interface_tap_details                                     | definition changed
6737 sw_interface_tap_dump                                        | definition changed
6738 sw_interface_tap_v2_details                                  | definition changed
6739 sw_interface_tap_v2_dump                                     | definition changed
6740 sw_interface_vhost_user_details                              | definition changed
6741 sw_interface_vhost_user_dump                                 | definition changed
6742 tap_connect                                                  | definition changed
6743 tap_connect_reply                                            | definition changed
6744 tap_create_v2                                                | definition changed
6745 tap_create_v2_reply                                          | definition changed
6746 tap_delete                                                   | definition changed
6747 tap_delete_reply                                             | definition changed
6748 tap_delete_v2                                                | definition changed
6749 tap_delete_v2_reply                                          | definition changed
6750 tap_modify                                                   | definition changed
6751 tap_modify_reply                                             | definition changed
6752 tcp_configure_src_addresses                                  | definition changed
6753 tcp_configure_src_addresses_reply                            | definition changed
6754 trace_plugin_msg_ids                                         | definition changed
6755 trace_profile_add                                            | definition changed
6756 trace_profile_add_reply                                      | definition changed
6757 trace_profile_del                                            | definition changed
6758 trace_profile_del_reply                                      | definition changed
6759 trace_profile_show_config                                    | definition changed
6760 trace_profile_show_config_reply                              | definition changed
6761 udp_encap_add_del                                            | definition changed
6762 udp_encap_add_del_reply                                      | definition changed
6763 udp_encap_details                                            | definition changed
6764 udp_encap_dump                                               | definition changed
6765 udp_ping_add_del                                             | definition changed
6766 udp_ping_add_del_reply                                       | only in image
6767 udp_ping_add_del_req                                         | only in file
6768 udp_ping_export                                              | definition changed
6769 udp_ping_export_reply                                        | only in image
6770 udp_ping_export_req                                          | only in file
6771 unbind_sock                                                  | definition changed
6772 unbind_sock_reply                                            | definition changed
6773 unbind_uri                                                   | definition changed
6774 unbind_uri_reply                                             | definition changed
6775 unmap_segment                                                | definition changed
6776 vnet_get_summary_stats                                       | definition changed
6777 vnet_get_summary_stats_reply                                 | definition changed
6778 vnet_interface_combined_counters                             | definition changed
6779 vnet_interface_simple_counters                               | definition changed
6780 vnet_ip4_fib_counters                                        | definition changed
6781 vnet_ip4_mfib_counters                                       | definition changed
6782 vnet_ip4_nbr_counters                                        | definition changed
6783 vnet_ip6_fib_counters                                        | definition changed
6784 vnet_ip6_mfib_counters                                       | definition changed
6785 vnet_ip6_nbr_counters                                        | definition changed
6786 vnet_per_interface_combined_counters                         | definition changed
6787 vnet_per_interface_simple_counters                           | definition changed
6788 vnet_udp_encap_counters                                      | only in image
6789 vxlan_add_del_tunnel                                         | definition changed
6790 vxlan_add_del_tunnel_reply                                   | definition changed
6791 vxlan_gpe_add_del_tunnel                                     | definition changed
6792 vxlan_gpe_add_del_tunnel_reply                               | definition changed
6793 vxlan_gpe_ioam_disable                                       | definition changed
6794 vxlan_gpe_ioam_disable_reply                                 | definition changed
6795 vxlan_gpe_ioam_enable                                        | definition changed
6796 vxlan_gpe_ioam_enable_reply                                  | definition changed
6797 vxlan_gpe_ioam_export_enable_disable                         | definition changed
6798 vxlan_gpe_ioam_export_enable_disable_reply                   | definition changed
6799 vxlan_gpe_ioam_transit_disable                               | definition changed
6800 vxlan_gpe_ioam_transit_disable_reply                         | definition changed
6801 vxlan_gpe_ioam_transit_enable                                | definition changed
6802 vxlan_gpe_ioam_transit_enable_reply                          | definition changed
6803 vxlan_gpe_ioam_vni_disable                                   | definition changed
6804 vxlan_gpe_ioam_vni_disable_reply                             | definition changed
6805 vxlan_gpe_ioam_vni_enable                                    | definition changed
6806 vxlan_gpe_ioam_vni_enable_reply                              | definition changed
6807 vxlan_gpe_tunnel_details                                     | definition changed
6808 vxlan_gpe_tunnel_dump                                        | definition changed
6809 vxlan_tunnel_details                                         | definition changed
6810 vxlan_tunnel_dump                                            | definition changed
6811 want_bfd_events                                              | definition changed
6812 want_bfd_events_reply                                        | definition changed
6813 want_igmp_events                                             | definition changed
6814 want_interface_combined_stats                                | definition changed
6815 want_interface_combined_stats_reply                          | definition changed
6816 want_interface_events                                        | definition changed
6817 want_interface_events_reply                                  | definition changed
6818 want_interface_simple_stats                                  | definition changed
6819 want_interface_simple_stats_reply                            | definition changed
6820 want_ip4_arp_events                                          | definition changed
6821 want_ip4_arp_events_reply                                    | definition changed
6822 want_ip4_fib_stats                                           | definition changed
6823 want_ip4_fib_stats_reply                                     | definition changed
6824 want_ip4_mfib_stats                                          | definition changed
6825 want_ip4_mfib_stats_reply                                    | definition changed
6826 want_ip4_nbr_stats                                           | definition changed
6827 want_ip4_nbr_stats_reply                                     | definition changed
6828 want_ip6_fib_stats                                           | definition changed
6829 want_ip6_fib_stats_reply                                     | definition changed
6830 want_ip6_mfib_stats                                          | definition changed
6831 want_ip6_mfib_stats_reply                                    | definition changed
6832 want_ip6_nbr_stats                                           | definition changed
6833 want_ip6_nbr_stats_reply                                     | definition changed
6834 want_ip6_nd_events                                           | definition changed
6835 want_ip6_nd_events_reply                                     | definition changed
6836 want_ip6_ra_events                                           | definition changed
6837 want_l2_macs_events                                          | definition changed
6838 want_l2_macs_events_reply                                    | definition changed
6839 want_oam_events                                              | definition changed
6840 want_oam_events_reply                                        | definition changed
6841 want_per_interface_combined_stats                            | definition changed
6842 want_per_interface_combined_stats_reply                      | definition changed
6843 want_per_interface_simple_stats                              | definition changed
6844 want_per_interface_simple_stats_reply                        | definition changed
6845 want_stats                                                   | definition changed
6846 want_stats_reply                                             | definition changed
6847 want_udp_encap_stats                                         | definition changed
6848
6849 Found 1036 api message signature differences
6850
6851 ### Patches that changed API definitions
6852
6853 | @c src/vpp/stats/stats.api ||
6854 | ------- | ------- |
6855 | [43b1f44](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43b1f44) | UDP Encap counters |
6856 | [ff92efe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ff92efe) | stats: allow configuring poller delay |
6857 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
6858 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
6859 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
6860 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6861
6862 | @c src/vpp/oam/oam.api ||
6863 | ------- | ------- |
6864 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
6865 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
6866 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
6867 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6868
6869 | @c src/vpp/api/vpe.api ||
6870 | ------- | ------- |
6871 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6872
6873 | @c src/vnet/interface.api ||
6874 | ------- | ------- |
6875 | [0cae3f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0cae3f7) | Detailed Interface stats API takes sw_if_index |
6876 | [6f4a6be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6f4a6be) | Interface Unicast, Multicast and Broadcast stats on the API |
6877 | [c037423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c037423) | IPv6 ND Router discovery control plane (VPP-1095) |
6878 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
6879 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
6880 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
6881 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6882
6883 | @c src/vnet/unix/tap.api ||
6884 | ------- | ------- |
6885 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6886
6887 | @c src/vnet/qos/qos.api ||
6888 | ------- | ------- |
6889 | [039cbfe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=039cbfe) | QoS recording and marking |
6890
6891 | @c src/vnet/policer/policer.api ||
6892 | ------- | ------- |
6893 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6894
6895 | @c src/vnet/mpls/mpls.api ||
6896 | ------- | ------- |
6897 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
6898 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6899
6900 | @c src/vnet/span/span.api ||
6901 | ------- | ------- |
6902 | [179ab36](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=179ab36) | SPAN: Add "is_l2" flag to DETAILS response messages. |
6903 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6904
6905 | @c src/vnet/vxlan-gpe/vxlan_gpe.api ||
6906 | ------- | ------- |
6907 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6908
6909 | @c src/vnet/l2tp/l2tp.api ||
6910 | ------- | ------- |
6911 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6912
6913 | @c src/vnet/lldp/lldp.api ||
6914 | ------- | ------- |
6915 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6916
6917 | @c src/vnet/srmpls/sr_mpls.api ||
6918 | ------- | ------- |
6919 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6920
6921 | @c src/vnet/cop/cop.api ||
6922 | ------- | ------- |
6923 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6924
6925 | @c src/vnet/feature/feature.api ||
6926 | ------- | ------- |
6927 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6928
6929 | @c src/vnet/ipsec-gre/ipsec_gre.api ||
6930 | ------- | ------- |
6931 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6932
6933 | @c src/vnet/geneve/geneve.api ||
6934 | ------- | ------- |
6935 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6936
6937 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
6938 | ------- | ------- |
6939 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6940
6941 | @c src/vnet/map/map.api ||
6942 | ------- | ------- |
6943 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6944 | [e31d956](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e31d956) | MAP: Add RFC6052 mapping to MAP-T |
6945
6946 | @c src/vnet/lisp-cp/lisp.api ||
6947 | ------- | ------- |
6948 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6949
6950 | @c src/vnet/lisp-cp/one.api ||
6951 | ------- | ------- |
6952 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6953
6954 | @c src/vnet/tcp/tcp.api ||
6955 | ------- | ------- |
6956 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6957
6958 | @c src/vnet/dhcp/dhcp.api ||
6959 | ------- | ------- |
6960 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
6961 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
6962 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
6963 | [54c6dc4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54c6dc4) | For DHCP client configuration control the setting of the broadcast flag in the DISCOVER message sent. |
6964 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6965
6966 | @c src/vnet/gre/gre.api ||
6967 | ------- | ------- |
6968 | [a43ccae](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a43ccae) | Optimize GRE Tunnel and add support for ERSPAN encap |
6969 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6970
6971 | @c src/vnet/flow/flow.api ||
6972 | ------- | ------- |
6973 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6974
6975 | @c src/vnet/devices/virtio/vhost_user.api ||
6976 | ------- | ------- |
6977 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6978
6979 | @c src/vnet/devices/af_packet/af_packet.api ||
6980 | ------- | ------- |
6981 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6982
6983 | @c src/vnet/devices/tap/tapv2.api ||
6984 | ------- | ------- |
6985 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6986 | [7866c45](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7866c45) | tapv2: add option to set host-side default gw |
6987
6988 | @c src/vnet/devices/netmap/netmap.api ||
6989 | ------- | ------- |
6990 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6991
6992 | @c src/vnet/dns/dns.api ||
6993 | ------- | ------- |
6994 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
6995
6996 | @c src/vnet/bonding/bond.api ||
6997 | ------- | ------- |
6998 | [9cd2d7a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9cd2d7a) | bond: Add bonding driver and LACP protocol |
6999
7000 | @c src/vnet/session/session.api ||
7001 | ------- | ------- |
7002 | [8f89dd0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8f89dd0) | tls: enforce certificate verification |
7003 | [371ca50](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=371ca50) | session: first approximation implementation of tls |
7004 | [f8f516a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f8f516a) | session: support local sessions and deprecate redirects |
7005 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7006
7007 | @c src/vnet/ethernet/p2p_ethernet.api ||
7008 | ------- | ------- |
7009 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7010
7011 | @c src/vnet/ip/rd_cp.api ||
7012 | ------- | ------- |
7013 | [c037423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c037423) | IPv6 ND Router discovery control plane (VPP-1095) |
7014
7015 | @c src/vnet/ip/punt.api ||
7016 | ------- | ------- |
7017 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7018
7019 | @c src/vnet/ip/ip.api ||
7020 | ------- | ------- |
7021 | [4c53313](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c53313) | reassembly: feature/concurrency |
7022 | [4b9669d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b9669d) | IPv6 ND Router discovery data plane (VPP-1095) |
7023 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
7024 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
7025 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
7026 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
7027 | [75e7d13](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75e7d13) | IPv4/6 reassembly |
7028 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7029 | [f068c3e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f068c3e) | DVR: run L3 output features |
7030
7031 | @c src/vnet/classify/classify.api ||
7032 | ------- | ------- |
7033 | [815d7d5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=815d7d5) | classifier-based ACL: refactor + add output ACL |
7034 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7035
7036 | @c src/vnet/ipip/ipip.api ||
7037 | ------- | ------- |
7038 | [298c695](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=298c695) | IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. |
7039
7040 | @c src/vnet/udp/udp.api ||
7041 | ------- | ------- |
7042 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7043
7044 | @c src/vnet/bfd/bfd.api ||
7045 | ------- | ------- |
7046 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7047
7048 | @c src/vnet/srv6/sr.api ||
7049 | ------- | ------- |
7050 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7051
7052 | @c src/vnet/ipsec/ipsec.api ||
7053 | ------- | ------- |
7054 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7055
7056 | @c src/vnet/bier/bier.api ||
7057 | ------- | ------- |
7058 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
7059 | [f051072](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f051072) | BIER: fix support for longer bit-string lengths |
7060 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7061
7062 | @c src/vnet/sctp/sctp.api ||
7063 | ------- | ------- |
7064 | [c7fe4f3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c7fe4f3) | SCTP: API to configure some tunables |
7065 | [465c087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=465c087) | SCTP: API to delete a sub-connection |
7066 | [3c6a976](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3c6a976) | SCTP: API to add a sub-connection |
7067
7068 | @c src/vnet/l2/l2.api ||
7069 | ------- | ------- |
7070 | [e23c99e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e23c99e) | Improve l2_macs_events API to provide MAC move information |
7071 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
7072 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
7073 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
7074 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7075
7076 | @c src/vnet/vxlan/vxlan.api ||
7077 | ------- | ------- |
7078 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
7079 | [3d460bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3d460bd) | VXLAN: Allow user to specify a custom vxlan tunnel instance id. |
7080 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7081
7082 | @c src/vnet/fib/fib_types.api ||
7083 | ------- | ------- |
7084 | [2303cb1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2303cb1) | FIB Interpose Source |
7085 | [8145842](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8145842) | Common form of fib-path reproting in dumps |
7086 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
7087 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7088
7089 | @c src/vnet/pg/pg.api ||
7090 | ------- | ------- |
7091 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7092
7093 | @c src/examples/sample-plugin/sample/sample.api ||
7094 | ------- | ------- |
7095 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7096
7097 | @c src/plugins/lb/lb.api ||
7098 | ------- | ------- |
7099 | [647f609](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=647f609) | Add L3DSR feature in LB plugin |
7100 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7101
7102 | @c src/plugins/gtpu/gtpu.api ||
7103 | ------- | ------- |
7104 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7105
7106 | @c src/plugins/kubeproxy/kp.api ||
7107 | ------- | ------- |
7108 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7109
7110 | @c src/plugins/pppoe/pppoe.api ||
7111 | ------- | ------- |
7112 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7113
7114 | @c src/plugins/nat/nat.api ||
7115 | ------- | ------- |
7116 | [f2a23cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f2a23cc) | NAT66 1:1 mapping (VPP-1108) |
7117 | [9dba781](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9dba781) | NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158) |
7118 | [bc39e34](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc39e34) | NAT: add missing CLI and API documentation (VPP-1142) |
7119 | [5f22499](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5f22499) | NAT44: add opaque string tag to static mapping APIs (VPP-1147) |
7120 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7121 | [e82488f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e82488f) | NAT44: asymmetrical static mapping rule (VPP-1135) |
7122 | [240b5ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=240b5ef) | NAT44: asymmetrical load balancing static mapping rule (VPP-1132) |
7123 | [c5c6a33](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c5c6a33) | Add basic support for DS-Lite CE (VPP-1059) |
7124
7125 | @c src/plugins/l2e/l2e.api ||
7126 | ------- | ------- |
7127 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7128
7129 | @c src/plugins/ioam/lib-pot/pot.api ||
7130 | ------- | ------- |
7131 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7132
7133 | @c src/plugins/ioam/ip6/ioam_cache.api ||
7134 | ------- | ------- |
7135 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7136
7137 | @c src/plugins/ioam/udp-ping/udp_ping.api ||
7138 | ------- | ------- |
7139 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7140 | [149a143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=149a143) | fix udp_ping api naming error |
7141
7142 | @c src/plugins/ioam/export/ioam_export.api ||
7143 | ------- | ------- |
7144 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7145
7146 | @c src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.api ||
7147 | ------- | ------- |
7148 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7149
7150 | @c src/plugins/ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api ||
7151 | ------- | ------- |
7152 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7153
7154 | @c src/plugins/ioam/lib-trace/trace.api ||
7155 | ------- | ------- |
7156 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7157
7158 | @c src/plugins/igmp/igmp.api ||
7159 | ------- | ------- |
7160 | [7b867a8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7b867a8) | IGMP plugin |
7161
7162 | @c src/plugins/memif/memif.api ||
7163 | ------- | ------- |
7164 | [30349b0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=30349b0) | memif: Add new API calls to manage memif socket names. |
7165 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7166
7167 | @c src/plugins/lacp/lacp.api ||
7168 | ------- | ------- |
7169 | [9cd2d7a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9cd2d7a) | bond: Add bonding driver and LACP protocol |
7170
7171 | @c src/plugins/acl/acl.api ||
7172 | ------- | ------- |
7173 | [27fe75a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=27fe75a) | acl-plugin: add the support for dumping the ethertype whitelist (VPP-1163) |
7174 | [c43b3f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c43b3f9) | acl-plugin: add whitelisted ethertype mode (VPP-1163) |
7175 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7176
7177 | @c src/plugins/flowprobe/flowprobe.api ||
7178 | ------- | ------- |
7179 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7180
7181 | @c src/plugins/dpdk/api/dpdk.api ||
7182 | ------- | ------- |
7183 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7184
7185 | @c src/plugins/gbp/gbp.api ||
7186 | ------- | ------- |
7187 | [bc27d1b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc27d1b) | GBP plugin |
7188
7189 | @c src/plugins/stn/stn.api ||
7190 | ------- | ------- |
7191 | [62bab65](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=62bab65) | STN: Fix stn_rules_dump/details to follow API convention |
7192 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7193
7194 | @c src/plugins/cdp/cdp.api ||
7195 | ------- | ------- |
7196 | [aaacfbc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aaacfbc) | Move the vnet cdp protocol implementation to a plugin |
7197
7198 | @c src/vlibmemory/memclnt.api ||
7199 | ------- | ------- |
7200 | [51e5968](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=51e5968) | API: Add service definitions for events and singleton messages (second attempt) |
7201 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
7202 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
7203 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
7204 | [90a6398](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=90a6398) | sock api: add infra for bootstrapping shm clients |
7205
7206
7207
7208 @page release_notes_18012 Release notes for VPP 18.01.2
7209
7210 This is bug fix release.
7211
7212 For the full list of fixed issues please refer to:
7213 - fd.io [JIRA](https://jira.fd.io)
7214 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
7215
7216
7217 @page release_notes_18011 Release notes for VPP 18.01.1
7218
7219 This is bug fix release.
7220
7221 For the full list of fixed issues please reffer to:
7222 - fd.io [JIRA](https://jira.fd.io)
7223 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
7224
7225
7226 @page release_notes_1801 Release notes for VPP 18.01
7227
7228 More than 560 commits since the 17.10 release.
7229
7230 ## Features
7231 - Infrastructure
7232   - DPDK 17.11
7233   - TCP Checksum Offload
7234   - Arm64/Arm-v8 support
7235   - SUSE packaging
7236   - bihash_vec8_8 variant
7237   - PCI rework to support VFIO
7238   - chi-squared test calculator
7239   
7240 - SNAT / NAT
7241   - One armed NAT
7242   - Twice NAT44
7243   - NAT hairpinning rework
7244   - NAT64 multi-thread
7245   - NAT64 IPFIX
7246   - NAT64 Fragmentation
7247   - NAT: DS-Lite
7248   - Remove old SNAT API
7249   - ACL-based NAT
7250
7251 - VNET
7252   - DNS name resolver
7253   - BIER
7254   - GENEVE Tunnel
7255   - IPSec Openssl 1.1.0 api support
7256   - FIB improvements
7257   - tap v2
7258   
7259 - API
7260   - VPP stats (Broadcast & Multicast support)
7261   - SR MPLS
7262   - VPP Object Model (VOM)
7263   
7264 - Host Stack
7265   - VPP TCP Stack scale / congestion improvements
7266   - Refactor UDP
7267   - Namespace support
7268   - Session rules table
7269   - VPP Comms Library (VCL) improvements
7270
7271 - ACL
7272   - ACL stats
7273
7274 - Plugins
7275   - Kube-proxy
7276   - L2 Emulation
7277   - Memif
7278
7279 ## Known issues
7280
7281 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
7282
7283 ## Issues fixed
7284
7285 For the full list of fixed issues please refer to:
7286 - fd.io [JIRA](https://jira.fd.io)
7287 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
7288
7289 ## API changes
7290
7291 Message Name                                                 | Result
7292 -------------------------------------------------------------|-----------------
7293 af_packet_set_l4_cksum_offload                               | definition changed
7294 api_versions                                                 | definition changed
7295 app_namespace_add_del                                        | definition changed
7296 application_attach                                           | definition changed
7297 bier_disp_entry_add_del                                      | definition changed
7298 bier_disp_entry_details                                      | only in image
7299 bier_disp_entry_dump                                         | only in image
7300 bier_disp_table_add_del                                      | definition changed
7301 bier_disp_table_details                                      | only in image
7302 bier_disp_table_dump                                         | only in image
7303 bier_imp_add                                                 | definition changed
7304 bier_imp_del                                                 | definition changed
7305 bier_imp_details                                             | only in image
7306 bier_imp_dump                                                | only in image
7307 bier_route_add_del                                           | definition changed
7308 bier_route_details                                           | only in image
7309 bier_route_dump                                              | only in image
7310 bier_table_add_del                                           | definition changed
7311 bier_table_details                                           | only in image
7312 bier_table_dump                                              | only in image
7313 bind_sock_reply                                              | definition changed
7314 connect_session_reply                                        | definition changed
7315 connect_sock                                                 | definition changed
7316 connect_uri                                                  | definition changed
7317 dhcp_proxy_details                                           | definition changed
7318 dhcp_proxy_set_vss                                           | definition changed
7319 dns_enable_disable                                           | definition changed
7320 dns_name_server_add_del                                      | definition changed
7321 dns_resolve_ip                                               | definition changed
7322 dns_resolve_name                                             | definition changed
7323 dslite_add_del_pool_addr_range                               | definition changed
7324 dslite_set_aftr_addr                                         | definition changed
7325 geneve_add_del_tunnel                                        | definition changed
7326 geneve_tunnel_details                                        | only in image
7327 geneve_tunnel_dump                                           | only in image
7328 ip_add_del_route                                             | definition changed
7329 ip_container_proxy_add_del                                   | definition changed
7330 ip_mroute_add_del                                            | definition changed
7331 ip_neighbor_details                                          | definition changed
7332 ip_punt_police                                               | definition changed
7333 ip_punt_redirect                                             | definition changed
7334 ipsec_sa_details                                             | only in image
7335 ipsec_sa_dump                                                | only in image
7336 ipsec_sad_add_del_entry                                      | definition changed
7337 ipsec_tunnel_if_set_key                                      | definition changed
7338 ipsec_tunnel_if_set_sa                                       | definition changed
7339 kp_add_del_pod                                               | definition changed
7340 kp_add_del_vip                                               | definition changed
7341 kp_conf                                                      | definition changed
7342 l2_emulation                                                 | definition changed
7343 l2_fib_table_details                                         | definition changed
7344 l2fib_add_del                                                | definition changed
7345 memclnt_keepalive                                            | definition changed
7346 memfd_segment_create                                         | definition changed
7347 mpls_ip_bind_unbind                                          | definition changed
7348 mpls_route_add_del                                           | definition changed
7349 nat44_add_del_address_range                                  | definition changed
7350 nat44_add_del_identity_mapping                               | definition changed
7351 nat44_add_del_interface_addr                                 | definition changed
7352 nat44_add_del_lb_static_mapping                              | definition changed
7353 nat44_add_del_static_mapping                                 | definition changed
7354 nat44_address_details                                        | definition changed
7355 nat44_del_session                                            | definition changed
7356 nat44_forwarding_enable_disable                              | definition changed
7357 nat44_forwarding_is_enabled                                  | definition changed
7358 nat44_identity_mapping_details                               | only in image
7359 nat44_identity_mapping_dump                                  | only in image
7360 nat44_interface_addr_details                                 | definition changed
7361 nat44_lb_static_mapping_details                              | definition changed
7362 nat44_static_mapping_details                                 | definition changed
7363 nat64_add_del_interface_addr                                 | definition changed
7364 nat_get_reass                                                | definition changed
7365 nat_reass_details                                            | only in image
7366 nat_reass_dump                                               | only in image
7367 nat_set_reass                                                | definition changed
7368 reset_vrf                                                    | definition changed
7369 session_rule_add_del                                         | definition changed
7370 session_rules_details                                        | only in image
7371 session_rules_dump                                           | only in image
7372 snat_add_address_range                                       | definition changed
7373 snat_add_del_interface_addr                                  | definition changed
7374 snat_add_det_map                                             | definition changed
7375 snat_add_static_mapping                                      | definition changed
7376 snat_address_details                                         | only in file
7377 snat_address_dump                                            | only in file
7378 snat_control_ping                                            | definition changed
7379 snat_det_close_session_in                                    | definition changed
7380 snat_det_close_session_out                                   | definition changed
7381 snat_det_forward                                             | definition changed
7382 snat_det_get_timeouts                                        | definition changed
7383 snat_det_map_details                                         | only in file
7384 snat_det_map_dump                                            | only in file
7385 snat_det_reverse                                             | definition changed
7386 snat_det_session_details                                     | only in file
7387 snat_det_session_dump                                        | only in file
7388 snat_det_set_timeouts                                        | definition changed
7389 snat_interface_add_del_feature                               | definition changed
7390 snat_interface_add_del_output_feature                        | definition changed
7391 snat_interface_addr_details                                  | only in file
7392 snat_interface_addr_dump                                     | only in file
7393 snat_interface_details                                       | only in file
7394 snat_interface_dump                                          | only in file
7395 snat_interface_output_feature_details                        | only in file
7396 snat_interface_output_feature_dump                           | only in file
7397 snat_ipfix_enable_disable                                    | definition changed
7398 snat_set_workers                                             | definition changed
7399 snat_show_config                                             | definition changed
7400 snat_static_mapping_details                                  | only in file
7401 snat_static_mapping_dump                                     | only in file
7402 snat_user_details                                            | only in file
7403 snat_user_dump                                               | only in file
7404 snat_user_session_details                                    | only in file
7405 snat_user_session_dump                                       | only in file
7406 snat_worker_details                                          | only in file
7407 snat_worker_dump                                             | only in file
7408 sockclnt_create                                              | definition changed
7409 sockclnt_delete                                              | definition changed
7410 sr_localsids_details                                         | only in image
7411 sr_localsids_dump                                            | only in image
7412 sr_mpls_policy_add                                           | definition changed
7413 sr_mpls_policy_assign_endpoint_color                         | definition changed
7414 sr_mpls_policy_del                                           | definition changed
7415 sr_mpls_policy_mod                                           | definition changed
7416 sr_mpls_steering_add_del                                     | definition changed
7417 sr_set_encap_source                                          | definition changed
7418 stn_add_del_rule                                             | definition changed
7419 stn_rule_details                                             | only in image
7420 stn_rules_dump                                               | only in image
7421 sw_interface_set_geneve_bypass                               | definition changed
7422 sw_interface_set_lldp                                        | definition changed
7423 sw_interface_set_rx_mode                                     | definition changed
7424 sw_interface_tap_v2_details                                  | only in image
7425 sw_interface_tap_v2_dump                                     | only in image
7426 tap_create_v2                                                | definition changed
7427 tap_delete_v2                                                | definition changed
7428 udp_encap_add_del                                            | definition changed
7429 udp_encap_details                                            | only in image
7430 udp_encap_dump                                               | only in image
7431 vnet_ip4_mfib_counters                                       | only in image
7432 vnet_ip6_mfib_counters                                       | only in image
7433 want_ip4_mfib_stats                                          | definition changed
7434 want_ip6_mfib_stats                                          | definition changed
7435
7436 Found 142 api message signature differences
7437
7438 ### Patches that changed API definitions
7439
7440 ./src/examples/sample-plugin/sample/sample.api
7441 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7442
7443 ./src/vnet/interface.api
7444 b8d4481a Break up vpe.api
7445 ad8015be devices: Add binary API for set interface <interface> rx-mode
7446 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7447
7448 ./src/vnet/feature/feature.api
7449 b8d4481a Break up vpe.api
7450
7451 ./src/vnet/srv6/sr.api
7452 1a5e301f SRv6 improvements to binary API
7453 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7454
7455 ./src/vnet/bier/bier.api
7456 be302d72 BIER coverity fix in route downlaod
7457 ceb4d05b BIER disposition default route
7458 fa1da15c BIER: API documentation fixes.
7459 9128637e BIER in non-MPLS netowrks
7460 d792d9c0 BIER
7461
7462 ./src/vnet/vxlan-gpe/vxlan_gpe.api
7463 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7464
7465 ./src/vnet/unix/tap.api
7466 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7467
7468 ./src/vnet/lldp/lldp.api
7469 9a6fcef4 LLDP: Add Management Address TLV
7470 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7471
7472 ./src/vnet/dns/dns.api
7473 d2080159 Add reverse DNS (ip to name) resolution
7474 6545716c VPP-1027: DNS name resolver
7475
7476 ./src/vnet/session/session.api
7477 dcf55ce2 vppcom: improve listener session handling
7478 6e8c6679 session: add app ns index to ns create api
7479 c97a7398 session: add rule tags
7480 6c36f53f session: add api to dump rules
7481 1c710451 session: rules tables
7482 ade70e45 session: return local transport endpoint in connect reply
7483 cea194d8 session: add support for application namespacing
7484 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7485
7486 ./src/vnet/devices/af_packet/af_packet.api
7487 92b0275a af_packet: invalid TCP/UDP offload checksum on RX node recalculation
7488 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7489
7490 ./src/vnet/devices/netmap/netmap.api
7491 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7492
7493 ./src/vnet/devices/tap/tapv2.api
7494 73e7f427 tap_v2: include host-side parameters in the dump binary API
7495 2df39094 tapv2: multiple improvements
7496 c99b4cd1 tap_v2: move code to vnet/devices/tap
7497
7498 ./src/vnet/devices/virtio/vhost_user.api
7499 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7500
7501 ./src/vnet/lisp-gpe/lisp_gpe.api
7502 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7503
7504 ./src/vnet/srmpls/sr_mpls.api
7505 42998828 SR-MPLS: binary API and automated steering
7506
7507 ./src/vnet/l2/l2.api
7508 b8d4481a Break up vpe.api
7509 57938f63 l2fib: MAC: Fix uint64 to u8 byte array
7510 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7511
7512 ./src/vnet/udp/udp.api
7513 810086d8 UDP Encapsulation.
7514
7515 ./src/vnet/policer/policer.api
7516 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7517
7518 ./src/vnet/bfd/bfd.api
7519 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7520
7521 ./src/vnet/geneve/geneve.api
7522 556033a0 Add API versioning to GENEVE tunnel implementation.
7523 b598f1d3 Initial GENEVE TUNNEL implementation and tests.
7524
7525 ./src/vnet/gre/gre.api
7526 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7527
7528 ./src/vnet/map/map.api
7529 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7530
7531 ./src/vnet/flow/flow.api
7532 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7533
7534 ./src/vnet/pg/pg.api
7535 b8d4481a Break up vpe.api
7536
7537 ./src/vnet/dhcp/dhcp.api
7538 70bfcaf4 Add Support of DHCP VSS Type 0 where VPN-ID is ASCII
7539 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7540
7541 ./src/vnet/ipsec/ipsec.api
7542 ca514fda Allow IPsec interface to have SAs reset
7543 75d85609 Add API call to set keys on IPsec tunnel intf
7544 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7545 28029530 Add API support to dump IPsec SAs
7546
7547 ./src/vnet/mpls/mpls.api
7548 c42fc05b Remove the unused 'create VRF if needed' API parameters
7549 b8d4481a Break up vpe.api
7550 d792d9c0 BIER
7551 d0a59722 Revert "Enforce FIB table creation before use"
7552 f9342023 Enforce FIB table creation before use
7553 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7554
7555 ./src/vnet/ethernet/p2p_ethernet.api
7556 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7557
7558 ./src/vnet/span/span.api
7559 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7560
7561 ./src/vnet/lisp-cp/lisp.api
7562 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7563
7564 ./src/vnet/lisp-cp/one.api
7565 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7566
7567 ./src/vnet/vxlan/vxlan.api
7568 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7569
7570 ./src/vnet/ipsec-gre/ipsec_gre.api
7571 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7572
7573 ./src/vnet/classify/classify.api
7574 b8d4481a Break up vpe.api
7575 8527f12b add classify session action set-sr-policy-index
7576 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7577
7578 ./src/vnet/ip/punt.api
7579 b8d4481a Break up vpe.api
7580
7581 ./src/vnet/ip/ip.api
7582 c42fc05b Remove the unused 'create VRF if needed' API parameters
7583 b8d4481a Break up vpe.api
7584 af8dfbf6 Add sw_if_index to the ip_neighbor_details_t response.
7585 d792d9c0 BIER
7586 810086d8 UDP Encapsulation.
7587 595992c5 ip: add container proxy api
7588 0164a06d Remove unused 'not_last' parameter from ip_add_del_route
7589 d0a59722 Revert "Enforce FIB table creation before use"
7590 054c03ac Source Lookup progammable via API
7591 f9342023 Enforce FIB table creation before use
7592 d91c1dbd punt and drop features:  - new IPv4 and IPv6 feature arcs on the punt and drop nodes  - new features:    - redirect punted traffic to an interface and nexthop    - police punted traffic.
7593 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7594 6f631156 Distributed Virtual Router Support
7595
7596 ./src/vnet/cop/cop.api
7597 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7598
7599 ./src/vnet/l2tp/l2tp.api
7600 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7601
7602 ./src/vpp/oam/oam.api
7603 b8d4481a Break up vpe.api
7604
7605 ./src/vpp/stats/stats.api
7606 ff233898 Stats for Multicast FIB
7607 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7608
7609 ./src/vpp/api/vpe.api
7610 b8d4481a Break up vpe.api
7611 d792d9c0 BIER
7612 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7613 b598f1d3 Initial GENEVE TUNNEL implementation and tests.
7614
7615 ./src/plugins/ioam/udp-ping/udp_ping.api
7616 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7617
7618 ./src/plugins/ioam/ip6/ioam_cache.api
7619 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7620
7621 ./src/plugins/ioam/lib-pot/pot.api
7622 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7623
7624 ./src/plugins/ioam/lib-trace/trace.api
7625 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7626
7627 ./src/plugins/ioam/export/ioam_export.api
7628 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7629
7630 ./src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.api
7631 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7632
7633 ./src/plugins/ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api
7634 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7635
7636 ./src/plugins/pppoe/pppoe.api
7637 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7638
7639 ./src/plugins/dpdk/api/dpdk.api
7640 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7641
7642 ./src/plugins/acl/acl.api
7643 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7644
7645 ./src/plugins/gtpu/gtpu.api
7646 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7647
7648 ./src/plugins/l2e/l2e.api
7649 4ec38711 L2 emulation: remove usued ip-table-id from API
7650 55d03788 L2 Emulation
7651
7652 ./src/plugins/flowprobe/flowprobe.api
7653 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7654
7655 ./src/plugins/nat/nat.api
7656 7b929793 Translate matching packets using NAT (VPP-1069)
7657 b932d26e NAT: Twice NAT44 (VPP-969)
7658 ab7a805f NAT44: identity NAT (VPP-1073)
7659 c6fb36fc NAT: Remove old SNAT API (VPP-1070)
7660 0938dcf1 NAT64 to use IPv4 address from interface (VPP-1051)
7661 efcd1e9e SNAT: IP fragmentation (VPP-890)
7662 8ebe6253 NAT: DS-Lite (VPP-1040)
7663 5ba86f72 NAT: delete session API/CLI (VPP-1041)
7664 36ea2d6d One armed NAT (VPP-1035)
7665 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7666
7667 ./src/plugins/memif/memif.api
7668 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7669
7670 ./src/plugins/kubeproxy/kp.api
7671 c91f5024 Support kube-proxy data plane
7672
7673 ./src/plugins/lb/lb.api
7674 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7675
7676 ./src/plugins/stn/stn.api
7677 0906c5cf Plugin for IP-Address to Interface Punting
7678
7679 ./src/vlibmemory/memclnt.api
7680 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
7681 59b2565c Repair vlib API socket server
7682
7683
7684 @page release_notes_1710 Release notes for VPP 17.10
7685
7686 More than 400 commits since the 1707 release.
7687
7688 ## Features
7689 - Infrastructure
7690   - DPDK 17.08
7691   - IP reassembly
7692   - Bounded-index extensible hash bucket-level LRU cache
7693   - Templated timer wheel improvements
7694
7695 - API
7696   - C/C++ language binding
7697   - API stats
7698
7699 - Host stack
7700   - VPP TCP stack scale/congestion improvements
7701   - VPP Comms Library (VCL)
7702   - Overall performance, scale and hardening
7703
7704 - Network features
7705   - IPSec rework - utilize new FIB
7706   - VPLS and VPWS implementation
7707
7708   - NAT
7709     - Renamed SNAT to NAT
7710     - Performance / Scale
7711     - Destination NAT44 with load-balancing
7712     - In2out translation as an output feature on the outside interface
7713     - Fullback to 3-tuple key for non TCP/UDP/ICMP sessions
7714
7715   - Security Groups/ACLs
7716     - "Replace" semantics for adding a new MacIP acl
7717     - Test suite tests for MacIP ACLs
7718
7719   - ONE-LISP
7720     - Map-server fallback support
7721     - Preemptive re-fetch of active mappings that are about to expire
7722     - ND termination
7723
7724   - PPPoE
7725     - PPPoE Control Plane packet dispatch
7726     - PPPoE decapsulation
7727     - PPPoE encapsulation
7728
7729 ## Known issues
7730
7731 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
7732
7733 ## Issues fixed
7734
7735 For the full list of fixed issues please refer to:
7736 - fd.io [JIRA](https://jira.fd.io)
7737 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1710)
7738
7739 ## API changes
7740
7741 Message Name                                                 | Result
7742 -------------------------------------------------------------|----------------
7743 bridge_domain_add_del                                        | definition changed
7744 bridge_domain_details                                        | definition changed
7745 connect_session                                              | definition changed
7746 connect_sock                                                 | definition changed
7747 connect_sock_reply                                           | definition changed
7748 connect_uri_reply                                            | definition changed
7749 create_vhost_user_if                                         | definition changed
7750 dhcp_client_config                                           | definition changed
7751 ip4_arp_event                                                | definition changed
7752 ip6_fib_details                                              | definition changed
7753 ip6_nd_event                                                 | definition changed
7754 ip_add_del_route                                             | definition changed
7755 ip_fib_details                                               | definition changed
7756 ip_table_add_del                                             | definition changed
7757 l2_macs_event                                                | only in image
7758 macip_acl_add_replace                                        | definition changed
7759 macip_acl_interface_list_details                             | only in image
7760 macip_acl_interface_list_dump                                | only in image
7761 modify_vhost_user_if                                         | definition changed
7762 mpls_fib_details                                             | definition changed
7763 mpls_route_add_del                                           | definition changed
7764 mpls_table_add_del                                           | definition changed
7765 mpls_tunnel_add_del                                          | definition changed
7766 nat44_add_del_address_range                                  | definition changed
7767 nat44_add_del_interface_addr                                 | definition changed
7768 nat44_add_del_lb_static_mapping                              | definition changed
7769 nat44_add_del_static_mapping                                 | definition changed
7770 nat44_address_details                                        | only in image
7771 nat44_address_dump                                           | only in image
7772 nat44_interface_add_del_feature                              | definition changed
7773 nat44_interface_add_del_output_feature                       | definition changed
7774 nat44_interface_addr_details                                 | only in image
7775 nat44_interface_addr_dump                                    | only in image
7776 nat44_interface_details                                      | only in image
7777 nat44_interface_dump                                         | only in image
7778 nat44_interface_output_feature_details                       | only in image
7779 nat44_interface_output_feature_dump                          | only in image
7780 nat44_lb_static_mapping_details                              | only in image
7781 nat44_lb_static_mapping_dump                                 | only in image
7782 nat44_static_mapping_details                                 | only in image
7783 nat44_static_mapping_dump                                    | only in image
7784 nat44_user_details                                           | only in image
7785 nat44_user_dump                                              | only in image
7786 nat44_user_session_details                                   | only in image
7787 nat44_user_session_dump                                      | only in image
7788 nat_control_ping                                             | definition changed
7789 nat_det_add_del_map                                          | definition changed
7790 nat_det_close_session_in                                     | definition changed
7791 nat_det_close_session_out                                    | definition changed
7792 nat_det_forward                                              | definition changed
7793 nat_det_get_timeouts                                         | definition changed
7794 nat_det_map_details                                          | only in image
7795 nat_det_map_dump                                             | only in image
7796 nat_det_reverse                                              | definition changed
7797 nat_det_session_details                                      | only in image
7798 nat_det_session_dump                                         | only in image
7799 nat_det_set_timeouts                                         | definition changed
7800 nat_ipfix_enable_disable                                     | definition changed
7801 nat_set_workers                                              | definition changed
7802 nat_show_config                                              | definition changed
7803 nat_worker_details                                           | only in image
7804 nat_worker_dump                                              | only in image
7805 one_add_del_ndp_entry                                        | definition changed
7806 one_enable_disable_petr_mode                                 | definition changed
7807 one_enable_disable_pitr_mode                                 | definition changed
7808 one_enable_disable_xtr_mode                                  | definition changed
7809 one_get_transport_protocol                                   | definition changed
7810 one_map_register_fallback_threshold                          | definition changed
7811 one_map_register_set_ttl                                     | definition changed
7812 one_ndp_bd_get                                               | definition changed
7813 one_ndp_entries_get                                          | definition changed
7814 one_set_transport_protocol                                   | definition changed
7815 one_show_petr_mode                                           | definition changed
7816 one_show_pitr_mode                                           | definition changed
7817 one_show_xtr_mode                                            | definition changed
7818 p2p_ethernet_add                                             | definition changed
7819 pppoe_add_del_session                                        | definition changed
7820 pppoe_session_details                                        | only in image
7821 pppoe_session_dump                                           | only in image
7822 punt_socket_deregister                                       | definition changed
7823 punt_socket_register                                         | definition changed
7824 show_one_map_register_fallback_threshold                     | definition changed
7825 show_one_map_register_ttl                                    | definition changed
7826 snat_interface_add_del_output_feature                        | definition changed
7827 snat_interface_output_feature_details                        | only in image
7828 snat_interface_output_feature_dump                           | only in image
7829 sw_interface_event                                           | only in image
7830 sw_interface_set_flags                                       | definition changed
7831 sw_interface_span_dump                                       | definition changed
7832 sw_interface_span_enable_disable                             | definition changed
7833 sw_interface_vhost_user_details                              | definition changed
7834 tcp_configure_src_addresses                                  | definition changed
7835 vnet_per_interface_combined_counters                         | only in image
7836 vnet_per_interface_simple_counters                           | only in image
7837 want_interface_combined_stats                                | definition changed
7838 want_interface_simple_stats                                  | definition changed
7839 want_ip4_fib_stats                                           | definition changed
7840 want_ip4_nbr_stats                                           | definition changed
7841 want_ip6_fib_stats                                           | definition changed
7842 want_ip6_nbr_stats                                           | definition changed
7843 want_l2_macs_events                                          | definition changed
7844 want_per_interface_combined_stats                            | definition changed
7845 want_per_interface_simple_stats                              | definition changed
7846
7847 Found 103 api message signature differences
7848
7849 Patches that updated the API files:
7850
7851 ./src/plugins/pppoe/pppoe.api
7852 62f9cdd8 Add PPPoE Plugin
7853
7854 ./src/plugins/acl/acl.api
7855 c29940c5 ACL-plugin add "replace" semantics for adding a new MacIP acl
7856 de9fbf43 MAC IP ACL interface list dump (as an alternative to the get/reply)
7857
7858 ./src/plugins/nat/nat.api
7859 704018cf NAT: Destination NAT44 with load-balancing (VPP-954)
7860 2ba92e32 NAT: Rename snat plugin to nat (VPP-955)
7861
7862 ./src/vnet/interface.api
7863 831fb59f Stats refactor
7864 d292ab1e No context in SW interface event
7865 a07bd708 Dedicated SW Interface Event
7866
7867 ./src/vnet/dhcp/dhcp.api
7868 51822bf0 DHCP client option 61 "client_id"
7869 4729b1ec DHCP complete event sends mask length
7870
7871 ./src/vnet/lldp/lldp.api
7872 99a0e60e Add API support for LLDP config/interface set
7873
7874 ./src/vnet/lisp-cp/one.api
7875 d630713d LISP: add neighbor discovery and CP protocol separation APIs
7876 111a5cea LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modes
7877 7048ff1e LISP: Map-server fallback feature
7878 1e553a00 LISP: make TTL for map register messages configurable
7879
7880 ./src/vnet/ethernet/p2p_ethernet.api
7881 15ac81c1 P2P Ethernet
7882
7883 ./src/vnet/mpls/mpls.api
7884 2297af01 Add a name to the creation of an IP and MPLS table
7885 28ab9cc1 FIB table add/delete API only
7886 da78f957 L2 over MPLS
7887 a0a908f1 FIB path weight incorrect in dump (VPP-922)
7888 57b5860f FIB path preference
7889
7890 ./src/vnet/session/session.api
7891 33e002b1 Fix session connect api message handling.
7892
7893 ./src/vnet/span/span.api
7894 5b311202 SPAN/API:enable L2 dump
7895 001fd406 SPAN:add l2 mirror
7896
7897 ./src/vnet/devices/virtio/vhost_user.api
7898 4ba75f54 vhost: Remove operation mode in the API
7899
7900 ./src/vnet/vxlan-gpe/vxlan_gpe.api
7901 04ffd0ad VPP crash on creating vxlan gpe interface. VPP-875
7902
7903 ./src/vnet/tcp/tcp.api
7904 3bbcfab1 TCP source address automation
7905
7906 ./src/vnet/ip/ip.api
7907 2297af01 Add a name to the creation of an IP and MPLS table
7908 28ab9cc1 FIB table add/delete API only
7909 57b5860f FIB path preference
7910
7911 ./src/vnet/lisp-gpe/lisp_gpe.api
7912 af3d9771 Remove unused retval from gpe_native_fwd_rpath type definition
7913
7914 ./src/vnet/l2/l2.api
7915 50570ece Update of free text tag patch for BD
7916 48304141 Support for bridge domain free text tag
7917 e531f4cb Increase default MAC learn limit and check it in learn-update path
7918 8d00fff8 Add support for API client to receive L2 MAC events
7919
7920 ./src/vpp/api/vpe.api
7921 8a19f12a Allow individual stats API and introduce stats.api
7922 4802632d Punt socket: Fix coverity error for pathname length mismatch between API and sun_path.
7923 f7a55ad7 PUNT socket: External control plane processes connected via UNIX domain sockets.
7924 75e2f2ac API:fix arp/ND event messages - remove context
7925 99a0e60e Add API support for LLDP config/interface set
7926
7927 ./src/vpp/stats/stats.api
7928 831fb59f Stats refactor
7929 8a19f12a Allow individual stats API and introduce stats.api
7930
7931
7932 @page release_notes_1707 Release notes for VPP 17.07
7933
7934 More than 400 commits since the 1704 release.
7935
7936 ## Features
7937 - Infrastructure
7938   - make test; improved debuggability.
7939   - TAB auto-completion on the CLI
7940   - DPDK 17.05
7941   - python 3 support in test infra
7942
7943 - Host stack
7944   - Improved Linux TCP stack compatibility using IWL test suite (https://jira.fd.io/browse/VPP-720)
7945   - Improved loss recovery (RFC5681, RFC6582, RF6675)
7946   - Basic implementation of Eifel detection algorithm (RFC3522)
7947   - Basic support for buffer chains
7948   - Refactored session layer API
7949   - Overall performance, scale and hardening
7950
7951 - Interfaces
7952   - memif: IP mode, jumbo frames, multi queue
7953   - virtio-user support
7954   - vhost-usr; adaptive (poll/interupt) support.
7955
7956 - Network features
7957   - MPLS Multicast FIB
7958
7959   - BFD FIB integration
7960
7961   - NAT64 support
7962
7963   - GRE over IPv6
7964
7965   - Segement routing MPLS
7966
7967   - IOAM configuration for SRv6 localsid
7968
7969   - LISP
7970     - NSH support
7971     - native forward static routes
7972     - L2 ARP
7973
7974   - ACL multi-core suuport
7975
7976   - Flowprobe:
7977     - Add flowstartns, flowendns and tcpcontrolbits
7978     - Stateful flows and IPv6, L4 recording
7979
7980   - GTP-U support
7981
7982   - VXLAN GPE support for FIB2.0 and bypass.
7983
7984
7985 ## Known issues
7986
7987 For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io).
7988
7989 ## Issues fixed
7990
7991 For the full list of fixed issues please reffer to:
7992 - fd.io [JIRA](https://jira.fd.io)
7993 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1707)
7994
7995
7996 @page release_notes_1704 Release notes for VPP 17.04
7997
7998 More than 500 commits since the 1701 release.
7999
8000 ## Features
8001 - Infrastructure
8002   - make test improvements
8003   - vnet: add device-input threadplacement infra
8004   - 64 bit per-thread counters
8005   - process restart cli
8006   - High performance timer wheels
8007   - Plugin infrastructure improvements
8008     - Support for .default_disabled, .version_required
8009   - Added MAINTAINERS file
8010
8011 - Host stack
8012   - TCP stack (experimental)
8013   - DHCPv4 / DHCPv6 relay multi-destination
8014   - DHCPv4 option 82
8015   - ND proxy
8016   - Attached hosts
8017   - Consolidated DHCPv4 and DHCPv6 implementation
8018
8019 - Interfaces
8020   - DPDK 17.02 (retire support for DPDK 16.07)
8021   - Add memif - packet memory interface for intra-host communication
8022   - vhost: support interrupt mode
8023   - DPDK as plugin (retired vpp_lite)
8024   - DPDPK input optimizations
8025   - Loopback interface allocation scheme
8026
8027 - Network features
8028   - IP Multicast FIB
8029
8030   - Bridging
8031     - Learning on local interfaces
8032     - Flushing of MACs from the L2 FIB
8033
8034   - SNAT
8035     - CGN (Deterministic and dynamic)
8036     - CGN configurable port allocation algorithm
8037     - ICMP support
8038     - Tentant VRF id for SNAT outside addresses
8039     - Session dump / User dump
8040     - Port allocation per protocol
8041
8042   - Security groups
8043     - Routed interface support
8044     - L2+L3 unified processing node
8045     - Improve fragment handling
8046
8047   - Segement routing v6
8048     - SR policies with weighted SID lists
8049     - Binding SID
8050     - SR steering policies
8051     - SR Local SIDs
8052     - Framework to expand local SIDs w/plugins
8053     - Documentation
8054
8055   - IOAM
8056     - UDP Pinger w/path fault isolation
8057     - IOAM as type 2 metadata in NSH
8058     - IAOM raw IPFIX collector and analyzer
8059     - Anycast active server selection
8060     - Documentation
8061     - SRv6 Local SID
8062     - IP6 HBH header and SR header co-existence
8063     - Active probe
8064
8065   - LISP
8066     - Statistics collection
8067     - Generalize encap for overlay transport (vxlan-gpe support)
8068     - Improve data plane speed
8069
8070   - GPE
8071     - CLI
8072     - NSH added to encap/decap path
8073     - Renamed LISP GPE API to GPE
8074
8075   - MPLS
8076     - Performance improvements (quad loop)
8077
8078   - BFD
8079     - Command line interface
8080     - Echo function
8081     - Remote demand mode
8082     - SHA1 authentication
8083
8084   - IPsec
8085     - IKEv2 initiator features
8086
8087   - VXLAN
8088     - unify IP4/IP6 control plane handling
8089
8090 ## API changes
8091
8092 - Python API: To avoid conflicts between VPP API messages names and
8093   the Python API binding function names, VPP API methods are put in a
8094   separate proxy object.
8095   https://gerrit.fd.io/r/#/c/5570/
8096   The api methods are now referenced as:
8097     vpp_handle = VPP(jsonfiles)
8098     vpp_handle.connect(...)
8099     vpp = vpp_handle.api
8100     vpp.show_version()
8101     vpp_handle.disconnect()
8102
8103   For backwards compatibility VPP API methods are left in the main
8104   name space (VPP), but will be removed from 17.07.
8105
8106   - Python API: Change from cPython to CFFI.
8107
8108 - create_loopback message to be replaced with create_loopback_instance
8109   create_loopback will be removed from 17.07.
8110   https://gerrit.fd.io/r/#/c/5572/
8111
8112 ## Known issues
8113
8114 For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io).
8115
8116 ## Issues fixed
8117
8118 For the full list of fixed issues please reffer to:
8119 - fd.io [JIRA](https://jira.fd.io)
8120 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1704)
8121
8122
8123 @page release_notes_17011 Release notes for VPP 17.01.1
8124
8125 This is bug fix release.
8126
8127 For the full list of fixed issues please reffer to:
8128 - fd.io [JIRA](https://jira.fd.io)
8129 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1701)
8130
8131
8132 @page release_notes_1701 Release notes for VPP 17.01
8133
8134 @note This release was for a while known as 16.12.
8135
8136 ## Features
8137
8138 - [Integrated November 2016 DPDK release](http://www.dpdk.org/doc/guides/rel_notes/release_16_11.html)
8139
8140 - Complete rework of Forwarding Information Base (FIB)
8141
8142 - Performance Improvements
8143   - Improvements in DPDK input and output nodes
8144   - Improvements in L2 path
8145   - Improvmeents in IPv4 lookup node
8146
8147 - Feature Arcs Improvements
8148   - Consolidation of the code
8149   - New feature arcs
8150     - device-input
8151     - interface-output
8152
8153 - DPDK Cryptodev Support
8154   - Software and Hardware Crypto Support
8155
8156 - DPDK HQoS support
8157
8158 - Simple Port Analyzer (SPAN)
8159
8160 - Bidirectional Forwarding Detection
8161   - Basic implementation
8162
8163 - IPFIX Improvements
8164
8165 - L2 GRE over IPSec tunnels
8166
8167 - Link Layer Discovery Protocol (LLDP)
8168
8169 - Vhost-user Improvements
8170   - Performance Improvements
8171   - Multiqueue
8172   - Reconnect
8173
8174 - LISP Enhancements
8175   - Source/Dest control plane support
8176   - L2 over LISP and GRE
8177   - Map-Register/Map-Notify/RLOC-probing support
8178   - L2 API improvements, overall code hardening
8179
8180 - Plugins:
8181   - New: ACL
8182   - New: Flow per Packet
8183   - Improved: SNAT
8184     - Mutlithreading
8185     - Flow export
8186
8187 - Doxygen Enhancements
8188
8189 - Luajit API bindings
8190
8191 - API Refactoring
8192   - file split
8193   - message signatures
8194
8195 - Python and Scapy based unit testing infrastructure
8196   - Infrastructure
8197   - Various tests
8198
8199 - Packet Generator improvements
8200
8201 - TUN/TAP jumbo frames support
8202
8203 - Other various bug fixes and improvements
8204
8205 ## Known issues
8206
8207 For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io).
8208
8209 ## Issues fixed
8210
8211 For the full list of fixed issues please reffer to:
8212 - fd.io [JIRA](https://jira.fd.io)
8213 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1701)
8214
8215
8216 @page release_notes_1609 Release notes for VPP 16.09
8217
8218 ## Features
8219
8220 - [Integrated July 2016 DPDK release](http://www.dpdk.org/doc/guides/rel_notes/release_16_07.html)
8221   - DPDK-vhost is depreciated pending a complete rework of the original integration and
8222     addressing of rx performance deltas.
8223   - Patches required for DPDK 16.07:
8224     - Correctly setting the Packet Type in the IGB, IXGBE and i40e drivers.
8225     - Correctly setting checksum in the i40e driver.
8226     - NXP DPAA2 PMD Driver.
8227     - rte_delay (yield) functionality.
8228
8229 - Add “in tree” plugins:
8230   - IPv6 ILA.
8231   - iOAM.
8232   - Load Balancer.
8233   - SNAT.
8234
8235 - High-performance (line-rate) “neutron like” L4 port-filtering.
8236
8237 - API refactoring - addressing some of the issues around JVPP bindings.
8238   - Accommodating plugins [(e.g. NSH_SFC)](https://wiki.fd.io/view/NSH_SFC)
8239   - Binding for [python](https://wiki.fd.io/view/VPP/Python_API)
8240
8241 - LISP
8242   - L2 LISP overlays
8243   -  Multitenancy
8244   - Multihoming
8245   - RTR mode
8246   - Map-resolver failover algorithm
8247
8248 - Support 64-bit vector lengths, huge shared-memory segments.
8249
8250 - Dynamic IP Feature ordering
8251   - IP Features can now specify features they appear before and after
8252
8253 - 16.09 Builds
8254   - Ubuntu 14.04 LTS - Trusty Tahr
8255   - Ubuntu 16.04 LTS - Xenial Xerus
8256   - CentOS 7
8257   - More information on [VPP wiki](https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages)
8258
8259 - Performance, characterize and document performance for this release
8260   [(more information on CSIT page)](https://wiki.fd.io/view/CSIT)
8261
8262    - IPv4 and IPv6 Scale - performance tests.
8263      - Bidirectional 10k/100k/1M flows.
8264      - 64B,570B, 1518B,9000B packet sizes.
8265    - IPv6 iACL - performance
8266      - DUT1 and DUT2 are configured with IPv6 routing, two static IPv6 /64 routes and IPv6 iAcl
8267        security whitelist ingress /64 filter entries applied on links.
8268      - TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per
8269        flow-group) with all packets containing Ethernet header, IPv6 header and generated payload.
8270        MAC addresses are matching MAC addresses of the TG node interfaces.
8271
8272    - L2XC VXLANoIPv4 - performance
8273      - DUT1 and DUT2 are configured with L2 cross-connect. VXLAN tunnels are configured between
8274        L2XCs on DUT1 and DUT2.
8275      - TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per
8276        flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61
8277        and generated payload. MAC addresses are matching MAC addresses of the TG node interfaces.
8278
8279 - Documentation
8280   - Autogenerated CLI documentation.
8281   - Using doxygen to automate API/Node documentation.
8282   - [(available online)](https://docs.fd.io/vpp/16.09/)
8283
8284 - Resolved all static analysis issues found by Coverity
8285   - Beginning of 16.09 cycle: 505 issues.
8286   - Release: 0 outstanding issues.
8287
8288
8289 ## Known issues
8290
8291 Issues in fd.io are tracked in [JIRA](https://jira.fd.io).
8292
8293 Issue | Description
8294 --- | ---
8295 VPP-391 |   vpp debug version assert appeared in the process of start
8296 VPP-380 |   Mapping algorithm compute wrong ea-bits when IPv4 prefix 0.0.0.0/0
8297 VPP-371 |   load_one_plugin:63: Loaded plugin: message from vppctl
8298 VPP-367 |   vpp packages need to depend on specific versions of each other
8299 VPP-312 |   IP6 FIB gets in indeterminate state by duplicating commands
8300 VPP-224 |   Lookup-in-vrf can not be set correctly
8301 VPP-206 |   Fix classify table delete
8302 VPP-203 |   Fix binary API for reading vpp node graph
8303 VPP-147 |   Inconsistent behaviour when adding L2 FIB filter entry
8304 VPP-99  |  VPP doesn't discard DHCPOFFER message with wrong XID
8305
8306
8307 ## Issues fixed
8308
8309 Issues in fd.io are tracked in [JIRA](https://jira.fd.io).
8310
8311 Issue | Description
8312 --- | ---
8313 VPP-396 |   Ubuntu systems Graphviz bug
8314 VPP-390 |   vpp-lib rpm fails to include *.so symlinks, causing linking problems with out of tree builds
8315 VPP-388 |   IPSec output feature assumes packets have been ethernet rewritten
8316 VPP-385 |   ARP for indirect adjacencies not working correctly
8317 VPP-361 |   Memory leak on delete of VXLAN over IPv6 tunnel
8318 VPP-357 |   VNI not set correctly when removing LISP fwd entries
8319 VPP-349 |   sw_interface_vhost_user_dump not working
8320 VPP-345 |   net/enic: bad L4 checksum ptype set on ICMP packets
8321 VPP-340 |   MAP-T wrong destination address
8322 VPP-330 |   Use fifo to store LISP pending map-requests
8323 VPP-326 |   map_add_domain VAT command: unable to configure domain with mtu parameter
8324 VPP-318 |   The map_add_domain VAT command accepts invalid arguments
8325 VPP-315 |   Fix "show vxlan-gpe" issue
8326 VPP-310 |   Mapping algorithm compute wrong ea-bits
8327 VPP-239 |   LISP IP forwarding does not tag packets that hit negative mapping entries
8328 VPP-235 |   Invalid help in VAT for sw_interface_set_l2_bridge
8329 VPP-228 |   Mapping algorithm sends packet to wrong IPv6 address
8330 VPP-214 |   vpp-api-test: api_ipsec_sad_add_del_entry: vector "ck" not initialized
8331 VPP-200 |   VPP - TAP port create problem
8332 VPP-189 |   Coverity Issues for 16.09
8333 VPP-184 |   u16 translating to char ,not short
8334 VPP-179 |   Adjacency share-count botch
8335 VPP-163 |   "show ip6 interface" ignores non-global addresses
8336 VPP-155 |   Netmap: Inconsistency in interface state between "show hardware" and "show interface"
8337 VPP-145 |   Dynamically compute IP feature ordering based on constraints
8338 VPP-137 |   VPP sends ARP with wrong requested IP
8339 VPP-118 |   JVpp: 0 length arrays not handled properly in VPP responses
8340 VPP-112 |   linux kernel info missing from build log
8341 VPP-110 |   vxlan encap node should never touch a deleted tunnel
8342 VPP-107 |   RPM build broken in master
8343 VPP-92  |   segment routing is not properly filling out the segment list
8344 VPP-91  |   segment routing add/del tunnel lookup doesn't work
8345 VPP-84  |   af_packet throws a fatal error on EAGAIN
8346 VPP-74  |   Clang compile fails due to warning in vlib/unix/cli.c
8347 VPP-64  |   Top level "make pkg-deb" fails if CDPATH is set in user env.
8348 VPP-48  |   Traceroute does not terminate when VPP is the target
8349 VPP-23  |   CLI pager does not gracefully handle lines longer than the terminal width
8350
8351
8352 @page release_notes_1606 Release notes for VPP 16.06
8353
8354
8355 The FD.io Project, relentlessly focused on data IO speed and efficiency
8356 supporting the creation of high performance, flexible, and scalable software
8357 defined infrastructures, announces the availability of the community’s first
8358 software release (16.06).
8359
8360 In the four months since launching, FD.io has brought together more than 75
8361 developers from 11 different companies including network operators, solution
8362 providers chip vendors, and network equipment vendors who are collaborating to
8363 enhance and innovate around the Vector Packet Processing (VPP) technology. The
8364 FD.io community has quickly formed to grow the number of projects from the
8365 initial VPP project to an additional 6 projects addressing a diverse set of
8366 requirements and usability across a variety of deployment environments.
8367
8368 The 16.06 release brings unprecedented performance: 480Gbps/200mpps with 8
8369 million routes and 2k whitelist entries on standard high volume x86 servers.
8370
8371
8372 ## Features
8373
8374 In addition to the existing full suite of vswitch/vrouter features, the new
8375 16.06 release adds:
8376
8377 * Enhanced Switching and Routing:
8378   * IPv6 Segment Routing multicast support.
8379   * LISP xTR support.
8380   * VXLAN over IPv6 underlay.
8381   * Per interface whitelists.
8382   * Shared adjacencies in FIB.
8383
8384 * New and improved interface support:
8385   * Jumbo frame support for vhost-user.
8386   * Netmap interface support.
8387   * AF_Packet interface support.
8388
8389 * Expanded and improved programmability:
8390   * Python API bindings.
8391   * Enhanced JVPP Java API bindings.
8392   * Debugging CLI.
8393
8394 * Expanded Hardware and Software Support:
8395   * Support for ARM 32 targets including Rasberry Pi single-board computer.
8396   * Support for DPDK 16.04.
8397