1 # Release Notes {#release_notes}
3 * @subpage release_notes_2009
4 * @subpage release_notes_2005
5 * @subpage release_notes_2001
6 * @subpage release_notes_19082
7 * @subpage release_notes_19081
8 * @subpage release_notes_1908
9 * @subpage release_notes_19043
10 * @subpage release_notes_19042
11 * @subpage release_notes_19041
12 * @subpage release_notes_1904
13 * @subpage release_notes_19013
14 * @subpage release_notes_19012
15 * @subpage release_notes_19011
16 * @subpage release_notes_1901
17 * @subpage release_notes_1810
18 * @subpage release_notes_1807
19 * @subpage release_notes_1804
20 * @subpage release_notes_18012
21 * @subpage release_notes_18011
22 * @subpage release_notes_1801
23 * @subpage release_notes_1710
24 * @subpage release_notes_1707
25 * @subpage release_notes_1704
26 * @subpage release_notes_17011
27 * @subpage release_notes_1701
28 * @subpage release_notes_1609
29 * @subpage release_notes_1606
31 @page release_notes_2005 Release notes for VPP 20.09
35 @page release_notes_2005 Release notes for VPP 20.05
37 More than 751 commits since the 20.01 release.
41 ### Feature Highlights
43 As per commits involving
44 FEATURE.yaml edits between the previous release and this release.
45 They are mentioned in the below "features" section as well,
46 together with the corresponding commits.
49 - Implement sw_interface_tap_v2_dump filtering by sw_if_index
50 - Add support for persistence
51 - Native Virtio Drivers
52 - Support virtio 1.1 packed ring in vhost
54 - Add support for IP-IP
55 - Add vxlan tunnel support
57 - Add plugin providing VRRP support
59 ### Ongoing Work On More Semantic-Typed API
61 This release, like the 20.01, continues the journey on defining
62 the semantic-based types instead of storage-based types within the API,
63 so you may have noticed this in the API changes.
66 are related to the infrastructure, and may be bugfixes, they
67 do not change the CRC of the message but affect the representation
68 on the wire. One particular commit we want you to pay attention to,
69 is [b5c0d35f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b5c0d35f), which
70 fixes the bug with the enum representation on the wire - before it,
71 even the enums declared as u8 or u16 were represented as u32 in
74 Another important commit we would like to call out explicitly as well is
75 [7dd63e5c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7dd63e5c), which
76 pinned the address_family and ip_proto enum types to be u8 instead of the default u32.
78 The above two commits will be primarily interesting for those who work with the low-level
79 APIs on VPP - the API frameworks should make these under-the-hood changes transparent.
80 However, we decided to call these out, given that for those affected these will
81 be pretty important changes.
83 Another commit, that does not have the immediate impact at the moment, but that
84 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).
85 This adds the tooling and ability to implement a structured process,
86 by which the API messages can evolve, while minimizing the impact to the
91 - Binary API Compiler for Python
92 - Api crc checker (5c318c70d)
93 - Binary API Libraries
94 - Add macro that zeros out api reply buffer (f24de1795)
96 - Add snap packaging (experimental) (6d97e62c0)
97 - Support arch-specific compiling for Neoverse N1 (690ce8672)
98 - Crypto native Plugin
99 - Add ARMv8 AES-CBC implementation (776644efe)
100 - Add AArch64 AES-GCM native implementation (622b5ce61)
101 - Calculate ghash using vpclmulqdq instructions (627fb6a16)
102 - GCM implementation with vector AESNI instructions (47d8f5dcd)
103 - Infrastructure Library
104 - Add x86 CPU definitions (38e0413b2)
105 - Numa vector placement support (a690fdbfe)
106 - Add cmake option to grow vectors by 1 (98bd75778)
107 - Add tw\_timer\_2t\_2w\_512sl variant (907678977)
109 - Add GSO support (2e1fa54b7)
112 - Output switch information (2347278d9)
113 - Use port\_id as interface name suffix for representors (a80f8f371)
114 - Add iova-mode to startup (4e96ddaec)
115 - Bump DPDK version to 20.02 (76be887d8)
116 - Enable DPDK iAVF PMD (162ea767c)
117 - DPDK 20.05 iavf flow director backporting to DPDK 20.02 (7f83738b4)
119 - Offload RX flow (00fdf53c7)
120 - RX offload for IPv6 payload supporting (ed63a0ff7)
121 - Host Stack Applications
122 - Proxy rcv wnd update acks after full fifos (dda2dbeda)
123 - IPv6 Segment Routing Mobile
124 - Support GTP4/6.DT and User Plane message mapping (9e722bd46)
125 - Internet Key Exchange (IKEv2) Protocol
126 - Configure a profile with an existing interface (44476c6b2)
127 - Responder honours the protected tunnel config (685001f0a)
128 - Add support for custom ipsec-over-udp port (e5d34919b)
129 - Dead peer detection (c415d0a8e)
131 - In2out-output nodes work with acl reflect (d539e256b)
132 - Api & cli command for forcing session cleanup (edf777272)
133 - Dslite ce mode in separate config entry (958919f36)
135 - Update quicly to v0.0.10-VPP (62b1cea6e)
136 - Quicly crypto offloading (92de6b65b)
137 - Check quicly version tag at compile time (ffdc72da4)
138 - RDMA (ibverb) driver
139 - Bunp rdma-core version to v28.0 (eb89b9093)
140 - Add Mellanox mlx5 Direct Verbs receive support (dd648aac0)
141 - Introduce direct verb for Cx4/5 tx (dc812d9a7)
142 - Unicast Reverse Path forwarding
143 - Unicast reverse Path Forwarding (plugin) (d724e4f43)
145 - Add plugin providing vrrp support (39e9428b9)
147 - Numa awareness for ssvm segments (6fe8998fe)
148 - Support multi-chunk fifo chunk alloc (8e755a16a)
149 - Chunk alloc stats (d35887297)
150 - New FIFO design/architecture (f22f4e562)
151 - Fifo test (64e96613d)
152 - Test Infrastructure
153 - Add running\_gcov\_tests to framework.py (d498c9eb2)
154 - Implement ipaddress convenience methods (e64e5fff4)
157 - Add chained buffer support in ipsecmb (AES-GCM) (2fc409131)
158 - Add support for testing quad loops in crypto algos (a9075dcf6)
159 - Introduce async crypto infra (f539578ba)
161 - Configure system default ethernet MTU (5fa452554)
163 - Add vlan tagged types for IPv4/IPv6 5-tuple flows (f13830ce7)
164 - Add RSS support (24e2c50bf)
165 - Add l2tpv3oip flow (8b43aaaf1)
167 - Tunnel encap/decap flags (e5b94dded)
169 - Add vxlan tunnel support (0b04209ed)
170 - Add support for IP-IP (84f91fa9c)
172 - Populate neighbor age via API (9c1928f81)
173 - Replace feature for the ip-neighbor data-base (c87fbb417)
174 - Add flush API (240dcb24a)
176 - Multi-point interface (14053c9db)
178 - Add support for chained buffers (efcad1a9d)
179 - IPSec protection for multi-point tunnel interfaces (282872127)
180 - Add input node bypass/discard functionality (0546483ce)
181 - User can choose the UDP source port (abc5660c6)
182 - Support 4o6 and 6o4 for SPD tunnel mode SAs (b1fd80f09)
184 - More detailed show reassembly commands (a877cf9f3)
185 - Replace Sematics for Interface IP addresses (59f71132e)
187 - Add user defined name tag to mpls tunnels (39ae0a07a)
188 - Native Virtio Drivers
189 - Support virtio 1.1 packed ring in vhost (bc0d9ff67)
191 - Set vnet buffer flags in pg streams (08eb2bb20)
192 - Segment Routing (IPv6 and MPLS)
193 - Change the CLI keyword from address to prefix. (b24e287b9)
194 - Support uSID function. (ec9cb9668)
196 - Tracking segment memory usage (234fe894d)
197 - Basic fifo-tuning-logic (d8f48e216)
198 - Api to add new transport types (07063b8ea)
199 - Support connect on listeners (0a1e183e5)
200 - Adding debug events (7357043d2)
201 - Add option to preallocate fifo headers (9845c20d7)
203 - Add support for persistance (b49bc1ae6)
204 - Add initial support for tun (206acf84d)
205 - Implement sw\_interface\_tap\_v2\_dump filtering by sw\_if\_index (073d74d0b)
207 - Add option to avoid endpoint cleanup (43818c1e0)
208 - Minimal set of worker stats (5e6305fb0)
209 - Allow custom mss on connects (ff19e3bf4)
210 - TLS and TLS engine plugins
211 - Picotls engine symmetric crypto enhancement by VPP crypto framework (3b8518164)
213 - Track connection port sharing (a039620c2)
215 - Udp session migration notifications (68b7e5888)
216 - Propagate cleanup notifications to apps (9ace36d0f)
218 - Add plugin override support (8dc954a4e)
219 - Calculate per-worker loops/second metric (000a029e4)
220 - Leave SIGPROF signal with its default handler (6f533d780)
221 - Add nosyslog unix option (e31820af1)
223 - Introduce gomemif (07363a45f)
227 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
231 For the full list of fixed issues please refer to:
232 - fd.io [JIRA](https://jira.fd.io)
233 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2005)
238 Description of results:
240 * _Definition changed_: indicates that the API file was modified between releases.
241 * _Only in image_: indicates the API is new for this release.
242 * _Only in file_: indicates the API has been removed in this release.
244 Message Name | Result
245 -------------------------------------------------------------|------------------
246 acl_add_replace | definition changed
247 acl_details | definition changed
248 acl_interface_add_del | definition changed
249 acl_interface_etype_whitelist_details | definition changed
250 acl_interface_etype_whitelist_dump | definition changed
251 acl_interface_list_details | definition changed
252 acl_interface_list_dump | definition changed
253 acl_interface_set_acl_list | definition changed
254 acl_interface_set_etype_whitelist | definition changed
255 add_node_next | definition changed
256 app_attach | definition changed
257 app_attach_reply | definition changed
258 app_cut_through_registration_add | only in file
259 app_cut_through_registration_add_reply | only in file
260 app_namespace_add_del | definition changed
261 app_worker_add_del | definition changed
262 app_worker_add_del_reply | definition changed
263 application_attach | only in file
264 application_attach_reply | only in file
265 bd_ip_mac_add_del | definition changed
266 bind_sock | only in file
267 bind_sock_reply | only in file
268 bind_uri | only in file
269 bind_uri_reply | only in file
270 bridge_domain_add_del | definition changed
271 bridge_domain_details | definition changed
272 bridge_domain_dump | definition changed
273 bridge_flags | definition changed
274 bvi_create_reply | definition changed
275 bvi_delete | definition changed
276 connect_sock | only in file
277 connect_sock_reply | only in file
278 connect_uri | only in file
279 connect_uri_reply | only in file
280 create_vhost_user_if | definition changed
281 disconnect_session | only in file
282 disconnect_session_reply | only in file
283 get_next_index | definition changed
284 get_node_index | definition changed
285 gpe_add_del_fwd_entry | definition changed
286 gpe_add_del_iface | definition changed
287 gpe_add_del_native_fwd_rpath | definition changed
288 gpe_enable_disable | definition changed
289 gpe_fwd_entries_get_reply | definition changed
290 gpe_fwd_entry_path_details | definition changed
291 gpe_native_fwd_rpaths_get | definition changed
292 gpe_native_fwd_rpaths_get_reply | definition changed
293 gpe_set_encap_mode | definition changed
294 gre_tunnel_add_del | definition changed
295 gre_tunnel_details | definition changed
296 gtpu_offload_rx | only in image
297 gtpu_offload_rx_reply | only in image
298 ikev2_profile_set_ipsec_udp_port | only in image
299 ikev2_profile_set_ipsec_udp_port_reply | only in image
300 ikev2_profile_set_liveness | only in image
301 ikev2_profile_set_liveness_reply | only in image
302 ikev2_profile_set_udp_encap | only in image
303 ikev2_profile_set_udp_encap_reply | only in image
304 ikev2_set_local_key | definition changed
305 ikev2_set_tunnel_interface | only in image
306 ikev2_set_tunnel_interface_reply | only in image
307 ip_neighbor_details | definition changed
308 ip_neighbor_flush | only in image
309 ip_neighbor_flush_reply | only in image
310 ip_neighbor_replace_begin | only in image
311 ip_neighbor_replace_begin_reply | only in image
312 ip_neighbor_replace_end | only in image
313 ip_neighbor_replace_end_reply | only in image
314 ip_route_lookup | only in image
315 ip_route_lookup_reply | only in image
316 ip_source_check_interface_add_del | only in file
317 ip_source_check_interface_add_del_reply | only in file
318 ipfix_classify_table_add_del | definition changed
319 ipfix_classify_table_details | definition changed
320 ipip_add_tunnel | definition changed
321 ipip_tunnel_details | definition changed
322 ipsec_backend_details | definition changed
323 ipsec_interface_add_del_spd | definition changed
324 ipsec_sa_details | definition changed
325 ipsec_sad_entry_add_del | definition changed
326 ipsec_select_backend | definition changed
327 ipsec_spd_add_del | definition changed
328 ipsec_spd_details | definition changed
329 ipsec_spd_entry_add_del | definition changed
330 ipsec_spd_interface_details | definition changed
331 ipsec_tunnel_if_add_del | definition changed
332 ipsec_tunnel_if_add_del_reply | definition changed
333 ipsec_tunnel_if_set_sa | definition changed
334 ipsec_tunnel_protect_del | definition changed
335 ipsec_tunnel_protect_details | definition changed
336 ipsec_tunnel_protect_update | definition changed
337 l2_fib_table_details | definition changed
338 l2_flags | definition changed
339 l2_interface_efp_filter | definition changed
340 l2_interface_pbb_tag_rewrite | definition changed
341 l2_interface_vlan_tag_rewrite | definition changed
342 l2_macs_event | definition changed
343 l2_patch_add_del | definition changed
344 l2_xconnect_details | definition changed
345 l2fib_add_del | definition changed
346 l2fib_flush_int | definition changed
347 lisp_add_del_adjacency | definition changed
348 lisp_add_del_local_eid | definition changed
349 lisp_add_del_locator | definition changed
350 lisp_add_del_locator_set | definition changed
351 lisp_add_del_map_request_itr_rlocs | definition changed
352 lisp_add_del_map_resolver | definition changed
353 lisp_add_del_map_server | definition changed
354 lisp_add_del_remote_mapping | definition changed
355 lisp_adjacencies_get_reply | definition changed
356 lisp_eid_table_add_del_map | definition changed
357 lisp_eid_table_details | definition changed
358 lisp_eid_table_dump | definition changed
359 lisp_eid_table_map_dump | definition changed
360 lisp_enable_disable | definition changed
361 lisp_get_map_request_itr_rlocs_reply | definition changed
362 lisp_locator_details | definition changed
363 lisp_locator_dump | definition changed
364 lisp_locator_set_details | definition changed
365 lisp_locator_set_dump | definition changed
366 lisp_map_register_enable_disable | definition changed
367 lisp_map_request_mode | definition changed
368 lisp_map_resolver_details | definition changed
369 lisp_map_server_details | definition changed
370 lisp_pitr_set_locator_set | definition changed
371 lisp_rloc_probe_enable_disable | definition changed
372 lisp_use_petr | definition changed
373 lldp_config | definition changed
374 macip_acl_add | definition changed
375 macip_acl_add_replace | definition changed
376 macip_acl_details | definition changed
377 macip_acl_interface_add_del | definition changed
378 macip_acl_interface_list_details | definition changed
379 macip_acl_interface_list_dump | definition changed
380 map_another_segment | only in file
381 map_another_segment_reply | only in file
382 modify_vhost_user_if | definition changed
383 mpls_tunnel_add_del | definition changed
384 mpls_tunnel_details | definition changed
385 nat44_del_user | only in image
386 nat44_del_user_reply | only in image
387 nat44_session_cleanup | only in image
388 nat44_session_cleanup_reply | only in image
389 nat44_set_session_limit | only in image
390 nat44_set_session_limit_reply | only in image
391 nat_show_config_reply | definition changed
392 netmap_create | only in file
393 netmap_create_reply | only in file
394 netmap_delete | only in file
395 netmap_delete_reply | only in file
396 nhrp_details | only in file
397 nhrp_dump | only in file
398 nhrp_entry_add_del | only in file
399 nhrp_entry_add_del_reply | only in file
400 one_add_del_adjacency | definition changed
401 one_add_del_l2_arp_entry | definition changed
402 one_add_del_local_eid | definition changed
403 one_add_del_locator | definition changed
404 one_add_del_locator_set | definition changed
405 one_add_del_map_request_itr_rlocs | definition changed
406 one_add_del_map_resolver | definition changed
407 one_add_del_map_server | definition changed
408 one_add_del_ndp_entry | definition changed
409 one_add_del_remote_mapping | definition changed
410 one_adjacencies_get_reply | definition changed
411 one_eid_table_add_del_map | definition changed
412 one_eid_table_details | definition changed
413 one_eid_table_dump | definition changed
414 one_eid_table_map_dump | definition changed
415 one_enable_disable | definition changed
416 one_enable_disable_petr_mode | definition changed
417 one_enable_disable_pitr_mode | definition changed
418 one_enable_disable_xtr_mode | definition changed
419 one_get_map_request_itr_rlocs_reply | definition changed
420 one_l2_arp_entries_get_reply | definition changed
421 one_locator_details | definition changed
422 one_locator_dump | definition changed
423 one_locator_set_details | definition changed
424 one_locator_set_dump | definition changed
425 one_map_register_enable_disable | definition changed
426 one_map_request_mode | definition changed
427 one_map_resolver_details | definition changed
428 one_map_server_details | definition changed
429 one_ndp_entries_get_reply | definition changed
430 one_nsh_set_locator_set | definition changed
431 one_pitr_set_locator_set | definition changed
432 one_rloc_probe_enable_disable | definition changed
433 one_show_petr_mode_reply | definition changed
434 one_show_pitr_mode_reply | definition changed
435 one_show_xtr_mode_reply | definition changed
436 one_stats_details | definition changed
437 one_stats_enable_disable | definition changed
438 one_use_petr | definition changed
439 pg_capture | definition changed
440 pg_create_interface | definition changed
441 pg_create_interface_reply | definition changed
442 pg_enable_disable | definition changed
443 policer_add_del | definition changed
444 policer_details | definition changed
445 policer_dump | definition changed
446 session_enable_disable | definition changed
447 session_rule_add_del | definition changed
448 session_rules_details | definition changed
449 show_lisp_map_register_state_reply | definition changed
450 show_lisp_map_request_mode_reply | definition changed
451 show_lisp_pitr_reply | definition changed
452 show_lisp_rloc_probe_state_reply | definition changed
453 show_lisp_status_reply | definition changed
454 show_lisp_use_petr_reply | definition changed
455 show_one_map_register_state_reply | definition changed
456 show_one_map_request_mode_reply | definition changed
457 show_one_nsh_mapping_reply | definition changed
458 show_one_pitr_reply | definition changed
459 show_one_rloc_probe_state_reply | definition changed
460 show_one_stats_enable_disable_reply | definition changed
461 show_one_status_reply | definition changed
462 show_one_use_petr_reply | definition changed
463 show_threads_reply | definition changed
464 sr_localsid_add_del | definition changed
465 sr_localsids_details | definition changed
466 sr_mpls_policy_add | definition changed
467 sr_mpls_policy_assign_endpoint_color | definition changed
468 sr_mpls_policy_mod | definition changed
469 sr_mpls_steering_add_del | definition changed
470 sr_policies_details | definition changed
471 sr_policy_add | definition changed
472 sr_policy_del | definition changed
473 sr_policy_mod | definition changed
474 sr_set_encap_source | definition changed
475 sr_steering_add_del | definition changed
476 sr_steering_pol_details | definition changed
477 sw_interface_address_replace_begin | only in image
478 sw_interface_address_replace_begin_reply | only in image
479 sw_interface_address_replace_end | only in image
480 sw_interface_address_replace_end_reply | only in image
481 sw_interface_set_l2_bridge | definition changed
482 sw_interface_set_l2_xconnect | definition changed
483 sw_interface_set_lldp | definition changed
484 sw_interface_set_vpath | definition changed
485 sw_interface_set_vxlan_bypass | definition changed
486 sw_interface_set_vxlan_gpe_bypass | definition changed
487 sw_interface_span_details | definition changed
488 sw_interface_span_dump | definition changed
489 sw_interface_span_enable_disable | definition changed
490 teib_details | only in image
491 teib_dump | only in image
492 teib_entry_add_del | only in image
493 teib_entry_add_del_reply | only in image
494 unbind_sock | only in file
495 unbind_sock_reply | only in file
496 unbind_uri | only in file
497 unbind_uri_reply | only in file
498 unmap_segment | only in file
499 unmap_segment_reply | only in file
500 urpf_update | only in image
501 urpf_update_reply | only in image
502 vrrp_vr_add_del | only in image
503 vrrp_vr_add_del_reply | only in image
504 vrrp_vr_details | only in image
505 vrrp_vr_dump | only in image
506 vrrp_vr_peer_details | only in image
507 vrrp_vr_peer_dump | only in image
508 vrrp_vr_set_peers | only in image
509 vrrp_vr_set_peers_reply | only in image
510 vrrp_vr_start_stop | only in image
511 vrrp_vr_start_stop_reply | only in image
512 vrrp_vr_track_if_add_del | only in image
513 vrrp_vr_track_if_add_del_reply | only in image
514 vrrp_vr_track_if_details | only in image
515 vrrp_vr_track_if_dump | only in image
516 vxlan_add_del_tunnel | definition changed
517 vxlan_add_del_tunnel_reply | definition changed
518 vxlan_gpe_add_del_tunnel | definition changed
519 vxlan_gpe_add_del_tunnel_reply | definition changed
520 vxlan_gpe_tunnel_details | definition changed
521 vxlan_gpe_tunnel_dump | definition changed
522 vxlan_offload_rx | definition changed
523 vxlan_tunnel_details | definition changed
524 vxlan_tunnel_dump | definition changed
526 Found 279 api message signature differences
528 ### Patches that changed API definitions
530 | @c extras/deprecated/dpdk-hqos/api/dpdk.api ||
531 | ------- | ------- |
532 | [548d70de6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=548d70de6) | misc: deprecate dpdk hqos |
534 | @c extras/deprecated/netmap/netmap.api ||
535 | ------- | ------- |
536 | [7db6ab03d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7db6ab03d) | misc: deprecate netmap and ixge drivers |
538 | @c src/vpp/api/vpe.api ||
539 | ------- | ------- |
540 | [933fcf489](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=933fcf489) | api: API cleanup |
541 | [7db6ab03d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7db6ab03d) | misc: deprecate netmap and ixge drivers |
543 | @c src/vnet/tunnel/tunnel_types.api ||
544 | ------- | ------- |
545 | [14053c9db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14053c9db) | ipip: Multi-point interface |
546 | [59ff918ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59ff918ea) | tunnel: Common types for IP tunnels |
548 | @c src/vnet/policer/policer_types.api ||
549 | ------- | ------- |
550 | [cd01fb423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cd01fb423) | policer: API cleanup |
552 | @c src/vnet/policer/policer.api ||
553 | ------- | ------- |
554 | [cd01fb423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cd01fb423) | policer: API cleanup |
556 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
557 | ------- | ------- |
558 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
560 | @c src/vnet/teib/teib.api ||
561 | ------- | ------- |
562 | [03ce46219](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=03ce46219) | teib: Rename NHRP to TEIB |
564 | @c src/vnet/ip-neighbor/ip_neighbor.api ||
565 | ------- | ------- |
566 | [240dcb24a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=240dcb24a) | ip-neighbor: Add flush API |
567 | [e64e5fff4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e64e5fff4) | tests: implement ipaddress convenience methods |
568 | [c87fbb417](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87fbb417) | ip-neighbor: Replace feature for the ip-neighbor data-base |
569 | [8e7fdddd3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e7fdddd3) | ip-neighbor: add description to the age parameter |
570 | [9c1928f81](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9c1928f81) | ip-neighbor: populate neighbor age via API |
572 | @c src/vnet/session/session.api ||
573 | ------- | ------- |
574 | [6fdd7a5f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6fdd7a5f7) | session: improve .api comments slightly |
575 | [9845c20d7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9845c20d7) | session: add option to preallocate fifo headers |
576 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
577 | [256779c85](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=256779c85) | udp: remove connected udp transport proto |
578 | [888d9f05e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=888d9f05e) | session: remove obsolete apis |
579 | [07063b8ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=07063b8ea) | session: api to add new transport types |
580 | [b4e5e50fe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4e5e50fe) | session: API cleanup |
581 | [2de9c0f92](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de9c0f92) | svm: minimal initial fifo |
583 | @c src/vnet/interface_types.api ||
584 | ------- | ------- |
585 | [c4ae0fffb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c4ae0fffb) | interface: fix interface_types.api enums |
587 | @c src/vnet/vxlan/vxlan.api ||
588 | ------- | ------- |
589 | [7c0eb56f4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c0eb56f4) | vxlan: vxlan/vxlan.api API cleanup |
591 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
592 | ------- | ------- |
593 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
595 | @c src/vnet/gre/gre.api ||
596 | ------- | ------- |
597 | [48ac1c2b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=48ac1c2b2) | gre: improve .api descriptions |
598 | [8ab4e507c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ab4e507c) | gre: add missing .api edits |
599 | [e5b94dded](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5b94dded) | gre: Tunnel encap/decap flags |
600 | [59ff918ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59ff918ea) | tunnel: Common types for IP tunnels |
602 | @c src/vnet/span/span.api ||
603 | ------- | ------- |
604 | [908965db7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=908965db7) | span: API cleanup |
606 | @c src/vnet/srv6/sr.api ||
607 | ------- | ------- |
608 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
609 | [0938eba15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0938eba15) | sr: srv6 API cleanup |
610 | [79bfd2725](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79bfd2725) | sr: SRv6 uN behavior |
612 | @c src/vnet/srv6/sr_types.api ||
613 | ------- | ------- |
614 | [0938eba15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0938eba15) | sr: srv6 API cleanup |
616 | @c src/vnet/pg/pg.api ||
617 | ------- | ------- |
618 | [db86329ab](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=db86329ab) | pg: API cleanup |
620 | @c src/vnet/l2/l2.api ||
621 | ------- | ------- |
622 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
623 | [145e330f0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=145e330f0) | l2: API cleanup |
625 | @c src/vnet/lldp/lldp.api ||
626 | ------- | ------- |
627 | [1c684f9af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c684f9af) | lldp: API cleanup |
629 | @c src/vnet/vxlan-gpe/vxlan_gpe.api ||
630 | ------- | ------- |
631 | [1c2002a31](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c2002a31) | vxlan: vxlan-gpe/vxlan-gpe.cpi API cleanup |
633 | @c src/vnet/lisp-cp/one.api ||
634 | ------- | ------- |
635 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
637 | @c src/vnet/lisp-cp/lisp_types.api ||
638 | ------- | ------- |
639 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
641 | @c src/vnet/lisp-cp/lisp.api ||
642 | ------- | ------- |
643 | [58db6e16c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58db6e16c) | lisp: API cleanup |
645 | @c src/vnet/devices/tap/tapv2.api ||
646 | ------- | ------- |
647 | [d88fc0fce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d88fc0fce) | tap: refactor existing flags |
648 | [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 |
649 | [206acf84d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=206acf84d) | tap: add initial support for tun |
650 | [b49bc1ae6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b49bc1ae6) | tap: add support for persistance |
652 | @c src/vnet/devices/virtio/vhost_user.api ||
653 | ------- | ------- |
654 | [bc0d9ff67](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc0d9ff67) | virtio: support virtio 1.1 packed ring in vhost |
656 | @c src/vnet/devices/virtio/virtio.api ||
657 | ------- | ------- |
658 | [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 |
660 | @c src/vnet/ipsec/ipsec_types.api ||
661 | ------- | ------- |
662 | [abc5660c6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=abc5660c6) | ipsec: User can choose the UDP source port |
663 | [287d5e109](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=287d5e109) | ipsec: API cleanup |
664 | [5893747d7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5893747d7) | api: ipsec: add missing IS_INBOUND flag. |
665 | [2fcd265d3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2fcd265d3) | ipsec: Revert API cleanup |
666 | [666ece35c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=666ece35c) | ipsec: API cleanup |
668 | @c src/vnet/ipsec/ipsec.api ||
669 | ------- | ------- |
670 | [48d32b43c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=48d32b43c) | ipsec: provide stat index in sa details |
671 | [287d5e109](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=287d5e109) | ipsec: API cleanup |
672 | [2fcd265d3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2fcd265d3) | ipsec: Revert API cleanup |
673 | [666ece35c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=666ece35c) | ipsec: API cleanup |
674 | [282872127](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=282872127) | ipsec: IPSec protection for multi-point tunnel interfaces |
676 | @c src/vnet/ethernet/p2p_ethernet.api ||
677 | ------- | ------- |
678 | [bdfe5955f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdfe5955f) | ethernet: add sanity checks to p2p_ethernet_add/del |
680 | @c src/vnet/bonding/bond.api ||
681 | ------- | ------- |
682 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
684 | @c src/vnet/mpls/mpls.api ||
685 | ------- | ------- |
686 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
687 | [39ae0a07a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=39ae0a07a) | mpls: add user defined name tag to mpls tunnels |
689 | @c src/vnet/syslog/syslog.api ||
690 | ------- | ------- |
691 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
693 | @c src/vnet/interface.api ||
694 | ------- | ------- |
695 | [59f71132e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59f71132e) | ip: Replace Sematics for Interface IP addresses |
697 | @c src/vnet/ipip/ipip.api ||
698 | ------- | ------- |
699 | [14053c9db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14053c9db) | ipip: Multi-point interface |
700 | [59ff918ea](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59ff918ea) | tunnel: Common types for IP tunnels |
702 | @c src/vnet/srmpls/sr_mpls.api ||
703 | ------- | ------- |
704 | [0938eba15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0938eba15) | sr: srv6 API cleanup |
705 | [00ec4019b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00ec4019b) | sr: API cleanup |
707 | @c src/vnet/ip/ip.api ||
708 | ------- | ------- |
709 | [f5d38e05a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f5d38e05a) | api: ip: add IP_ROUTE_LOOKUP API |
710 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
711 | [d724e4f43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d724e4f43) | urpf: Unicast reverse Path Forwarding (plugin) |
713 | @c src/vnet/ip/ip_types.api ||
714 | ------- | ------- |
715 | [164c44f0b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=164c44f0b) | ip: Fix the AH/ESP protocol numbers on the API |
716 | [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 |
717 | [3ec09e924](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ec09e924) | ip: ip_address_t uses ip46_address_t |
719 | @c src/plugins/map/map.api ||
720 | ------- | ------- |
721 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
723 | @c src/plugins/ikev2/ikev2.api ||
724 | ------- | ------- |
725 | [933c4ca5a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=933c4ca5a) | ikev2: fix string in api |
726 | [59fea5a6a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59fea5a6a) | ikev2: make liveness params configurable |
727 | [8ceb44a89](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ceb44a89) | ikev2: fix typo in .api description |
728 | [e5d34919b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5d34919b) | ikev2: add support for custom ipsec-over-udp port |
729 | [b29d523af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b29d523af) | ikev2: make UDP encap flag configurable |
730 | [44476c6b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=44476c6b2) | ikev2: Configure a profile with an existing interface |
732 | @c src/plugins/urpf/urpf.api ||
733 | ------- | ------- |
734 | [d724e4f43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d724e4f43) | urpf: Unicast reverse Path Forwarding (plugin) |
736 | @c src/plugins/lb/lb.api ||
737 | ------- | ------- |
738 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
740 | @c src/plugins/gtpu/gtpu.api ||
741 | ------- | ------- |
742 | [00fdf53c7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=00fdf53c7) | gtpu: offload RX flow |
744 | @c src/plugins/acl/acl_types.api ||
745 | ------- | ------- |
746 | [2f8cd9145](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2f8cd9145) | acl: API cleanup |
747 | [492a5d0bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=492a5d0bd) | acl: revert acl: api cleanup |
748 | [aad1ee149](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aad1ee149) | acl: API cleanup |
750 | @c src/plugins/acl/acl.api ||
751 | ------- | ------- |
752 | [c0e9441e7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0e9441e7) | tests: move defaults from defaultmapping to .api files |
753 | [2f8cd9145](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2f8cd9145) | acl: API cleanup |
754 | [492a5d0bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=492a5d0bd) | acl: revert acl: api cleanup |
755 | [aad1ee149](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aad1ee149) | acl: API cleanup |
757 | @c src/plugins/nat/dslite/dslite.api ||
758 | ------- | ------- |
759 | [2c6639c69](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c6639c69) | nat: move dslite to separate sub-plugin |
761 | @c src/plugins/nat/nat.api ||
762 | ------- | ------- |
763 | [6bb080f1e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bb080f1e) | nat: per vrf session limits |
764 | [61717cc38](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61717cc38) | nat: use correct data types for memory sizes |
765 | [98301bd56](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=98301bd56) | nat: user deletion function & extra metrics |
766 | [edf777272](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=edf777272) | nat: api & cli command for forcing session cleanup |
767 | [2c6639c69](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c6639c69) | nat: move dslite to separate sub-plugin |
769 | @c src/plugins/vrrp/vrrp.api ||
770 | ------- | ------- |
771 | [3fccd0278](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3fccd0278) | vrrp: do not define _details as autoreply |
772 | [39e9428b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=39e9428b9) | vrrp: add plugin providing vrrp support |
774 | @c src/vlib/pci/pci_types.api ||
775 | ------- | ------- |
776 | [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 |
778 @page release_notes_2001 Release notes for VPP 20.01
780 More than 1039 commits since the 19.08 release.
785 - Add text output (a2ac36c91)
786 - Binary API Compiler for Python
787 - Raise ValueError when fieldname is python keyword (ff47fb645)
788 - Binary API Libraries
789 - Add API support for marvell PP2 plugin (859b59133)
790 - Add bapi thread handle to api main structure. (8229580e8)
791 - Multiple connections per process (39d69112f)
792 - Multiple socket connections per single process (59cea1a9d)
794 - Add build types helpstring to cmake project (952a7b8b7)
795 - Add env variable to pass extra cmake args (297365403)
796 - Add yaml file linting to make checkstyle (6b0dd5502)
797 - Export vapi generation in vpp-dev (dc20371f8)
798 - Fix 3rd party CI systems. (86a9441c2)
799 - Pass 'no-pci' to autgenerated config (be7ef3b5c)
800 - Crypto ipsecmb Plugin
801 - Bump to intel-ipsec-mb version 0.53 (d35fefe8b)
802 - Improve gcm performance using dedicated API. (76a36e83e)
803 - Infrastructure Library
804 - Bihash walk cb typedef and continue/stop controls (f50bac1bb)
805 - Create unformat function for data size parsing (579b16506)
806 - Implement CLIB\_PAUSE () for aarch64 platforms (18512b002)
808 - Introduce 'memif\_per\_thread\_' namespace (17f2a7bbf)
810 - Add/del secondary mac address callback (e83aa456b)
811 - Add /if/lacp/bond-sw-if-index/slave-sw-if-index/partner-state (aa7257863)
812 - Add weight support for active-backup mode (a1876b84e)
813 - Fix interface deletion (cc3aac056)
815 - Add address sanitizer heap instrumentation (9fb6d40eb)
816 - Add CentOS 8 package support (c025329bb)
817 - Add gdb helpers for vlib buffers (2b65f9ca0)
818 - Add lcov scripts, README.md (8d74caa0a)
819 - Add "maxframe" and "rate" to packet-generator cli. (87d7bac5c)
820 - Add "show run summary" (ac78f8a90)
821 - Add vnet classify filter set support (f5667c305)
822 - Classifier-based packet trace filter (9137e5400)
823 - Improve pcap drop trace output (9382ad9b3)
824 - Update gitignore for /test/ext/.d (8161d73d7)
825 - Physical Memory Allocator
826 - Always lock pages (801c7016a)
829 - Improve timeout handling (1a7bb281f)
830 - Print queue id in packet trace (c33eddebe)
831 - Buffer Metadata Modification Tracker
832 - Buffer metadata change tracker plugin (d7b306657)
834 - New plugin (43765e2b4)
836 - Ipv6 prefix delegation improvements (d318a996b)
837 - Move to plugin (02bfd641b)
839 - Add devargs support (f2bde7ac5)
840 - Add function to add/del extra MAC addrs (153727743)
841 - Add TSO support in dpdk plugin. (de5ed58fd)
842 - Apply dual loop unrolling in DPDK TX (fe2523d1a)
843 - Bump DPDK version to 19.08 (b6103105f)
844 - Enable bnxt PMD (c3731ac89)
845 - Ipsec tunnel support for ip6-in-ip4 (5025d40a1)
846 - QAT devices update, add c4xxx and xeon d15xx (4d843b994)
847 - Group Based Policy (GBP)
848 - Add extended SFC unit tests (a3c8ca10e)
849 - Host Stack Applications
850 - Add ckpair & crypto engine in vpp\_echo (7c40a3837)
851 - Add option for multiple ips (f98e59b86)
852 - Add periodic timing (ff6cdcca2)
853 - Improve for mq-intensive (b2fce36c8)
854 - Less verbose logging for many sessions (08f26641f)
855 - Make APP\_OPTIONS\_PREALLOC\_FIFO\_PAIRS configurable (7028a0157)
857 - Add dynamic GET / POST method hooks (5554c56a6)
858 - Add "http static cache clear" CLI (e0fd9ed11)
859 - Add .json content (71a5da0c8)
860 - Internet Key Exchange (IKEv2) Protocol
861 - Add support for GCM cipher (de2dd6c35)
862 - IPv6 Segment Routing Mobile
865 - Add APIs for set interface nat4 and nat6 (33538a150)
867 - Handoff traffic matching for dynamic NAT (22bb417e9)
869 - Move the echo responder into the ping plugin (f6c8f5090)
871 - Add aggregated quicly stats (deaf97f45)
872 - Add cli command for stats (922f0b211)
873 - Add conn-timeout config option (2f566c23f)
874 - Add more detailed statistics (1802fcc5f)
875 - Add support for ckpair & crypto engine (dcbbf2833)
876 - Add support for unidirectional streams (c00f480ba)
877 - Add Tx, Rx and packet drop counters (ff1f6faaa)
878 - Create custom event logger (dd4d8ac29)
879 - Implement crypto contexts (d1b9e7068)
880 - Make quic fifo size configurable via cli (00078b991)
881 - Update quicly to v0.0.5 (72c159e64)
882 - Update quicly to v0.0.6-vpp (3afac8f81)
883 - Update quicly to v0.0.7-vpp (69885b72a)
884 - Update quicly to v0.0.8-vpp (ecb9d18c5)
885 - Update quicly to v0.0.9-vpp (84def7cb7)
886 - RDMA (ibverb) driver
887 - Add rdma API (812afe712)
888 - Add support for input feature arcs (74eba446b)
889 - Add support for MAC changes (0dcafcc50)
890 - API: prepare support for direct verb (d8c1ef925)
891 - Time-based MAC filter
892 - Add a "top" command to watch device stats (2c41a61d5)
893 - Add the "mactime.json" builtin URL (ef3c11ca9)
894 - vmxnet3 device driver
895 - Per interface gso support (2985e0af6)
896 - Python binding for the VPP API
897 - Add a per-call \_timeout option (e2ccdf031)
898 - Add call stats (fd574087e)
899 - Add repr to packer types for troubleshooting (14b0b4791)
900 - Add wrapper to validate crc manifest (c046d709e)
901 - Enhance MACAddress() equality (6af62565e)
902 - Introduce read\_blocking (0938547ea)
903 - Let async calls return context (2f6e0c600)
904 - Support default for type alias decaying to basetype (418ebb711)
906 - Add spellcheck to 'make docs' sphinx docs (340c15c6e)
908 - Add /if/\<n\>/\<n\>/state for lacp interface state (0f09a828a)
910 - Improve fifo segment verbose cli (f8461bfb4)
911 - Test Infrastructure
912 - Add cli\_return\_response to vpp\_papi\_provider (5932ce17e)
913 - Add test run time. (0c6293230)
914 - Support setting random seed (45a95dd78)
915 - Support worker threads (4ecbf105a)
916 - Test tls case (419d31f81)
918 - Add flag to explicitelly mark nodes which can init per-node packet trace (7ca5aaac1)
919 - Add max-size configuration parameter for pmalloc (842506f3c)
920 - Add 'wait' cli command (bfd7d294d)
921 - Enhance the "show cli" debug CLI command (a1f5a956e)
924 - Per-interface rx/tx pcap capture filters (d28437cdf)
925 - Use vector code even when data is not aligned (830493392)
926 - Vpp packet tracer support (87d24db65)
928 - All dmac checks include secondary addrs (42bde459b)
929 - Dmac filter checks secondary mac addrs (d459bf344)
931 - Adjacency creation notifications for dlegates (77cfc0171)
932 - Decouple source from priority and behaviour (3bab8f9c5)
933 - Table Replace (9db6ada77)
935 - Add 'drop' and 'redirect-to-queue' actions support (e8c9f4f1c)
936 - Add ethernet flow (4ff8d615c)
937 - Add GTP support (bf85a98fb)
939 - Multi-point interfaces (5f8f61733)
941 - Add protocol header parser (72e7312af)
943 - Callback to manage extra MAC addresses (e0792fdff)
944 - Dump the interface device type (de312c2d5)
946 - Tunnel flags controlling copying data to/from payload/encap (9534696b4)
948 - Add 'detail' option to 'sh ipsec sa' (670027a50)
949 - Add insecure option for format of SA (01d61e788)
950 - Bind an SA to a worker (f62a8c013)
951 - Remove dedicated IPSec tunnels (12989b538)
952 - Support 4o6 and 6o4 for tunnel protect (b325983a4)
954 - Add shallow virtual reassembly functionality (de34c35fc)
955 - Add tracing for ipv6 frag headers (0eb75d0e9)
956 - Allow addrs from the same prefix on intf (6c92f5bab)
957 - Apply dual loop unrolling in ip4\_input (86b1871ba)
958 - Apply dual loop unrolling in ip4\_rewrite (840f64b4b)
960 - Protocol Independent IP Neighbors (cbe25aab3)
961 - Punt rather than drop unkown IPv6 ICMP packets (1afe95272)
962 - Reassembly: trace ip headers over worker handoffs (8563cb389)
963 - Segment Routing (IPv6 and MPLS)
964 - Add "set sr encaps hop-limit" command (eeb5fb3a5)
966 - Add certificate store (79f89537c)
967 - Add crypto context (de6caf481)
968 - Add explicit reset api (dfb3b8771)
969 - Add mq debug cli (cfdb10918)
970 - Add session enable option in config file (1292d19c7)
971 - Builtin app rx notifications regardless of state (5c29029ef)
972 - Ckpair store & crypto engine as mq params (45ec9f49b)
973 - Improve cli (5bb23ecd0)
974 - Increasing the Header lengthe size (93e060aee)
975 - Limit pacer bucket size (7c8f828ba)
976 - More show cli output (91f90d082)
977 - Reschedule asap when snd space constrained (dd97a48d9)
978 - Support registration of custom crypto engines (79ba25d40)
979 - Support for segments larger than 4GB (ef4f3e7fe)
980 - Add opaque data to show cli (d9035a409)
981 - Infra for transports to send buffers (2a7ea2ee9)
982 - Support pacer idle timeouts (11e9e3510)
984 - Add check for vhost-net backend (39807d02c)
985 - Multiqueue support (7c6102b1a)
987 - Add FEATURE.yaml (93e053ebe)
988 - Add no csum offload config option (f4ce6ba22)
989 - Add option for always on event logging (a436a4222)
990 - Allow cc algos to set pacing rate (d206724e7)
991 - Compute snd time for rate sample (7436b4367)
992 - Custom checksum calculations for Ipv4/Ipv6 (02833ff32)
993 - Enable gso in tcp hoststack (1146ff4bc)
994 - Enable TCP timewait port use (b092b77cf)
995 - Extend protocol configuration (9094b5c31)
996 - Force zero window on full rx fifo (182d21983)
997 - Handle sack reneging (558e3e095)
998 - Improve lost rxt heuristic (b3dce89a7)
999 - Improve pacing after idle send periods (c31dc31f8)
1000 - Retry lost retransmits (be237bf02)
1001 - Send rwnd update only if wnd is large enough (017dc4524)
1002 - Set cc\_algo on connection alloc (12f6936cd)
1003 - Track lost rxt segments in byte tracker (46ec6e018)
1004 - Track zero rwnd errors (a495a3ea1)
1005 - Use rate sample rtt in recovery if possible (1dbda64b4)
1006 - Use sacks for timer based recovery (36ebcfffb)
1007 - Validate connections in output (78dae0088)
1008 - Validate the IP address while checking TCP connection (cf4c2102d)
1009 - TLS and TLS engine plugins
1010 - Add C API for TLS openssl to set engine (be4d1aa2c)
1011 - Improve connection formating (0d74dd1f8)
1012 - Picotls engine basic enabling for TLS (f83194c2f)
1014 - Add api to set lcl ip (ef7cbf6ad)
1015 - Add config option for preferred tls engine (d747c3c36)
1016 - Allow non-blocking connects (57c88938f)
1018 - Get interface type from vpp device type (3f4be92ce)
1023 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
1027 For the full list of fixed issues please refer to:
1028 - fd.io [JIRA](https://jira.fd.io)
1029 - git [commit log](https://git.fd.io/vpp/log/?h=stable/2001)
1033 Description of results:
1035 * _Definition changed_: indicates that the API file was modified between releases.
1036 * _Only in image_: indicates the API is new for this release.
1037 * _Only in file_: indicates the API has been removed in this release.
1039 Message Name | Result
1040 -------------------------------------------------------------|------------------
1041 abf_itf_attach_add_del | definition changed
1042 abf_itf_attach_details | definition changed
1043 abf_policy_add_del | definition changed
1044 abf_policy_details | definition changed
1045 af_packet_create | definition changed
1046 af_packet_create_reply | definition changed
1047 af_packet_delete | definition changed
1048 af_packet_details | definition changed
1049 af_packet_set_l4_cksum_offload | definition changed
1050 api_versions_reply | definition changed
1051 app_add_cert_key_pair | only in image
1052 app_add_cert_key_pair_reply | only in image
1053 app_attach | only in image
1054 app_attach_reply | only in image
1055 app_del_cert_key_pair | only in image
1056 app_del_cert_key_pair_reply | only in image
1057 avf_create_reply | definition changed
1058 avf_delete | definition changed
1059 bd_ip_mac_add_del | definition changed
1060 bd_ip_mac_details | definition changed
1061 bfd_udp_add | definition changed
1062 bfd_udp_auth_activate | definition changed
1063 bfd_udp_auth_deactivate | definition changed
1064 bfd_udp_del | definition changed
1065 bfd_udp_get_echo_source_reply | definition changed
1066 bfd_udp_mod | definition changed
1067 bfd_udp_session_details | definition changed
1068 bfd_udp_session_set_flags | definition changed
1069 bfd_udp_set_echo_source | definition changed
1070 bier_disp_entry_add_del | definition changed
1071 bier_disp_entry_details | definition changed
1072 bier_disp_table_add_del | definition changed
1073 bier_route_add_del | definition changed
1074 bier_table_add_del | definition changed
1075 bond_create | definition changed
1076 bond_create_reply | definition changed
1077 bond_delete | definition changed
1078 bond_detach_slave | definition changed
1079 bond_enslave | definition changed
1080 builtinurl_enable | only in image
1081 builtinurl_enable_reply | only in image
1082 bvi_create | definition changed
1083 cdp_enable_disable | definition changed
1084 classify_add_del_session | definition changed
1085 classify_add_del_table | definition changed
1086 classify_set_interface_ip_table | definition changed
1087 classify_set_interface_l2_tables | definition changed
1088 classify_table_by_interface | definition changed
1089 classify_table_by_interface_reply | definition changed
1090 cli_inband | definition changed
1091 cli_inband_reply | definition changed
1092 collect_detailed_interface_stats | definition changed
1093 connect_sock | definition changed
1094 cop_interface_enable_disable | definition changed
1095 cop_whitelist_enable_disable | definition changed
1096 create_loopback | definition changed
1097 create_loopback_instance | definition changed
1098 create_loopback_instance_reply | definition changed
1099 create_loopback_reply | definition changed
1100 create_subif | definition changed
1101 create_subif_reply | definition changed
1102 create_vhost_user_if | definition changed
1103 create_vhost_user_if_reply | definition changed
1104 create_vlan_subif | definition changed
1105 create_vlan_subif_reply | definition changed
1106 ct6_enable_disable | definition changed
1107 delete_loopback | definition changed
1108 delete_subif | definition changed
1109 delete_vhost_user_if | definition changed
1110 dhcp6_client_enable_disable | definition changed
1111 dhcp6_clients_enable_disable | definition changed
1112 dhcp6_pd_client_enable_disable | definition changed
1113 dhcp6_pd_reply_event | definition changed
1114 dhcp6_pd_send_client_message | definition changed
1115 dhcp6_reply_event | definition changed
1116 dhcp6_send_client_message | definition changed
1117 dhcp_client_config | definition changed
1118 dhcp_client_details | definition changed
1119 dhcp_compl_event | definition changed
1120 dhcp_plugin_control_ping | only in image
1121 dhcp_plugin_control_ping_reply | only in image
1122 dhcp_plugin_get_version | only in image
1123 dhcp_plugin_get_version_reply | only in image
1124 dhcp_proxy_config | definition changed
1125 dhcp_proxy_details | definition changed
1126 dhcp_proxy_dump | definition changed
1127 dhcp_proxy_set_vss | definition changed
1128 dslite_add_del_pool_addr_range | definition changed
1129 dslite_address_details | definition changed
1130 dslite_get_aftr_addr_reply | definition changed
1131 dslite_get_b4_addr_reply | definition changed
1132 dslite_set_aftr_addr | definition changed
1133 dslite_set_b4_addr | definition changed
1134 feature_enable_disable | definition changed
1135 feature_gso_enable_disable | only in image
1136 feature_gso_enable_disable_reply | only in image
1137 flow_classify_details | definition changed
1138 flow_classify_dump | definition changed
1139 flow_classify_set_interface | definition changed
1140 flowprobe_params | definition changed
1141 flowprobe_tx_interface_add_del | definition changed
1142 gbp_bridge_domain_add | definition changed
1143 gbp_bridge_domain_details | definition changed
1144 gbp_contract_add_del | definition changed
1145 gbp_contract_details | definition changed
1146 gbp_endpoint_add | definition changed
1147 gbp_endpoint_details | definition changed
1148 gbp_endpoint_group_add | definition changed
1149 gbp_endpoint_group_details | definition changed
1150 gbp_ext_itf_add_del | definition changed
1151 gbp_ext_itf_details | definition changed
1152 gbp_recirc_add_del | definition changed
1153 gbp_recirc_details | definition changed
1154 gbp_route_domain_add | definition changed
1155 gbp_route_domain_details | definition changed
1156 gbp_subnet_add_del | definition changed
1157 gbp_subnet_details | definition changed
1158 gbp_vxlan_tunnel_add | definition changed
1159 gbp_vxlan_tunnel_add_reply | definition changed
1160 gbp_vxlan_tunnel_details | definition changed
1161 geneve_add_del_tunnel | definition changed
1162 geneve_add_del_tunnel_reply | definition changed
1163 geneve_tunnel_details | definition changed
1164 geneve_tunnel_dump | definition changed
1165 get_first_msg_id | definition changed
1166 gre_tunnel_add_del | definition changed
1167 gre_tunnel_add_del_reply | definition changed
1168 gre_tunnel_details | definition changed
1169 gre_tunnel_dump | definition changed
1170 gtpu_add_del_tunnel | definition changed
1171 gtpu_add_del_tunnel_reply | definition changed
1172 gtpu_tunnel_details | definition changed
1173 gtpu_tunnel_dump | definition changed
1174 http_static_enable | definition changed
1175 hw_interface_set_mtu | definition changed
1176 igmp_clear_interface | definition changed
1177 igmp_details | definition changed
1178 igmp_dump | definition changed
1179 igmp_enable_disable | definition changed
1180 igmp_event | definition changed
1181 igmp_group_prefix_details | definition changed
1182 igmp_group_prefix_set | definition changed
1183 igmp_listen | definition changed
1184 igmp_proxy_device_add_del | definition changed
1185 igmp_proxy_device_add_del_interface | definition changed
1186 ikev2_initiate_sa_init | definition changed
1187 ikev2_profile_add_del | definition changed
1188 ikev2_profile_set_auth | definition changed
1189 ikev2_profile_set_id | definition changed
1190 ikev2_profile_set_ts | definition changed
1191 ikev2_set_esp_transforms | definition changed
1192 ikev2_set_ike_transforms | definition changed
1193 ikev2_set_responder | definition changed
1194 ikev2_set_sa_lifetime | definition changed
1195 input_acl_set_interface | definition changed
1196 interface_name_renumber | definition changed
1197 ioam_cache_ip6_enable_disable | definition changed
1198 ioam_enable | definition changed
1199 ioam_export_ip6_enable_disable | definition changed
1200 ip4_arp_event | only in file
1201 ip6_add_del_address_using_prefix | definition changed
1202 ip6_nd_address_autoconfig | definition changed
1203 ip6_nd_event | only in file
1204 ip6_ra_event | definition changed
1205 ip6nd_proxy_add_del | definition changed
1206 ip6nd_proxy_details | definition changed
1207 ip6nd_send_router_solicitation | definition changed
1208 ip_address_details | definition changed
1209 ip_address_dump | definition changed
1210 ip_container_proxy_add_del | definition changed
1211 ip_container_proxy_details | definition changed
1212 ip_details | definition changed
1213 ip_dump | definition changed
1214 ip_mroute_add_del | definition changed
1215 ip_mroute_details | definition changed
1216 ip_mroute_dump | definition changed
1217 ip_mtable_details | definition changed
1218 ip_neighbor_add_del | definition changed
1219 ip_neighbor_config | only in image
1220 ip_neighbor_config_reply | only in image
1221 ip_neighbor_details | definition changed
1222 ip_neighbor_dump | definition changed
1223 ip_neighbor_event | only in image
1224 ip_probe_neighbor | only in file
1225 ip_probe_neighbor_reply | only in file
1226 ip_punt_police | definition changed
1227 ip_punt_redirect | definition changed
1228 ip_punt_redirect_details | definition changed
1229 ip_punt_redirect_dump | definition changed
1230 ip_reassembly_enable_disable | definition changed
1231 ip_reassembly_get | definition changed
1232 ip_reassembly_get_reply | definition changed
1233 ip_reassembly_set | definition changed
1234 ip_route_add_del | definition changed
1235 ip_route_details | definition changed
1236 ip_route_dump | definition changed
1237 ip_scan_neighbor_enable_disable | only in file
1238 ip_scan_neighbor_enable_disable_reply | only in file
1239 ip_source_and_port_range_check_add_del | definition changed
1240 ip_source_and_port_range_check_interface_add_del | definition changed
1241 ip_source_check_interface_add_del | definition changed
1242 ip_table_add_del | definition changed
1243 ip_table_details | definition changed
1244 ip_table_flush | only in image
1245 ip_table_flush_reply | only in image
1246 ip_table_replace_begin | only in image
1247 ip_table_replace_begin_reply | only in image
1248 ip_table_replace_end | only in image
1249 ip_table_replace_end_reply | only in image
1250 ip_unnumbered_details | definition changed
1251 ip_unnumbered_dump | definition changed
1252 ipfix_classify_table_add_del | definition changed
1253 ipfix_classify_table_details | definition changed
1254 ipfix_exporter_details | definition changed
1255 ipip_6rd_add_tunnel | definition changed
1256 ipip_6rd_add_tunnel_reply | definition changed
1257 ipip_6rd_del_tunnel | definition changed
1258 ipip_add_tunnel | definition changed
1259 ipip_add_tunnel_reply | definition changed
1260 ipip_del_tunnel | definition changed
1261 ipip_tunnel_details | definition changed
1262 ipip_tunnel_dump | definition changed
1263 ipsec_spd_details | definition changed
1264 ipsec_spd_entry_add_del | definition changed
1265 ipsec_tunnel_if_add_del | definition changed
1266 ipsec_tunnel_protect_del | definition changed
1267 ipsec_tunnel_protect_details | definition changed
1268 ipsec_tunnel_protect_dump | definition changed
1269 ipsec_tunnel_protect_update | definition changed
1270 l2_arp_term_event | only in image
1271 l2_emulation | definition changed
1272 l2tpv3_create_tunnel | definition changed
1273 l2tpv3_create_tunnel_reply | definition changed
1274 l2tpv3_interface_enable_disable | definition changed
1275 l2tpv3_set_lookup_key | definition changed
1276 l2tpv3_set_tunnel_cookies | definition changed
1277 l3xc_del | definition changed
1278 l3xc_details | definition changed
1279 l3xc_dump | definition changed
1280 l3xc_update | definition changed
1281 lb_add_del_as | definition changed
1282 lb_add_del_intf_nat4 | only in image
1283 lb_add_del_intf_nat4_reply | only in image
1284 lb_add_del_intf_nat6 | only in image
1285 lb_add_del_intf_nat6_reply | only in image
1286 lb_add_del_vip | definition changed
1287 lb_as_details | definition changed
1288 lb_as_dump | definition changed
1289 lb_conf | definition changed
1290 lb_flush_vip | definition changed
1291 lb_vip_details | definition changed
1292 lb_vip_dump | definition changed
1293 log_details | definition changed
1294 log_dump | definition changed
1295 mactime_add_del_range | definition changed
1296 mactime_details | only in image
1297 mactime_dump | only in image
1298 mactime_dump_reply | only in image
1299 mactime_enable_disable | definition changed
1300 map_add_del_rule | definition changed
1301 map_add_domain | definition changed
1302 map_domain_details | definition changed
1303 map_if_enable_disable | definition changed
1304 map_param_add_del_pre_resolve | definition changed
1305 map_param_get_reply | definition changed
1306 map_param_set_icmp | definition changed
1307 map_param_set_reassembly | only in file
1308 map_param_set_reassembly_reply | only in file
1309 map_param_set_traffic_class | definition changed
1310 map_rule_details | definition changed
1311 mdata_enable_disable | only in image
1312 mdata_enable_disable_reply | only in image
1313 memclnt_create | definition changed
1314 memclnt_delete | definition changed
1315 memif_create | definition changed
1316 memif_create_reply | definition changed
1317 memif_delete | definition changed
1318 memif_details | definition changed
1319 memif_socket_filename_add_del | definition changed
1320 memif_socket_filename_details | definition changed
1321 mfib_signal_details | definition changed
1322 modify_vhost_user_if | definition changed
1323 mpls_ip_bind_unbind | definition changed
1324 mpls_route_add_del | definition changed
1325 mpls_route_details | definition changed
1326 mpls_route_dump | definition changed
1327 mpls_table_add_del | definition changed
1328 mpls_table_details | definition changed
1329 mpls_tunnel_add_del | definition changed
1330 mpls_tunnel_add_del_reply | definition changed
1331 mpls_tunnel_details | definition changed
1332 mpls_tunnel_dump | definition changed
1333 nat44_add_del_address_range | definition changed
1334 nat44_add_del_identity_mapping | definition changed
1335 nat44_add_del_interface_addr | definition changed
1336 nat44_add_del_lb_static_mapping | definition changed
1337 nat44_add_del_static_mapping | definition changed
1338 nat44_address_details | definition changed
1339 nat44_del_session | definition changed
1340 nat44_identity_mapping_details | definition changed
1341 nat44_interface_add_del_feature | definition changed
1342 nat44_interface_add_del_output_feature | definition changed
1343 nat44_interface_addr_details | definition changed
1344 nat44_interface_details | definition changed
1345 nat44_interface_output_feature_details | definition changed
1346 nat44_lb_static_mapping_add_del_local | definition changed
1347 nat44_lb_static_mapping_details | definition changed
1348 nat44_static_mapping_details | definition changed
1349 nat44_user_details | definition changed
1350 nat44_user_session_details | definition changed
1351 nat44_user_session_dump | definition changed
1352 nat64_add_del_interface_addr | definition changed
1353 nat64_add_del_interface | definition changed
1354 nat64_add_del_pool_addr_range | definition changed
1355 nat64_add_del_prefix | definition changed
1356 nat64_add_del_static_bib | definition changed
1357 nat64_bib_details | definition changed
1358 nat64_interface_details | definition changed
1359 nat64_pool_addr_details | definition changed
1360 nat64_prefix_details | definition changed
1361 nat64_st_details | definition changed
1362 nat66_add_del_interface | definition changed
1363 nat66_add_del_static_mapping | definition changed
1364 nat66_interface_details | definition changed
1365 nat66_static_mapping_details | definition changed
1366 nat_det_add_del_map | definition changed
1367 nat_det_close_session_in | definition changed
1368 nat_det_close_session_out | definition changed
1369 nat_det_forward | definition changed
1370 nat_det_forward_reply | definition changed
1371 nat_det_map_details | definition changed
1372 nat_det_reverse | definition changed
1373 nat_det_reverse_reply | definition changed
1374 nat_det_session_details | definition changed
1375 nat_det_session_dump | definition changed
1376 nat_get_reass | only in file
1377 nat_get_reass_reply | only in file
1378 nat_ha_get_failover_reply | definition changed
1379 nat_ha_get_listener_reply | definition changed
1380 nat_ha_set_failover | definition changed
1381 nat_ha_set_listener | definition changed
1382 nat_reass_details | only in file
1383 nat_reass_dump | only in file
1384 nat_set_reass | only in file
1385 nat_set_reass_reply | only in file
1386 nat_worker_details | definition changed
1387 nhrp_details | only in image
1388 nhrp_dump | only in image
1389 nhrp_entry_add_del | only in image
1390 nhrp_entry_add_del_reply | only in image
1391 nsh_add_del_entry | definition changed
1392 nsh_add_del_map | definition changed
1393 nsh_map_details | definition changed
1394 nsim_cross_connect_enable_disable | definition changed
1395 nsim_output_feature_enable_disable | definition changed
1396 output_acl_set_interface | definition changed
1397 p2p_ethernet_add | definition changed
1398 p2p_ethernet_add_reply | definition changed
1399 p2p_ethernet_del | definition changed
1400 pipe_create | definition changed
1401 pipe_create_reply | definition changed
1402 pipe_delete | definition changed
1403 pipe_details | definition changed
1404 policer_classify_details | definition changed
1405 policer_classify_dump | definition changed
1406 policer_classify_set_interface | definition changed
1407 pot_profile_activate | definition changed
1408 pot_profile_add | definition changed
1409 pot_profile_del | definition changed
1410 pppoe_add_del_session | definition changed
1411 pppoe_add_del_session_reply | definition changed
1412 pppoe_session_details | definition changed
1413 pppoe_session_dump | definition changed
1414 proxy_arp_add_del | definition changed
1415 proxy_arp_details | definition changed
1416 proxy_arp_intfc_enable_disable | definition changed
1417 punt_reason_details | definition changed
1418 punt_reason_dump | definition changed
1419 punt_socket_details | definition changed
1420 punt_socket_register | definition changed
1421 punt_socket_register_reply | definition changed
1422 qos_mark_dump | definition changed
1423 qos_mark_enable_disable | definition changed
1424 qos_record_details | definition changed
1425 qos_record_enable_disable | definition changed
1426 qos_store_details | definition changed
1427 qos_store_enable_disable | definition changed
1428 rdma_create | only in image
1429 rdma_create_reply | only in image
1430 rdma_delete | only in image
1431 rdma_delete_reply | only in image
1432 reset_fib | only in file
1433 reset_fib_reply | only in file
1434 set_arp_neighbor_limit | only in file
1435 set_arp_neighbor_limit_reply | only in file
1436 set_ip_flow_hash | definition changed
1437 set_ipfix_exporter | definition changed
1438 set_punt | definition changed
1439 show_version_reply | definition changed
1440 show_vpe_system_time_reply | definition changed
1441 sockclnt_create | definition changed
1442 sockclnt_create_reply | definition changed
1443 sr_set_encap_hop_limit | only in image
1444 sr_set_encap_hop_limit_reply | only in image
1445 stn_add_del_rule | definition changed
1446 stn_rules_details | definition changed
1447 svs_details | definition changed
1448 svs_enable_disable | definition changed
1449 svs_route_add_del | definition changed
1450 svs_table_add_del | definition changed
1451 sw_if_l2tpv3_tunnel_details | definition changed
1452 sw_interface_add_del_address | definition changed
1453 sw_interface_add_del_mac_address | only in image
1454 sw_interface_add_del_mac_address_reply | only in image
1455 sw_interface_bond_details | definition changed
1456 sw_interface_clear_stats | definition changed
1457 sw_interface_details | definition changed
1458 sw_interface_dump | definition changed
1459 sw_interface_event | definition changed
1460 sw_interface_get_mac_address | definition changed
1461 sw_interface_get_mac_address_reply | definition changed
1462 sw_interface_get_table | definition changed
1463 sw_interface_ip6_enable_disable | definition changed
1464 sw_interface_ip6_set_link_local_address | definition changed
1465 sw_interface_ip6nd_ra_config | definition changed
1466 sw_interface_ip6nd_ra_prefix | definition changed
1467 sw_interface_lacp_details | definition changed
1468 sw_interface_rx_placement_details | definition changed
1469 sw_interface_rx_placement_dump | definition changed
1470 sw_interface_set_bond_weight | only in image
1471 sw_interface_set_bond_weight_reply | only in image
1472 sw_interface_set_flags | definition changed
1473 sw_interface_set_geneve_bypass | definition changed
1474 sw_interface_set_gtpu_bypass | definition changed
1475 sw_interface_set_ip_directed_broadcast | definition changed
1476 sw_interface_set_mac_address | definition changed
1477 sw_interface_set_mpls_enable | definition changed
1478 sw_interface_set_mtu | definition changed
1479 sw_interface_set_rx_mode | definition changed
1480 sw_interface_set_rx_placement | definition changed
1481 sw_interface_set_table | definition changed
1482 sw_interface_set_unnumbered | definition changed
1483 sw_interface_set_vxlan_gbp_bypass | definition changed
1484 sw_interface_slave_details | definition changed
1485 sw_interface_slave_dump | definition changed
1486 sw_interface_tag_add_del | definition changed
1487 sw_interface_tap_v2_details | definition changed
1488 sw_interface_tap_v2_dump | definition changed
1489 sw_interface_vhost_user_details | definition changed
1490 sw_interface_vhost_user_dump | definition changed
1491 sw_interface_virtio_pci_details | definition changed
1492 syslog_get_sender_reply | definition changed
1493 syslog_set_sender | definition changed
1494 tap_create_v2 | definition changed
1495 tap_create_v2_reply | definition changed
1496 tap_delete_v2 | definition changed
1497 tcp_configure_src_addresses | definition changed
1498 tls_openssl_set_engine | only in image
1499 tls_openssl_set_engine_reply | only in image
1500 trace_plugin_msg_ids | definition changed
1501 udp_encap_add | definition changed
1502 udp_encap_details | definition changed
1503 udp_ping_add_del | definition changed
1504 udp_ping_export | definition changed
1505 virtio_pci_create | definition changed
1506 virtio_pci_create_reply | definition changed
1507 virtio_pci_delete | definition changed
1508 vmxnet3_create | definition changed
1509 vmxnet3_create_reply | definition changed
1510 vmxnet3_delete | definition changed
1511 vmxnet3_details | definition changed
1512 vxlan_gbp_tunnel_add_del | definition changed
1513 vxlan_gbp_tunnel_add_del_reply | definition changed
1514 vxlan_gbp_tunnel_details | definition changed
1515 vxlan_gbp_tunnel_dump | definition changed
1516 vxlan_gpe_ioam_enable | definition changed
1517 vxlan_gpe_ioam_export_enable_disable | definition changed
1518 vxlan_gpe_ioam_transit_disable | definition changed
1519 vxlan_gpe_ioam_transit_enable | definition changed
1520 vxlan_gpe_ioam_vni_disable | definition changed
1521 vxlan_gpe_ioam_vni_enable | definition changed
1522 want_bfd_events | definition changed
1523 want_dhcp6_pd_reply_events | definition changed
1524 want_ip4_arp_events | only in file
1525 want_ip4_arp_events_reply | only in file
1526 want_ip6_nd_events | only in file
1527 want_ip6_nd_events_reply | only in file
1528 want_ip6_ra_events | definition changed
1529 want_ip_neighbor_events | only in image
1530 want_ip_neighbor_events_reply | only in image
1531 want_l2_arp_term_events | only in image
1532 want_l2_arp_term_events_reply | only in image
1533 want_l2_macs_events | definition changed
1535 Found 493 api message signature differences
1537 ### Patches that changed API definitions
1539 | @c src/vlibmemory/memclnt.api ||
1540 | ------- | ------- |
1541 | [8e388390d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e388390d) | vlib: use explicit types in api |
1542 | [daa4bff16](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=daa4bff16) | api: memclnt api use string type. |
1543 | [7adaa226e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7adaa226e) | api: revert use string type for strings in memclnt.api |
1544 | [2959d42fe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2959d42fe) | api: use string type for strings in memclnt.api |
1545 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1547 | @c src/examples/sample-plugin/sample/sample.api ||
1548 | ------- | ------- |
1549 | [33a58171e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33a58171e) | api: autogenerate api trace print/endian |
1550 | [78d91cf9a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=78d91cf9a) | sample-plugin: refactor .api to use explicit types |
1552 | @c src/vnet/interface.api ||
1553 | ------- | ------- |
1554 | [418ebb711](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=418ebb711) | papi: support default for type alias decaying to basetype |
1555 | [9485d99bd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9485d99bd) | interface: Allow VLAN tag-rewrite on non-sub-interfaces too. |
1556 | [c12eae73f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c12eae73f) | interface: shmemioerror while getting name_filter arg |
1557 | [de312c2d5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de312c2d5) | interface: dump the interface device type |
1558 | [e0792fdff](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e0792fdff) | interface: callback to manage extra MAC addresses |
1559 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
1560 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
1561 | [053204ab0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=053204ab0) | api: Cleanup APIs interface.api |
1562 | [0ad4a439d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0ad4a439d) | Fix vpp crash bug while deleting dhcp client |
1563 | [9a29f795a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9a29f795a) | vpp_papi_provider.py: update defautmapping. |
1564 | [b8591ac91](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b8591ac91) | API sw_interface_dump: Dump all if index is zero |
1565 | [4a7240636](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a7240636) | Make sw_interface_dump more compatible with 2.2.0 |
1566 | [6407ba56a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6407ba56a) | api: Add to interface crud - read by sw_if_index. |
1568 | @c src/vnet/interface_types.api ||
1569 | ------- | ------- |
1570 | [053204ab0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=053204ab0) | api: Cleanup APIs interface.api |
1572 | @c src/vnet/session/session.api ||
1573 | ------- | ------- |
1574 | [c4c4cf506](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c4c4cf506) | session: move add/del segment msg to mq |
1575 | [79f89537c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79f89537c) | session: Add certificate store |
1576 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
1577 | [458089bba](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=458089bba) | session: move ctrl messages from bapi to mq |
1578 | [8ac1d6d05](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ac1d6d05) | session: Use parent_handle instead of transport_opts |
1579 | [ba65ca496](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ba65ca496) | Add transport_opts to connect_sock bapi |
1581 | @c src/vnet/classify/classify.api ||
1582 | ------- | ------- |
1583 | [692bfc85f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=692bfc85f) | classify: API cleanup |
1585 | @c src/vnet/l2tp/l2tp.api ||
1586 | ------- | ------- |
1587 | [3ae526271](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ae526271) | l2: l2tp API cleanup |
1589 | @c src/vnet/gre/gre.api ||
1590 | ------- | ------- |
1591 | [5f8f61733](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5f8f61733) | gre: Multi-point interfaces |
1592 | [814f15948](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=814f15948) | gre: update gre.api with explicit types |
1593 | [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 |
1594 | [5a8844bdb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a8844bdb) | GRE: API update |
1596 | @c src/vnet/fib/fib_types.api ||
1597 | ------- | ------- |
1598 | [1dbcf30b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1dbcf30b7) | fib: Support the POP of a Psuedo Wire Control Word |
1599 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
1601 | @c src/vnet/lisp-cp/one.api ||
1602 | ------- | ------- |
1603 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1605 | @c src/vnet/lisp-cp/lisp.api ||
1606 | ------- | ------- |
1607 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1609 | @c src/vnet/feature/feature.api ||
1610 | ------- | ------- |
1611 | [bf6c5c158](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bf6c5c158) | feature: API cleanup |
1613 | @c src/vnet/nhrp/nhrp.api ||
1614 | ------- | ------- |
1615 | [5f8f61733](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5f8f61733) | gre: Multi-point interfaces |
1617 | @c src/vnet/qos/qos.api ||
1618 | ------- | ------- |
1619 | [4b76c58be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b76c58be) | qos: api clenup |
1620 | [83832e7ce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=83832e7ce) | qos: Store function |
1621 | [5281a9029](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5281a9029) | qos: QoS dump APIs |
1623 | @c src/vnet/ipsec/ipsec.api ||
1624 | ------- | ------- |
1625 | [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 |
1626 | [12989b538](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=12989b538) | ipsec: remove dedicated IPSec tunnels |
1627 | [c87b66c86](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87b66c86) | ipsec: ipsec-tun protect |
1628 | [f2922422d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f2922422d) | ipsec: remove the set_key API |
1629 | [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 |
1631 | @c src/vnet/ipsec/ipsec_types.api ||
1632 | ------- | ------- |
1633 | [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 |
1635 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
1636 | ------- | ------- |
1637 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1639 | @c src/vnet/pci/pci_types.api ||
1640 | ------- | ------- |
1641 | [2c504f89c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c504f89c) | devices: virtio API cleanup |
1643 | @c src/vnet/bonding/bond.api ||
1644 | ------- | ------- |
1645 | [3d1ef873d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3d1ef873d) | bonding: API cleanup |
1646 | [a1876b84e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a1876b84e) | bonding: add weight support for active-backup mode |
1647 | [751e3f382](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=751e3f382) | bonding: add support for numa-only in lacp mode |
1649 | @c src/vnet/tcp/tcp.api ||
1650 | ------- | ------- |
1651 | [956819afa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=956819afa) | tcp: api clenup |
1653 | @c src/vnet/cop/cop.api ||
1654 | ------- | ------- |
1655 | [aa4438a31](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aa4438a31) | cop: API cleanup |
1657 | @c src/vnet/ip-neighbor/ip_neighbor.api ||
1658 | ------- | ------- |
1659 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
1661 | @c src/vnet/ethernet/p2p_ethernet.api ||
1662 | ------- | ------- |
1663 | [8edca1361](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8edca1361) | p2p ethernet: update p2p_ethernet.api with explicit types. |
1665 | @c src/vnet/ethernet/ethernet_types.api ||
1666 | ------- | ------- |
1667 | [33a58171e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33a58171e) | api: autogenerate api trace print/endian |
1669 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
1670 | ------- | ------- |
1671 | [fb27096ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fb27096ee) | vxlan-gbp: api cleanup |
1673 | @c src/vnet/arp/arp.api ||
1674 | ------- | ------- |
1675 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
1677 | @c src/vnet/ipip/ipip.api ||
1678 | ------- | ------- |
1679 | [9534696b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9534696b4) | ipip: Tunnel flags controlling copying data to/from payload/encap |
1680 | [288e09362](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=288e09362) | ipip: refactor ipip.api with explicit types |
1681 | [cbd0824d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbd0824d6) | IPIP tunnel: use address types on API |
1683 | @c src/vnet/ipip/ipip_types.api ||
1684 | ------- | ------- |
1685 | [9534696b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9534696b4) | ipip: Tunnel flags controlling copying data to/from payload/encap |
1687 | @c src/vnet/bfd/bfd.api ||
1688 | ------- | ------- |
1689 | [4682feb1f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4682feb1f) | bfd: API cleanup |
1691 | @c src/vnet/l2/l2.api ||
1692 | ------- | ------- |
1693 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
1694 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1695 | [bc764c8bc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc764c8bc) | l2: BD ARP termination entry API update |
1696 | [54bc5e40c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54bc5e40c) | Update API description |
1697 | [5e6f7348c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5e6f7348c) | l2: Add support for arp unicast forwarding |
1699 | @c src/vnet/ip6-nd/ip6_nd.api ||
1700 | ------- | ------- |
1701 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
1703 | @c src/vnet/ip6-nd/rd_cp.api ||
1704 | ------- | ------- |
1705 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
1707 | @c src/vnet/udp/udp.api ||
1708 | ------- | ------- |
1709 | [10dc2eabd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10dc2eabd) | udp: fix copyright typo |
1711 | @c src/vnet/mpls/mpls.api ||
1712 | ------- | ------- |
1713 | [3eb8f207b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3eb8f207b) | mpls: api cleanup |
1714 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
1715 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1716 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
1718 | @c src/vnet/mfib/mfib_types.api ||
1719 | ------- | ------- |
1720 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1721 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
1723 | @c src/vnet/ip/ip_types.api ||
1724 | ------- | ------- |
1725 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
1726 | [33a58171e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33a58171e) | api: autogenerate api trace print/endian |
1727 | [515eed425](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=515eed425) | api: add prefix matcher typedef |
1728 | [038e1dfbd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=038e1dfbd) | dhcp ip: DSCP settings for transmitted DHCP packets |
1729 | [53c501512](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53c501512) | api: add DSCP definitions to ip_types.api |
1730 | [ab05508e1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ab05508e1) | api: refactor format_vl_api_prefix_t return keys |
1731 | [b538dd868](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b538dd868) | Punt: specify packets by IP protocol Type |
1732 | [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 |
1734 | @c src/vnet/ip/punt.api ||
1735 | ------- | ------- |
1736 | [f158944cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f158944cc) | ip: trivial typos in docs |
1737 | [f72ad93d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f72ad93d6) | ip: punt API cleanup |
1738 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
1739 | [719beb709](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=719beb709) | ip ipsec: Remove IPSec SPI-0 punt reason |
1740 | [b538dd868](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b538dd868) | Punt: specify packets by IP protocol Type |
1741 | [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 |
1743 | @c src/vnet/ip/ip.api ||
1744 | ------- | ------- |
1745 | [58989a37d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=58989a37d) | ip: API cleanup |
1746 | [cbe25aab3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cbe25aab3) | ip: Protocol Independent IP Neighbors |
1747 | [668605fc8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=668605fc8) | ip: use explicit types in api |
1748 | [9db6ada77](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9db6ada77) | fib: Table Replace |
1749 | [de34c35fc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=de34c35fc) | ip: add shallow virtual reassembly functionality |
1750 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
1751 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1752 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
1753 | [3a343d42d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3a343d42d) | reassembly: prevent long chain attack |
1755 | @c src/vnet/pg/pg.api ||
1756 | ------- | ------- |
1757 | [22e9cfd76](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=22e9cfd76) | pg: add GSO support |
1759 | @c src/vnet/bier/bier.api ||
1760 | ------- | ------- |
1761 | [f1f5a8a1a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f1f5a8a1a) | bier: API cleanup |
1762 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1763 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
1764 | [e6eefb6e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6eefb6e3) | Trivial Typo's in bier comments/docs. |
1766 | @c src/vnet/ipfix-export/ipfix_export.api ||
1767 | ------- | ------- |
1768 | [2f71a8889](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2f71a8889) | ip: ipfix-export API update |
1769 | [21b83e96d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=21b83e96d) | api: implement ipfix_flush |
1771 | @c src/vnet/gso/gso.api ||
1772 | ------- | ------- |
1773 | [29467b534](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=29467b534) | gso: Add gso feature arc |
1775 | @c src/vnet/devices/af_packet/af_packet.api ||
1776 | ------- | ------- |
1777 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
1778 | [3b2db9002](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3b2db9002) | devices: af_packet API cleanup |
1780 | @c src/vnet/devices/virtio/vhost_user.api ||
1781 | ------- | ------- |
1782 | [5d4c99f27](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d4c99f27) | devices: vhost API cleanup |
1783 | [4208a4ce8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4208a4ce8) | devices interface tests: vhosst GSO support |
1785 | @c src/vnet/devices/virtio/virtio_types.api ||
1786 | ------- | ------- |
1787 | [5d4c99f27](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d4c99f27) | devices: vhost API cleanup |
1789 | @c src/vnet/devices/virtio/virtio.api ||
1790 | ------- | ------- |
1791 | [6d4af8918](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d4af8918) | virtio: split gso and checksum offload functionality |
1792 | [2c504f89c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c504f89c) | devices: virtio API cleanup |
1793 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
1794 | [bbd6b746e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bbd6b746e) | virtio: Add gso support for native virtio driver |
1795 | [43b512cac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43b512cac) | virtio: remove configurable queue size support |
1797 | @c src/vnet/devices/pipe/pipe.api ||
1798 | ------- | ------- |
1799 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
1800 | [df40cb5b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df40cb5b5) | devices: pipe API cleanup |
1802 | @c src/vnet/devices/tap/tapv2.api ||
1803 | ------- | ------- |
1804 | [ba0061feb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ba0061feb) | tap: split gso and checksum offload functionality |
1805 | [5de4fb707](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5de4fb707) | devices: tap API cleanup |
1806 | [44d06916b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=44d06916b) | tap: Move client registration check to top |
1807 | [97c998c28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97c998c28) | docs: devices-- add FEATURES.yaml |
1808 | [97d54ed43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97d54ed43) | tap: add support to configure tap interface host MTU size |
1810 | @c src/vnet/srv6/sr.api ||
1811 | ------- | ------- |
1812 | [eeb5fb3a5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eeb5fb3a5) | sr: add "set sr encaps hop-limit" command |
1813 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1815 | @c src/vnet/geneve/geneve.api ||
1816 | ------- | ------- |
1817 | [2d3282e17](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2d3282e17) | geneve: API cleanup |
1819 | @c src/plugins/marvell/pp2/pp2.api ||
1820 | ------- | ------- |
1821 | [4a65b910a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a65b910a) | marvell: use explicit types in api |
1822 | [859b59133](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=859b59133) | api: Add API support for marvell PP2 plugin |
1824 | @c src/plugins/svs/svs.api ||
1825 | ------- | ------- |
1826 | [5e913f374](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5e913f374) | svs: use explicit types in api |
1828 | @c src/plugins/acl/acl_types.api ||
1829 | ------- | ------- |
1830 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1831 | [bb2e5221a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2e5221a) | api acl: breakout acl_types.api for reuse by others |
1833 | @c src/plugins/acl/acl.api ||
1834 | ------- | ------- |
1835 | [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 |
1836 | [709dad304](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=709dad304) | acl: remove api boilerplate |
1837 | [bb2e5221a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2e5221a) | api acl: breakout acl_types.api for reuse by others |
1838 | [f995c7122](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f995c7122) | acl: implement counters |
1840 | @c src/plugins/memif/memif.api ||
1841 | ------- | ------- |
1842 | [3ae9f5a90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ae9f5a90) | memif: remove api boilerplate |
1843 | [546f955b3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=546f955b3) | memif: API cleanup |
1845 | @c src/plugins/cdp/cdp.api ||
1846 | ------- | ------- |
1847 | [07e557a73](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=07e557a73) | cdp: use explicit types in api |
1849 | @c src/plugins/dhcp/dhcp6_ia_na_client_cp.api ||
1850 | ------- | ------- |
1851 | [02bfd641b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=02bfd641b) | dhcp: Move to plugin |
1853 | @c src/plugins/dhcp/dhcp6_pd_client_cp.api ||
1854 | ------- | ------- |
1855 | [d5262831a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d5262831a) | dhcp: dhcp6_pd_client_cp API cleanup |
1856 | [02bfd641b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=02bfd641b) | dhcp: Move to plugin |
1858 | @c src/plugins/dhcp/dhcp.api ||
1859 | ------- | ------- |
1860 | [6bcc6a455](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bcc6a455) | dhcp: fix crash on unicast renewal send |
1861 | [02bfd641b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=02bfd641b) | dhcp: Move to plugin |
1863 | @c src/plugins/avf/avf.api ||
1864 | ------- | ------- |
1865 | [a0bf06d74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a0bf06d74) | avf: explicit types in api |
1866 | [74af6f081](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=74af6f081) | avf: remote api boilerplate |
1868 | @c src/plugins/dpdk/api/dpdk.api ||
1869 | ------- | ------- |
1870 | [6d75c20a6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6d75c20a6) | dpdk: use explicit types in api |
1871 | [025166dc7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=025166dc7) | dpdk: remove api boilerplate |
1873 | @c src/plugins/builtinurl/builtinurl.api ||
1874 | ------- | ------- |
1875 | [43765e2b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43765e2b4) | builtinurl: initial working attempt |
1877 | @c src/plugins/mactime/mactime.api ||
1878 | ------- | ------- |
1879 | [7b22df06f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7b22df06f) | mactime: update api to use explicit types |
1880 | [2c41a61d5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2c41a61d5) | mactime: add a "top" command to watch device stats |
1881 | [7071952df](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7071952df) | mactime: remove api boilerplate |
1882 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1883 | [7681b1c46](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7681b1c46) | mactime: add per-mac allow-with-quota feature |
1884 | [0c6ac791d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0c6ac791d) | mactime: upstream new features |
1886 | @c src/plugins/ikev2/ikev2.api ||
1887 | ------- | ------- |
1888 | [6aaee8c7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6aaee8c7c) | ikev2: use explicit api types |
1889 | [fc7b77db7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fc7b77db7) | ikev2: remove api boilerplate |
1891 | @c src/plugins/http_static/http_static.api ||
1892 | ------- | ------- |
1893 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
1894 | [68b24e2c9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=68b24e2c9) | plugins: http_static. Migrate to use api string type. |
1895 | [22bc2c46e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=22bc2c46e) | Static http server |
1897 | @c src/plugins/gbp/gbp.api ||
1898 | ------- | ------- |
1899 | [38277e407](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=38277e407) | gbp: use explicit types in api |
1900 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1901 | [3918bdbcb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3918bdbcb) | gbp: update gbp-ext-itf API |
1902 | [3c0d84c98](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3c0d84c98) | gbp: add anonymous l3-out subnets |
1903 | [cfc7a107e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=cfc7a107e) | gbp: add anonymous l3-out external interfaces |
1904 | [160c923f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=160c923f9) | gbp: VRF scoped contracts |
1906 | @c src/plugins/l2e/l2e.api ||
1907 | ------- | ------- |
1908 | [b2e463a10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b2e463a10) | l2e: use explicit api types |
1910 | @c src/plugins/gtpu/gtpu.api ||
1911 | ------- | ------- |
1912 | [55636cb62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=55636cb62) | gtpu: use explicit types in api |
1913 | [49228efce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=49228efce) | gtpu: remove api boilerplate |
1915 | @c src/plugins/igmp/igmp.api ||
1916 | ------- | ------- |
1917 | [4a7fc4cf1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4a7fc4cf1) | igmp: use explicit types in api |
1918 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1919 | [4ff09ae34](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ff09ae34) | API: Python and Unix domain socket improvement |
1921 | @c src/plugins/ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api ||
1922 | ------- | ------- |
1923 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
1925 | @c src/plugins/ioam/udp-ping/udp_ping.api ||
1926 | ------- | ------- |
1927 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
1929 | @c src/plugins/ioam/export/ioam_export.api ||
1930 | ------- | ------- |
1931 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
1933 | @c src/plugins/ioam/ip6/ioam_cache.api ||
1934 | ------- | ------- |
1935 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
1937 | @c src/plugins/ioam/lib-pot/pot.api ||
1938 | ------- | ------- |
1939 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
1941 | @c src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.api ||
1942 | ------- | ------- |
1943 | [0fa66d618](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0fa66d618) | ioam: use explicit api types |
1945 | @c src/plugins/stn/stn.api ||
1946 | ------- | ------- |
1947 | [7929f9f5c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7929f9f5c) | stn: use explicit types in api |
1949 | @c src/plugins/map/map.api ||
1950 | ------- | ------- |
1951 | [be31c2a25](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=be31c2a25) | map: use explicit types in api |
1952 | [7b2e9fb1a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7b2e9fb1a) | map: use ip6-full-reassembly instead of own code |
1953 | [640edcd90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=640edcd90) | map: use SVR for MAP-T |
1954 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
1955 | [ff47fb645](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ff47fb645) | vppapigen map: raise ValueError when fieldname is python keyword |
1956 | [4d376f67a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d376f67a) | map: Use vl_api_string macros. |
1958 | @c src/plugins/oddbuf/oddbuf.api ||
1959 | ------- | ------- |
1960 | [7ff64fb97](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7ff64fb97) | oddbuf: remove api boilerplate |
1961 | [a287a30dd](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a287a30dd) | misc: fix coverity warning in the oddbuf plugin |
1962 | [c4abafd83](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c4abafd83) | ip: fix udp/tcp checksum corner cases |
1964 | @c src/plugins/l3xc/l3xc.api ||
1965 | ------- | ------- |
1966 | [60f5108a9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=60f5108a9) | l3xc: use explicit types in api |
1967 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1968 | [59fa121f8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=59fa121f8) | L3 cross connect |
1970 | @c src/plugins/pppoe/pppoe.api ||
1971 | ------- | ------- |
1972 | [04338e85a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=04338e85a) | pppoe: use explicit types in api |
1973 | [25fe57821](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25fe57821) | pppoe: remove api boilerplate |
1975 | @c src/plugins/mdata/mdata.api ||
1976 | ------- | ------- |
1977 | [d7b306657](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d7b306657) | mdata: buffer metadata change tracker plugin |
1979 | @c src/plugins/lb/lb.api ||
1980 | ------- | ------- |
1981 | [ae0724034](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ae0724034) | lb: remove api boilerplate |
1982 | [33538a150](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33538a150) | lb: add APIs for set interface nat4 and nat6 |
1983 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
1984 | [3efcd0d7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3efcd0d7c) | lb: vip and as dump/detail api's |
1985 | [a0cb32cb9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a0cb32cb9) | lb: update api.c to use scaffolding from latest skel |
1987 | @c src/plugins/lb/lb_types.api ||
1988 | ------- | ------- |
1989 | [75761b933](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75761b933) | api: split vl_api_prefix into two |
1990 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
1991 | [3efcd0d7c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3efcd0d7c) | lb: vip and as dump/detail api's |
1993 | @c src/plugins/nsim/nsim.api ||
1994 | ------- | ------- |
1995 | [e06e7c672](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e06e7c672) | nsim: use explicit api types |
1996 | [2e7a43ca4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2e7a43ca4) | nsim: remove api boilerplate |
1997 | [7c91007e1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c91007e1) | Make the loss / delay sim available as an output feature |
1999 | @c src/plugins/vmxnet3/vmxnet3.api ||
2000 | ------- | ------- |
2001 | [277f03f06](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=277f03f06) | vmxnet3: use explicit types in api |
2002 | [10bbfce02](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10bbfce02) | vmxnet3: remove api boilerplate |
2003 | [2985e0af6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2985e0af6) | vmxnet3: per interface gso support |
2004 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2006 | @c src/plugins/tlsopenssl/tls_openssl.api ||
2007 | ------- | ------- |
2008 | [1e582206a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e582206a) | tls: remove api boilerplate |
2009 | [dd0cc9ec3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd0cc9ec3) | tls: some rework based on TLS openssl C API |
2010 | [be4d1aa2c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=be4d1aa2c) | tls: Add C API for TLS openssl to set engine |
2012 | @c src/plugins/abf/abf.api ||
2013 | ------- | ------- |
2014 | [bdde58534](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdde58534) | abf: use explicit types in api |
2015 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2016 | [097fa66b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=097fa66b9) | fib: fib api updates |
2018 | @c src/plugins/nat/nat.api ||
2019 | ------- | ------- |
2020 | [f126e746f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f126e746f) | nat: use SVR |
2021 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
2022 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2023 | [e6e09a4ac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e6e09a4ac) | nat: elog rewrite for multi-worker support |
2024 | [c1f93067e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f93067e) | Add default value for API Nat flags |
2025 | [dd1e3e780](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd1e3e780) | NAT: VPP-1531 api cleanup & update |
2026 | [89fec713f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=89fec713f) | Revert "NAT: VPP-1531 api cleanup & update" |
2027 | [bed1421b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bed1421b9) | NAT: VPP-1531 api cleanup & update |
2029 | @c src/plugins/rdma/rdma.api ||
2030 | ------- | ------- |
2031 | [d8c1ef925](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d8c1ef925) | rdma: api: prepare support for direct verb |
2032 | [b644eb54f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b644eb54f) | rdma: add explicit types in api |
2033 | [812afe712](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=812afe712) | rdma: add rdma API |
2035 | @c src/plugins/sctp/sctp.api ||
2036 | ------- | ------- |
2037 | [3ffe6cadf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3ffe6cadf) | sctp: move to plugins, disabled by default |
2039 | @c src/plugins/ct6/ct6.api ||
2040 | ------- | ------- |
2041 | [d4efce2e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d4efce2e0) | ct6: use explicit type in api |
2042 | [ee98904e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee98904e0) | ct6: remove api boilerplate |
2044 | @c src/plugins/nsh/nsh.api ||
2045 | ------- | ------- |
2046 | [d3f0a4869](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d3f0a4869) | nsh: use explicit api types |
2048 | @c src/plugins/flowprobe/flowprobe.api ||
2049 | ------- | ------- |
2050 | [3013e6988](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3013e6988) | flowprobe: use explicit types in api |
2051 | [2a1ca787b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2a1ca787b) | api: split api generated files |
2053 | @c src/plugins/lacp/lacp.api ||
2054 | ------- | ------- |
2055 | [ebef4a9e5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ebef4a9e5) | lacp: use explit api types |
2057 | @c src/plugins/dns/dns.api ||
2058 | ------- | ------- |
2059 | [b922f16ba](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b922f16ba) | dns: remove api boilerplate |
2060 | [34af0ccf5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34af0ccf5) | dns: make the dns name resolver a plugin |
2062 | @c src/vpp/api/vpe.api ||
2063 | ------- | ------- |
2064 | [e5ff5a36d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e5ff5a36d) | api: enforce vla is last and fixed string type |
2065 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2066 | [a47a5f20a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a47a5f20a) | api papi: add alias for timestamp(datetime)/timedelta |
2067 | [888640a39](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=888640a39) | map gbp papi: match endianess of f64 |
2068 | [03f1af23b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=03f1af23b) | api: Implement log_dump/log_details |
2069 | [c87b66c86](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c87b66c86) | ipsec: ipsec-tun protect |
2070 | [9ac113815](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9ac113815) | API: Add support for limits to language. |
2072 | @c src/vpp/api/vpe_types.api ||
2073 | ------- | ------- |
2074 | [e71748291](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e71748291) | vppapigen: remove support for legacy typedefs |
2075 | [a47a5f20a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a47a5f20a) | api papi: add alias for timestamp(datetime)/timedelta |
2076 | [3cf9e67f5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3cf9e67f5) | api: add vl_api_version_t type |
2078 @page release_notes_19082 Release notes for VPP 19.08.2
2080 The 19.08.2 is an LTS release. It contains numerous fixes,
2081 as well as new features and API additions.
2086 - Add text output (c395ff143)
2087 - Binary API Libraries
2088 - Add API support for PP2 plugin to stable/1908 (1c3c9f039)
2090 - Pass 'no-pci' to autgenerated config (c0552134e)
2091 - Add env variable to pass extra cmake args (116e05f57)
2092 - Infrastructure Library
2093 - Implement CLIB\_PAUSE () for aarch64 platforms (a3c45242b)
2094 - Create unformat function for data size parsing (cb19100c1)
2096 - Fix interface deletion (1517d5e72)
2097 - Add GSO support (a06f68556)
2098 - Physical Memory Allocator
2099 - Always lock pages (5b2eea6e0)
2102 - Print queue id in packet trace (9e028d047)
2104 - Ipsec tunnel support for ip6-in-ip4 (2dde5a478)
2105 - QAT devices update, add c4xxx and xeon d15xx (f5d6c80ac)
2106 - Add TSO support in DPDK plugin. (5564db853)
2107 - Group Based Policy (GBP)
2108 - Add extended SFC unit tests (30f7e4198)
2109 - Host Stack Applications
2110 - Make APP\_OPTIONS\_PREALLOC\_FIFO\_PAIRS configurable (47c6f36be)
2111 - Internet Key Exchange (IKEv2) Protocol
2112 - Add support for GCM cipher (2fa9f679c)
2114 - Add cli command for stats (88af6c3f4)
2115 - Add Tx, Rx and packet drop counters (3a61a40dd)
2116 - Create custom event logger (2f9ec5001)
2117 - Make quic fifo size configurable via cli (7fc3d97b8)
2118 - RDMA (ibverb) driver
2119 - Add support for input feature arcs (cbae1e1c5)
2120 - Add support for MAC changes (ffdfe308b)
2122 - Add dynamic GET / POST method hooks (faf5195e3)
2123 - Python binding for the VPP API
2124 - Let async calls return context (e6b29a9df)
2125 - Introduce read\_blocking (1c45b85df)
2127 - Improve fifo segment verbose cli (d2bff0786)
2128 - Statistics Segment
2129 - Add /if/\<n\>/\<n\>/state for lacp interface state (d5e8ed7be)
2130 - Test Infrastructure
2131 - Support worker threads (51699e62c)
2132 - Support setting random seed (fc000f0e1)
2133 - Add cli\_return\_response to vpp\_papi\_provider (64d744350)
2134 - Test tls case (87e1bcdd7)
2137 - Use vector code even when data is not aligned (bebbd7f62)
2138 - VPP packet tracer support (7c5a3536c)
2140 - Add 'detail' option to 'sh ipsec sa' (56417fa94)
2141 - Add insecure option for format of SA (591aa64e8)
2142 - Support 4o6 and 6o4 for tunnel protect (2e6d73934)
2144 - Allow addrs from the same prefix on intf (da900b25c)
2145 - Punt rather than drop unkown IPv6 ICMP packets (fd2f6f89e)
2147 - Add explicit reset api (a267cba29)
2148 - Improve cli (2ff21af39)
2149 - Add session enable option in config file (b1ef5567b)
2150 - Limit pacer bucket size (079895d95)
2151 - Builtin app rx notifications regardless of state (8e4afc86d)
2152 - Infra for transports to send buffers (57997c874)
2153 - Reschedule asap when snd space constrained (89ab1762d)
2155 - Allow cc algos to set pacing rate (82df1eb90)
2156 - Set cc\_algo on connection alloc (7fe501a4b)
2157 - Add option for always on event logging (e73bd8503)
2158 - Track zero rwnd errors (a2c063712)
2159 - Validate connections in output (ea584d137)
2160 - Force zero window on full rx fifo (fbe948c81)
2161 - Send rwnd update only if wnd is large enough (0ad8477ba)
2162 - Enable gso in tcp hoststack (6f3621d77)
2163 - Handle SACK reneging (9dba3dbf0)
2164 - Use rate sample RTT in recovery if possible (6702641f5)
2165 - Compute snd time for rate sample (69460ae11)
2166 - Use sacks for timer based recovery (d4aa3d9f8)
2167 - Custom checksum calculations for Ipv4/Ipv6 (3642782a2)
2168 - Retry lost retransmits (7b135c639)
2169 - Improve pacing after idle send periods (abdc7dfb5)
2170 - Track lost rxt segments in byte tracker (6de46b40d)
2171 - Validate the IP address while checking TCP connection (6c1ce53b4)
2172 - Improve lost rxt heuristic (04b4204d9)
2174 - Allow non-blocking connects (4767cf24f)
2175 - Add api to set lcl ip (2c55610e2)
2177 - Add flag to explicitelly mark nodes which can init per-node packet trace (29dc11bde)
2178 - Enhance the "show cli" debug CLI command (b5a0108ac)
2180 - Introduce 'memif\_per\_thread\_' namespace (2736fc7fc)
2184 Description of results:
2186 * _Definition changed_: indicates that the API file was modified between releases.
2187 * _Only in image_: indicates the API is new for this release.
2188 * _Only in file_: indicates the API has been removed in this release.
2190 Message Name | Result
2191 -------------------------------------------------------------|------------------
2192 app_attach | only in image
2193 app_attach_reply | only in image
2195 Found 2 api message signature differences
2199 For the full list of fixed issues please refer to:
2200 - fd.io [JIRA](https://jira.fd.io)
2201 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1908)
2203 @page release_notes_19081 Release notes for VPP 19.08.1
2205 Exceptionally, this release has an API-changing fix introduced via
2206 https://gerrit.fd.io/r/#/c/vpp/+/21762/ - documented in VPP-1767.
2207 Given the exceptional nature of the change, also including the text here:
2209 Bug: https://gerrit.fd.io/r/c/vpp/+/21492
2211 Variable length strings were committed to VPP in 413f4a5b.
2212 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.
2213 The client side C language binding is the same, while other language bindings have their own encoder/decoders.
2215 Multiple strings alone or combined with other variable length types turned out to be error prone to manually implement on the VPP side,
2216 and not supported by VPP API (VAPI) very well at all.
2218 To avoid having to rewrite VAPI significantly, and to mitigate the risk
2219 and error prone server side support of multiple variable length fields,
2220 this patch extends strings to have a fixed size (on the wire) and
2221 a variable flavour, as well as adding detection in the API compiler
2222 to detect multiple variable length fields in a message (or type).
2224 Given that this change breaks the commitment to binary API compatibility,
2225 normally present in point builds, ALL 19.08 build artifacts are being
2228 This means the artifacts for the VPP 19.08.1 will be installed
2229 in the release repository (packagecloud.io/fdio/release), then
2230 ALL 19.08 build artifacts will be moved into the deferred repository
2231 (packagecloud.io/fdio/deferred). The 19.08 artifacts will always be
2232 available for archive purposes in the deferred repository.
2234 During the further testing by Networking-VPP team, they discovered
2235 another issue documented in VPP-1769 - which requires a CRC-affecting
2236 fix in https://gerrit.fd.io/r/#/c/vpp/+/22015/ - so the 19.08.1
2237 will contain the fixes for both issues.
2239 These two changes have resulted in the following 20 messages changing
2242 Message Name | Result
2243 -------------------------------------------------------------|------------------
2244 cli_inband | definition changed
2245 cli_inband_reply | definition changed
2246 connect_sock | definition changed
2247 http_static_enable | definition changed
2248 log_details | definition changed
2249 map_add_domain | definition changed
2250 map_domain_details | definition changed
2251 nat44_add_del_identity_mapping | definition changed
2252 nat44_add_del_lb_static_mapping | definition changed
2253 nat44_add_del_static_mapping | definition changed
2254 nat44_identity_mapping_details | definition changed
2255 nat44_lb_static_mapping_details | definition changed
2256 nat44_static_mapping_details | definition changed
2257 nat_worker_details | definition changed
2258 punt_reason_details | definition changed
2259 punt_reason_dump | definition changed
2260 show_version_reply | definition changed
2261 sw_interface_details | definition changed
2262 sw_interface_dump | definition changed
2263 sw_interface_tag_add_del | definition changed
2265 Please accept our apologies for the inconvenience this caused.
2267 For the full list of fixed issues please refer to:
2268 - fd.io [JIRA](https://jira.fd.io)
2269 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
2271 @page release_notes_1908 Release notes for VPP 19.08
2273 More than 850 commits since the 19.04 release.
2279 - API language: new types and limits support
2280 - Python API - add support for defaults
2281 - Export ip_types.api for out-of-tree plugins use
2282 - Refactor ipip.api with explicit types
2285 - Remove bonding code
2286 - Rework extended stats
2287 - Debugging & Servicability
2288 - debug CLI leak-checker
2289 - vlib: add "memory-trace stats-segment"
2290 - vppapitrace JSON/API trace converter
2291 - ARP: add arp-disabled node
2292 - igmp: Trace more data from input packets
2293 - ip: Trace the packet from the punt node
2294 - Python API debug introspection improvements
2295 - Pin dependencies for make test infra
2296 - FEATURE.yaml meta-data infrastructure
2297 - tcp: add cc stats plotting tools
2298 - Packet tracer support for thread handoffs
2299 - libmemif: support for multi-thread connection establishment
2301 - fifo ooo reads/writes with multiple chunks
2302 - support addition/removal of chunks to fifos
2304 - Mapped pcap file support
2305 - More AVX2 and AVX512 inlines
2306 - VLIB_INIT_FUNCTION sequencing rework
2307 - refactor spinlocks and rwlocks
2309 - add doubly linked list
2310 - rdma: bump rdma-core to v25.0
2312 - Add the number of worker threads and per worker thread vector rates
2313 - Support multiple workers for error counters
2317 - HTTP static page server with TLS support
2319 - acl: implement stat-segment counters
2320 - arp: add feature arcs: arp-reply, arp-input, arp-proxy
2321 - avf: improved logging and added 2.5/5 Gbps speeds
2322 - bonding: NUMA-related improvements
2323 - crypto: add support for AES-CTR cipher
2325 - FIB Entry tracking
2326 - Support the POP of a Pseudo Wire Control Word
2328 - Anonymous l3-out subnets support
2329 - ARP unicast forward in gbp bridge domain
2330 - An Endpoint can change sclass
2331 - Consider data-plane learnt source better than control-plane
2332 - VRF scoped contracts
2333 - gso (experimental)
2334 - Add support to pg interfaces
2335 - Add support to vhost user
2336 - Add support to native virtio
2337 - Add support for tagged interfaces
2338 - punt: allow to specify packets by IP protocol Type
2339 - ip6-local: hop-by-hop protocol demux table
2341 - intel-ipsec-mb version 0.52
2343 - handle UDP keepalives
2344 - support GCM in ESP
2346 - Refactor control queue support
2347 - dhcp-client: DSCP marking for transmitted packets
2348 - Idle resource usage improvements
2349 - Allocate bihash virtual space on demand
2350 - gre: don't register gre input nodes unless a gre tunnel is created
2351 - gtpu: don't register udp ports unless a tunnel is created
2352 - lacp: create lacp-process on demand
2353 - lisp-cp: start lisp retry service on demand
2354 - start the cdp period and dns resolver process on demand
2355 - vat: unload unused vat plugins
2356 - nat: api cleanup & update
2357 - nsim: make available as an output feature
2358 - load-balance performance improvements
2359 - l2: Add support for arp unicast forwarding
2362 - Per-MAC allow-with-quota feature
2366 - rdma: add support for promiscuous mode (l2-switching and xconnect)
2367 - sr: update the Segment Routing definition to be compliant with current in IETF
2368 - udp-ping: disable due to conflict with mldv2
2369 - vxlan-gpe: improve encap performance
2372 - Bridge domain arp unicast forwarding flag
2373 - Bridge domain unknown unicast flooding flag
2377 - API to support manual svm fifo resizing
2378 - Improved session output scheduler and close state machine
2379 - Transport and session cleanup notifications for builtin apps
2380 - Session migration notifications for builtin apps
2381 - Support for no session layer lookup transports (quic and tls)
2382 - Ability to retrieve local/remote endpoint in transport vft
2383 - Cleanup segment manager and fifo segment
2384 - Fix vpp to app msg generation on enqueue fail
2385 - Improve event logging
2386 - Moved test applications to hsa plugin
2388 - Congestion control algorithm enhancements
2389 - Delivery rate estimator
2390 - ACK/retransmission refactor and pacing
2391 - Add tcp-input sibling nodes without full 6-tuple lookup
2392 - More RFC4898 connection statistics
2393 - Allow custom output next node
2394 - Allow custom congestion control algorithms
2396 - Multi-thread support
2397 - Logs readability improvements
2398 - Multistream support
2400 - Fix close with data and listen failures
2401 - Handle TCP transport rests
2402 - Support endpoint retrieval interface
2404 - support quic streams and "connectable listeners"
2405 - worker unregister api
2406 - fix epoll with large events batch
2407 - ldp: add option to eanble transparent TLS connections
2409 - support close with data
2410 - fixed session migration
2412 - add option to enable/disable default to disable
2413 - moved from vnet to plugins
2417 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
2421 For the full list of fixed issues please refer to:
2422 - fd.io [JIRA](https://jira.fd.io)
2423 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1908)
2427 Description of results:
2429 * _Definition changed_: indicates that the API file was modified between releases.
2430 * _Only in image_: indicates the API is new for this release.
2431 * _Only in file_: indicates the API has been removed in this release.
2434 Message Name | Result
2435 -------------------------------------------------------------|------------------
2436 abf_itf_attach_add_del | definition changed
2437 abf_itf_attach_details | definition changed
2438 abf_policy_add_del | definition changed
2439 abf_policy_details | definition changed
2440 acl_add_replace | definition changed
2441 acl_details | definition changed
2442 acl_stats_intf_counters_enable | only in image
2443 acl_stats_intf_counters_enable_reply | only in image
2444 api_versions_reply | definition changed
2445 bd_ip_mac_add_del | definition changed
2446 bd_ip_mac_details | definition changed
2447 bier_disp_entry_add_del | definition changed
2448 bier_disp_entry_details | definition changed
2449 bier_imp_add | definition changed
2450 bier_imp_details | definition changed
2451 bier_route_add_del | definition changed
2452 bier_route_details | definition changed
2453 bier_route_dump | definition changed
2454 bier_table_add_del | definition changed
2455 bier_table_details | definition changed
2456 bond_create | definition changed
2457 bridge_domain_add_del | definition changed
2458 bridge_domain_details | definition changed
2459 bridge_flags | definition changed
2460 connect_sock | definition changed
2461 create_vhost_user_if | definition changed
2462 ct6_enable | only in file
2463 ct6_enable_disable | only in image
2464 ct6_enable_disable_reply | only in image
2465 ct6_enable_disable | only in file
2466 dhcp6_pd_reply_event | definition changed
2467 dhcp6_pd_send_client_message | definition changed
2468 dhcp6_reply_event | definition changed
2469 dhcp6_send_client_message | definition changed
2470 dhcp_client_config | definition changed
2471 dhcp_client_details | definition changed
2472 dhcp_compl_event | definition changed
2473 dhcp_proxy_details | definition changed
2474 dslite_add_del_pool_addr_range | definition changed
2475 dslite_address_details | definition changed
2476 dslite_get_aftr_addr_reply | definition changed
2477 dslite_get_b4_addr_reply | definition changed
2478 dslite_set_aftr_addr | definition changed
2479 dslite_set_b4_addr | definition changed
2480 gbp_bridge_domain_add | definition changed
2481 gbp_bridge_domain_details | definition changed
2482 gbp_contract_add_del | definition changed
2483 gbp_contract_details | definition changed
2484 gbp_endpoint_add | definition changed
2485 gbp_endpoint_details | definition changed
2486 gbp_endpoint_group_add | definition changed
2487 gbp_endpoint_group_details | definition changed
2488 gbp_ext_itf_add_del | definition changed
2489 gbp_ext_itf_details | definition changed
2490 gbp_recirc_add_del | definition changed
2491 gbp_recirc_details | definition changed
2492 gbp_route_domain_add | definition changed
2493 gbp_route_domain_details | definition changed
2494 gbp_subnet_add_del | definition changed
2495 gbp_subnet_details | definition changed
2496 gbp_vxlan_tunnel_add | definition changed
2497 gbp_vxlan_tunnel_details | definition changed
2498 get_f64_endian_value | only in image
2499 get_f64_endian_value_reply | only in image
2500 get_f64_increment_by_one | only in image
2501 get_f64_increment_by_one_reply | only in image
2502 gpe_add_del_fwd_entry | definition changed
2503 gpe_fwd_entries_get_reply | definition changed
2504 gpe_fwd_entry_path_details | definition changed
2505 gpe_native_fwd_rpaths_get_reply | definition changed
2506 gre_add_del_tunnel | only in file
2507 gre_add_del_tunnel_reply | only in file
2508 gre_tunnel_add_del | only in image
2509 gre_tunnel_add_del_reply | only in image
2510 gre_tunnel_details | definition changed
2511 gre_tunnel_dump | definition changed
2512 http_static_enable | only in image
2513 http_static_enable_reply | only in image
2514 igmp_event | definition changed
2515 igmp_group_prefix_details | definition changed
2516 igmp_group_prefix_set | definition changed
2517 igmp_listen | definition changed
2518 ip6_fib_details | only in file
2519 ip6_fib_dump | only in file
2520 ip6_mfib_details | only in file
2521 ip6_mfib_dump | only in file
2522 ip6_ra_event | definition changed
2523 ip_add_del_route | only in file
2524 ip_add_del_route_reply | only in file
2525 ip_address_details | definition changed
2526 ip_container_proxy_add_del | definition changed
2527 ip_container_proxy_details | definition changed
2528 ip_fib_details | only in file
2529 ip_fib_dump | only in file
2530 ip_mfib_details | only in file
2531 ip_mfib_dump | only in file
2532 ip_mroute_add_del | definition changed
2533 ip_mroute_details | only in image
2534 ip_mroute_dump | only in image
2535 ip_mtable_details | only in image
2536 ip_mtable_dump | only in image
2537 ip_neighbor_add_del | definition changed
2538 ip_neighbor_details | definition changed
2539 ip_probe_neighbor | definition changed
2540 ip_punt_redirect | definition changed
2541 ip_punt_redirect_details | definition changed
2542 ip_reassembly_get_reply | definition changed
2543 ip_reassembly_set | definition changed
2544 ip_route_add_del | only in image
2545 ip_route_add_del_reply | only in image
2546 ip_route_details | only in image
2547 ip_route_dump | only in image
2548 ip_source_and_port_range_check_add_del | definition changed
2549 ip_table_add_del | definition changed
2550 ip_table_details | only in image
2551 ip_table_dump | only in image
2552 ipfix_flush | only in image
2553 ipfix_flush_reply | only in image
2554 ipip_6rd_add_tunnel | definition changed
2555 ipip_add_tunnel | definition changed
2556 ipip_tunnel_details | definition changed
2557 ipsec_backend_details | definition changed
2558 ipsec_gre_tunnel_add_del | only in file
2559 ipsec_gre_tunnel_add_del_reply | only in file
2560 ipsec_gre_tunnel_details | only in file
2561 ipsec_gre_tunnel_dump | only in file
2562 ipsec_sa_details | definition changed
2563 ipsec_sa_set_key | only in file
2564 ipsec_sa_set_key_reply | only in file
2565 ipsec_sad_entry_add_del | definition changed
2566 ipsec_select_backend | definition changed
2567 ipsec_spd_details | definition changed
2568 ipsec_spd_entry_add_del | definition changed
2569 ipsec_tunnel_if_add_del | definition changed
2570 ipsec_tunnel_if_set_key | only in file
2571 ipsec_tunnel_if_set_key_reply | only in file
2572 ipsec_tunnel_protect_del | only in image
2573 ipsec_tunnel_protect_del_reply | only in image
2574 ipsec_tunnel_protect_details | only in image
2575 ipsec_tunnel_protect_dump | only in image
2576 ipsec_tunnel_protect_update | only in image
2577 ipsec_tunnel_protect_update_reply | only in image
2578 l2_macs_event | definition changed
2579 l3xc_del | only in image
2580 l3xc_del_reply | only in image
2581 l3xc_details | only in image
2582 l3xc_dump | only in image
2583 l3xc_plugin_get_version | only in image
2584 l3xc_plugin_get_version_reply | only in image
2585 l3xc_update | only in image
2586 l3xc_update_reply | only in image
2587 lb_add_del_as | definition changed
2588 lb_add_del_vip | definition changed
2589 lb_as_details | only in image
2590 lb_as_dump | only in image
2591 lb_flush_vip | definition changed
2592 lb_vip_details | only in image
2593 lb_vip_dump | only in image
2594 lisp_add_del_locator_set | definition changed
2595 lisp_add_del_remote_mapping | definition changed
2596 lisp_adjacencies_get_reply | definition changed
2597 log_details | only in image
2598 log_dump | only in image
2599 macip_acl_add | definition changed
2600 macip_acl_add_replace | definition changed
2601 macip_acl_details | definition changed
2602 mactime_add_del_range | definition changed
2603 map_add_domain | definition changed
2604 map_domain_details | definition changed
2605 mfib_signal_details | definition changed
2606 modify_vhost_user_if | definition changed
2607 mpls_fib_details | only in file
2608 mpls_fib_dump | only in file
2609 mpls_ip_bind_unbind | definition changed
2610 mpls_route_add_del | definition changed
2611 mpls_route_details | only in image
2612 mpls_route_dump | only in image
2613 mpls_table_add_del | definition changed
2614 mpls_table_details | only in image
2615 mpls_table_dump | only in image
2616 mpls_tunnel_add_del | definition changed
2617 mpls_tunnel_details | definition changed
2618 nat44_add_del_address_range | definition changed
2619 nat44_add_del_identity_mapping | definition changed
2620 nat44_add_del_interface_addr | definition changed
2621 nat44_add_del_lb_static_mapping | definition changed
2622 nat44_add_del_static_mapping | definition changed
2623 nat44_address_details | definition changed
2624 nat44_del_session | definition changed
2625 nat44_forwarding_enable_disable | definition changed
2626 nat44_forwarding_is_enabled_reply | definition changed
2627 nat44_identity_mapping_details | definition changed
2628 nat44_interface_add_del_feature | definition changed
2629 nat44_interface_add_del_output_feature | definition changed
2630 nat44_interface_addr_details | definition changed
2631 nat44_interface_details | definition changed
2632 nat44_interface_output_feature_details | definition changed
2633 nat44_lb_static_mapping_add_del_local | definition changed
2634 nat44_lb_static_mapping_details | definition changed
2635 nat44_static_mapping_details | definition changed
2636 nat44_user_details | definition changed
2637 nat44_user_session_details | definition changed
2638 nat44_user_session_dump | definition changed
2639 nat64_add_del_interface_addr | definition changed
2640 nat64_add_del_interface | definition changed
2641 nat64_add_del_pool_addr_range | definition changed
2642 nat64_add_del_prefix | definition changed
2643 nat64_add_del_static_bib | definition changed
2644 nat64_bib_details | definition changed
2645 nat64_interface_details | definition changed
2646 nat64_pool_addr_details | definition changed
2647 nat64_prefix_details | definition changed
2648 nat64_st_details | definition changed
2649 nat66_add_del_interface | definition changed
2650 nat66_add_del_static_mapping | definition changed
2651 nat66_interface_details | definition changed
2652 nat66_static_mapping_details | definition changed
2653 nat_det_add_del_map | definition changed
2654 nat_det_close_session_in | definition changed
2655 nat_det_close_session_out | definition changed
2656 nat_det_forward | definition changed
2657 nat_det_forward_reply | definition changed
2658 nat_det_map_details | definition changed
2659 nat_det_reverse | definition changed
2660 nat_det_reverse_reply | definition changed
2661 nat_det_session_details | definition changed
2662 nat_det_session_dump | definition changed
2663 nat_get_mss_clamping_reply | definition changed
2664 nat_ipfix_enable_disable | definition changed
2665 nat_reass_details | definition changed
2666 nat_set_log_level | only in image
2667 nat_set_log_level_reply | only in image
2668 nat_set_mss_clamping | definition changed
2669 nat_set_reass | definition changed
2670 nat_show_config_reply | definition changed
2671 nat_worker_details | definition changed
2672 nsim_cross_connect_enable_disable | only in image
2673 nsim_cross_connect_enable_disable_reply | only in image
2674 nsim_enable_disable | only in file
2675 nsim_enable_disable_reply | only in file
2676 nsim_output_feature_enable_disable | only in image
2677 nsim_output_feature_enable_disable_reply | only in image
2678 oam_add_del | only in file
2679 oam_add_del_reply | only in file
2680 oam_event | only in file
2681 one_add_del_locator_set | definition changed
2682 one_add_del_remote_mapping | definition changed
2683 one_adjacencies_get_reply | definition changed
2684 one_l2_arp_entries_get_reply | definition changed
2685 one_ndp_entries_get_reply | definition changed
2686 p2p_ethernet_add | definition changed
2687 p2p_ethernet_add_reply | definition changed
2688 p2p_ethernet_del | definition changed
2689 pg_create_interface | definition changed
2690 proxy_arp_add_del | definition changed
2691 proxy_arp_details | definition changed
2692 punt_details | only in file
2693 punt_dump | only in file
2694 punt_reason_details | only in image
2695 punt_reason_dump | only in image
2696 punt_socket_deregister | definition changed
2697 punt_socket_details | definition changed
2698 punt_socket_dump | definition changed
2699 punt_socket_register | definition changed
2700 qos_egress_map_delete | definition changed
2701 qos_egress_map_details | only in image
2702 qos_egress_map_dump | only in image
2703 qos_egress_map_update | definition changed
2704 qos_mark_details | only in image
2705 qos_mark_details_reply | only in image
2706 qos_mark_dump | only in image
2707 qos_mark_enable_disable | definition changed
2708 qos_record_details | only in image
2709 qos_record_dump | only in image
2710 qos_record_enable_disable | definition changed
2711 qos_store_details | only in image
2712 qos_store_dump | only in image
2713 qos_store_enable_disable | only in image
2714 qos_store_enable_disable_reply | only in image
2715 sctp_add_src_dst_connection | only in file
2716 sctp_add_src_dst_connection_reply | only in file
2717 sctp_config | only in file
2718 sctp_config_reply | only in file
2719 sctp_del_src_dst_connection | only in file
2720 sctp_del_src_dst_connection_reply | only in file
2721 set_punt | definition changed
2722 show_threads_reply | definition changed
2723 show_vpe_system_time | only in image
2724 show_vpe_system_time_reply | only in image
2725 sockclnt_create_reply | definition changed
2726 sr_localsid_add_del | definition changed
2727 sr_localsids_details | definition changed
2728 sr_policies_details | definition changed
2729 sr_policy_add | definition changed
2730 sr_policy_del | definition changed
2731 sr_policy_mod | definition changed
2732 sr_steering_pol_details | definition changed
2733 svs_details | definition changed
2734 svs_enable_disable | definition changed
2735 svs_route_add_del | definition changed
2736 svs_table_add_del | definition changed
2737 sw_interface_bond_details | definition changed
2738 sw_interface_dump | definition changed
2739 sw_interface_ip6_set_link_local_address | only in image
2740 sw_interface_ip6_set_link_local_address_reply | only in image
2741 sw_interface_ip6nd_ra_prefix | definition changed
2742 sw_interface_set_l2_bridge | definition changed
2743 sw_interface_tap_v2_details | definition changed
2744 syslog_get_filter_reply | definition changed
2745 syslog_set_filter | definition changed
2746 tap_create_v2 | definition changed
2747 udp_encap_add | definition changed
2748 udp_encap_details | definition changed
2749 virtio_pci_create | definition changed
2750 vmxnet3_details | definition changed
2751 vxlan_gbp_tunnel_add_del | definition changed
2752 vxlan_gbp_tunnel_details | definition changed
2753 want_oam_events | only in file
2754 want_oam_events_reply | only in file
2756 Found 319 api message signature differences
2758 ### Patches that changed API definitions
2760 | @c src/vpp/api/vpe_types.api ||
2761 | ------- | ------- |
2762 | [b'a47a5f20a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'a47a5f20a') | api papi: add alias for timestamp(datetime)/timedelta |
2763 | [b'3cf9e67f5'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3cf9e67f5') | api: add vl_api_version_t type |
2765 | @c src/vpp/api/vpe.api ||
2766 | ------- | ------- |
2767 | [b'a47a5f20a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'a47a5f20a') | api papi: add alias for timestamp(datetime)/timedelta |
2768 | [b'888640a39'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'888640a39') | map gbp papi: match endianess of f64 |
2769 | [b'03f1af23b'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'03f1af23b') | api: Implement log_dump/log_details |
2770 | [b'c87b66c86'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'c87b66c86') | ipsec: ipsec-tun protect |
2771 | [b'9ac113815'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'9ac113815') | API: Add support for limits to language. |
2773 | @c src/examples/sample-plugin/sample/sample.api ||
2774 | ------- | ------- |
2775 | [b'78d91cf9a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'78d91cf9a') | sample-plugin: refactor .api to use explicit types |
2777 | @c src/vnet/interface.api ||
2778 | ------- | ------- |
2779 | [b'0ad4a439d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'0ad4a439d') | Fix vpp crash bug while deleting dhcp client |
2780 | [b'9a29f795a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'9a29f795a') | vpp_papi_provider.py: update defautmapping. |
2781 | [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 |
2782 | [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 |
2783 | [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. |
2785 | @c src/vnet/qos/qos.api ||
2786 | ------- | ------- |
2787 | [b'83832e7ce'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'83832e7ce') | qos: Store function |
2788 | [b'5281a9029'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'5281a9029') | qos: QoS dump APIs |
2790 | @c src/vnet/bier/bier.api ||
2791 | ------- | ------- |
2792 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
2793 | [b'e6eefb6e3'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'e6eefb6e3') | Trivial Typo's in bier comments/docs. |
2795 | @c src/vnet/ipfix-export/ipfix_export.api ||
2796 | ------- | ------- |
2797 | [b'21b83e96d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'21b83e96d') | api: implement ipfix_flush |
2799 | @c src/vnet/session/session.api ||
2800 | ------- | ------- |
2801 | [b'8ac1d6d05'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'8ac1d6d05') | session: Use parent_handle instead of transport_opts |
2802 | [b'ba65ca496'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'ba65ca496') | Add transport_opts to connect_sock bapi |
2804 | @c src/vnet/gre/gre.api ||
2805 | ------- | ------- |
2806 | [b'814f15948'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'814f15948') | gre: update gre.api with explicit types |
2807 | [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 |
2808 | [b'5a8844bdb'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'5a8844bdb') | GRE: API update |
2810 | @c src/vnet/pg/pg.api ||
2811 | ------- | ------- |
2812 | [b'22e9cfd76'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'22e9cfd76') | pg: add GSO support |
2814 | @c src/vnet/l2/l2.api ||
2815 | ------- | ------- |
2816 | [b'bc764c8bc'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bc764c8bc') | l2: BD ARP termination entry API update |
2817 | [b'54bc5e40c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'54bc5e40c') | Update API description |
2818 | [b'5e6f7348c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'5e6f7348c') | l2: Add support for arp unicast forwarding |
2820 | @c src/vnet/udp/udp.api ||
2821 | ------- | ------- |
2822 | [b'10dc2eabd'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'10dc2eabd') | udp: fix copyright typo |
2824 | @c src/vnet/devices/tap/tapv2.api ||
2825 | ------- | ------- |
2826 | [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 |
2828 | @c src/vnet/devices/virtio/vhost_user.api ||
2829 | ------- | ------- |
2830 | [b'4208a4ce8'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4208a4ce8') | devices interface tests: vhosst GSO support |
2832 | @c src/vnet/devices/virtio/virtio.api ||
2833 | ------- | ------- |
2834 | [b'bbd6b746e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bbd6b746e') | virtio: Add gso support for native virtio driver |
2835 | [b'43b512cac'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'43b512cac') | virtio: remove configurable queue size support |
2837 | @c src/vnet/mfib/mfib_types.api ||
2838 | ------- | ------- |
2839 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
2841 | @c src/vnet/ipsec/ipsec.api ||
2842 | ------- | ------- |
2843 | [b'c87b66c86'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'c87b66c86') | ipsec: ipsec-tun protect |
2844 | [b'f2922422d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'f2922422d') | ipsec: remove the set_key API |
2845 | [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 |
2847 | @c src/vnet/ethernet/p2p_ethernet.api ||
2848 | ------- | ------- |
2849 | [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. |
2851 | @c src/vnet/bonding/bond.api ||
2852 | ------- | ------- |
2853 | [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 |
2855 | @c src/vnet/mpls/mpls.api ||
2856 | ------- | ------- |
2857 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
2859 | @c src/vnet/ipip/ipip.api ||
2860 | ------- | ------- |
2861 | [b'288e09362'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'288e09362') | ipip: refactor ipip.api with explicit types |
2862 | [b'cbd0824d6'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'cbd0824d6') | IPIP tunnel: use address types on API |
2864 | @c src/vnet/fib/fib_types.api ||
2865 | ------- | ------- |
2866 | [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 |
2867 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
2869 | @c src/vnet/dhcp/dhcp.api ||
2870 | ------- | ------- |
2871 | [b'038e1dfbd'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'038e1dfbd') | dhcp ip: DSCP settings for transmitted DHCP packets |
2872 | [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 |
2874 | @c src/vnet/ip/punt.api ||
2875 | ------- | ------- |
2876 | [b'719beb709'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'719beb709') | ip ipsec: Remove IPSec SPI-0 punt reason |
2877 | [b'b538dd868'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'b538dd868') | Punt: specify packets by IP protocol Type |
2878 | [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 |
2880 | @c src/vnet/ip/ip.api ||
2881 | ------- | ------- |
2882 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
2883 | [b'3a343d42d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3a343d42d') | reassembly: prevent long chain attack |
2885 | @c src/vnet/ip/ip_types.api ||
2886 | ------- | ------- |
2887 | [b'515eed425'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'515eed425') | api: add prefix matcher typedef |
2888 | [b'038e1dfbd'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'038e1dfbd') | dhcp ip: DSCP settings for transmitted DHCP packets |
2889 | [b'53c501512'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'53c501512') | api: add DSCP definitions to ip_types.api |
2890 | [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 |
2891 | [b'b538dd868'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'b538dd868') | Punt: specify packets by IP protocol Type |
2892 | [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 |
2894 | @c src/plugins/l3xc/l3xc.api ||
2895 | ------- | ------- |
2896 | [b'59fa121f8'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'59fa121f8') | L3 cross connect |
2898 | @c src/plugins/map/map.api ||
2899 | ------- | ------- |
2900 | [b'4d376f67a'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4d376f67a') | map: Use vl_api_string macros. |
2902 | @c src/plugins/http_static/http_static.api ||
2903 | ------- | ------- |
2904 | [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. |
2905 | [b'22bc2c46e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'22bc2c46e') | Static http server |
2907 | @c src/plugins/igmp/igmp.api ||
2908 | ------- | ------- |
2909 | [b'4ff09ae34'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'4ff09ae34') | API: Python and Unix domain socket improvement |
2911 | @c src/plugins/sctp/sctp.api ||
2912 | ------- | ------- |
2913 | [b'3ffe6cadf'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3ffe6cadf') | sctp: move to plugins, disabled by default |
2915 | @c src/plugins/lb/lb.api ||
2916 | ------- | ------- |
2917 | [b'3efcd0d7c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3efcd0d7c') | lb: vip and as dump/detail api's |
2918 | [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 |
2920 | @c src/plugins/lb/lb_types.api ||
2921 | ------- | ------- |
2922 | [b'3efcd0d7c'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3efcd0d7c') | lb: vip and as dump/detail api's |
2924 | @c src/plugins/mactime/mactime.api ||
2925 | ------- | ------- |
2926 | [b'7681b1c46'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'7681b1c46') | mactime: add per-mac allow-with-quota feature |
2927 | [b'0c6ac791d'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'0c6ac791d') | mactime: upstream new features |
2929 | @c src/plugins/gbp/gbp.api ||
2930 | ------- | ------- |
2931 | [b'3918bdbcb'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3918bdbcb') | gbp: update gbp-ext-itf API |
2932 | [b'3c0d84c98'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'3c0d84c98') | gbp: add anonymous l3-out subnets |
2933 | [b'cfc7a107e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'cfc7a107e') | gbp: add anonymous l3-out external interfaces |
2934 | [b'160c923f9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'160c923f9') | gbp: VRF scoped contracts |
2936 | @c src/plugins/acl/acl_types.api ||
2937 | ------- | ------- |
2938 | [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 |
2940 | @c src/plugins/acl/acl.api ||
2941 | ------- | ------- |
2942 | [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 |
2943 | [b'f995c7122'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'f995c7122') | acl: implement counters |
2945 | @c src/plugins/nat/nat.api ||
2946 | ------- | ------- |
2947 | [b'e6e09a4ac'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'e6e09a4ac') | nat: elog rewrite for multi-worker support |
2948 | [b'c1f93067e'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'c1f93067e') | Add default value for API Nat flags |
2949 | [b'dd1e3e780'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'dd1e3e780') | NAT: VPP-1531 api cleanup & update |
2950 | [b'89fec713f'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'89fec713f') | Revert "NAT: VPP-1531 api cleanup & update" |
2951 | [b'bed1421b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'bed1421b9') | NAT: VPP-1531 api cleanup & update |
2953 | @c src/plugins/abf/abf.api ||
2954 | ------- | ------- |
2955 | [b'097fa66b9'](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b'097fa66b9') | fib: fib api updates |
2957 | @c src/plugins/nsim/nsim.api ||
2958 | ------- | ------- |
2959 | [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 |
2962 @page release_notes_19043 Release notes for VPP 19.04.3
2964 This is bug fix release.
2966 For the full list of fixed issues please refer to:
2967 - fd.io [JIRA](https://jira.fd.io)
2968 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
2970 @page release_notes_19042 Release notes for VPP 19.04.2
2972 This is bug fix release.
2974 For the full list of fixed issues please refer to:
2975 - fd.io [JIRA](https://jira.fd.io)
2976 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
2978 @page release_notes_19041 Release notes for VPP 19.04.1
2980 This is bug fix release.
2982 For the full list of fixed issues please refer to:
2983 - fd.io [JIRA](https://jira.fd.io)
2984 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
2986 @page release_notes_1904 Release notes for VPP 19.04
2988 More than 700 commits since the 19.01 release.
2993 - DPDK 19.02 integration
2994 - Buffer manager rework and improvements
2995 - Python3 migration (work in progress)
2997 - Python API wrappers
3000 - "make test" python3 readiness and refactoring
3001 - Add "make test-gcov" target to main Makefile
3002 - Refactor multiarch code
3003 - vfctl script: bind VF to vfio-pci after VF is created
3004 - cmake cross-compilation support
3005 - CLI control of graph dispatch elogs
3006 - AppImage packaging (disabled by default)
3007 - Complete upstreaming of wireshark dissector
3008 - Remove JVPP which is now an FD.io project
3009 - Punt infra: manage dispatch of exception packets
3014 - Experimental TAP interface TCP segmentation offload
3015 - Vmxnet3 driver plugin
3017 - ACL plugin refactoring
3018 - RDMA (ibverb) driver plugin - MLX5 with multiqueue
3020 - Intel IPSEC-MB engine plugin
3021 - Tunnel fragmentation
3023 - Performance improvements
3024 - API modernisation and improvements
3025 - New Tests and test refactoring
3027 - Introduce crypto infra
3028 - crypto_ia32 plugin
3029 - Add support for AEAD and AES-GCM
3030 - Implement rfc4231 test cases
3031 - Implement crypto tests per RFC2202
3032 - Perfmon improvements
3033 - Python to C parser for intel CPUs
3034 - 2-way parallel stat collection
3035 - Collect data on selected thread(s)
3038 - Improve ldp/vls/vcl support for multi-process and multi-threaded applications
3039 - Major refactor/cleanup of session layer
3040 - Refactor cut-through sessions to use a custom transport
3041 - Baseline QUIC transport support
3045 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
3049 For the full list of fixed issues please refer to:
3050 - fd.io [JIRA](https://jira.fd.io)
3051 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1904)
3055 Description of results:
3057 * _Definition changed_: indicates that the API file was modified between releases.
3058 * _Only in image_: indicates the API is new for this release.
3059 * _Only in file_: indicates the API has been removed in this release.
3062 Message Name | Result
3063 -------------------------------------------------------------|------------------
3064 accept_session | only in file
3065 accept_session_reply | only in file
3066 bind_sock_reply | definition changed
3067 bind_uri_reply | definition changed
3068 bvi_create | only in image
3069 bvi_create_reply | only in image
3070 bvi_delete | only in image
3071 bvi_delete_reply | only in image
3072 connect_session | only in file
3073 connect_session_reply | only in file
3074 ct6_enable | only in image
3075 ct6_enable_disable | only in image
3076 gbp_contract_add_del_reply | definition changed
3077 gbp_endpoint_group_del | definition changed
3078 gbp_endpoint_learn_set_inactive_threshold | only in file
3079 gbp_endpoint_learn_set_inactive_threshold_reply | only in file
3080 ikev2_plugin_get_version | only in image
3081 ikev2_plugin_get_version_reply | only in image
3082 ip4_arp_event | definition changed
3083 ip6_nd_event | definition changed
3084 ip6_ra_event | definition changed
3085 ip6nd_proxy_add_del | definition changed
3086 ip6nd_proxy_details | definition changed
3087 ip_container_proxy_add_del | definition changed
3088 ip_neighbor_add_del | definition changed
3089 ip_neighbor_details | definition changed
3090 ip_probe_neighbor | definition changed
3091 ip_source_and_port_range_check_add_del | definition changed
3092 ipsec_backend_details | definition changed
3093 ipsec_gre_add_del_tunnel | only in file
3094 ipsec_gre_add_del_tunnel_reply | only in file
3095 ipsec_gre_tunnel_add_del | only in image
3096 ipsec_gre_tunnel_add_del_reply | only in image
3097 ipsec_gre_tunnel_details | definition changed
3098 ipsec_sa_details | definition changed
3099 ipsec_sa_set_key | definition changed
3100 ipsec_sad_add_del_entry | only in file
3101 ipsec_sad_add_del_entry_reply | only in file
3102 ipsec_sad_entry_add_del | only in image
3103 ipsec_sad_entry_add_del_reply | only in image
3104 ipsec_select_backend | definition changed
3105 ipsec_spd_add_del_entry | only in file
3106 ipsec_spd_add_del_entry_reply | only in file
3107 ipsec_spd_details | definition changed
3108 ipsec_spd_entry_add_del | only in image
3109 ipsec_spd_entry_add_del_reply | only in image
3110 ipsec_tunnel_if_add_del | definition changed
3111 lb_conf | definition changed
3112 map_add_domain | definition changed
3113 map_domain_details | definition changed
3114 nat_ha_flush | only in image
3115 nat_ha_flush_reply | only in image
3116 nat_ha_get_failover | only in image
3117 nat_ha_get_failover_reply | only in image
3118 nat_ha_get_listener | only in image
3119 nat_ha_get_listener_reply | only in image
3120 nat_ha_resync | only in image
3121 nat_ha_resync_completed_event | only in image
3122 nat_ha_resync_reply | only in image
3123 nat_ha_set_failover | only in image
3124 nat_ha_set_failover_reply | only in image
3125 nat_ha_set_listener | only in image
3126 nat_ha_set_listener_reply | only in image
3127 reset_session | only in file
3128 reset_session_reply | only in file
3129 sw_interface_ip6nd_ra_prefix | definition changed
3130 sw_interface_set_dpdk_hqos_pipe | only in file
3131 sw_interface_set_dpdk_hqos_pipe_reply | only in file
3132 sw_interface_set_dpdk_hqos_subport | only in file
3133 sw_interface_set_dpdk_hqos_subport_reply | only in file
3134 sw_interface_set_dpdk_hqos_tctbl | only in file
3135 sw_interface_set_dpdk_hqos_tctbl_reply | only in file
3136 sw_interface_tap_details | only in file
3137 sw_interface_tap_dump | only in file
3138 sw_interface_virtio_pci_details | only in image
3139 sw_interface_virtio_pci_dump | only in image
3140 tap_connect | only in file
3141 tap_connect_reply | only in file
3142 tap_delete | only in file
3143 tap_delete_reply | only in file
3144 tap_modify | only in file
3145 tap_modify_reply | only in file
3146 virtio_pci_create | only in image
3147 virtio_pci_create_reply | only in image
3148 virtio_pci_delete | only in image
3149 virtio_pci_delete_reply | only in image
3150 vmxnet3_create | definition changed
3151 vmxnet3_details | definition changed
3152 want_ip4_arp_events | definition changed
3153 want_ip6_nd_events | definition changed
3155 Found 90 api message signature differences
3157 ### Patches that changed API definitions
3159 | @c src/vlibmemory/memclnt.api ||
3160 | ------- | ------- |
3161 | [eaec2a6d9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eaec2a6d9) | bapi: add options to have vpp cleanup client registration |
3163 | @c src/vpp/api/vpe.api ||
3164 | ------- | ------- |
3165 | [1aaf0e343](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1aaf0e343) | deprecate tapcli |
3166 | [f49ba0e81](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e81) | stats: Deprecate old stats framework |
3167 | [413f4a5b2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=413f4a5b2) | API: Use string type instead of u8. |
3169 | @c src/vnet/interface.api ||
3170 | ------- | ------- |
3171 | [3b0d7e42f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3b0d7e42f) | Revert "API: Cleanup APIs interface.api" |
3172 | [e63325e3c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e63325e3c) | API: Cleanup APIs interface.api |
3173 | [bb2c7b580](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb2c7b580) | Update documentation for src/vnet/interface.api sw_interface_dump |
3174 | [f49ba0e81](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e81) | stats: Deprecate old stats framework |
3175 | [53fffa1db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1db) | API: Add support for type aliases |
3176 | [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 |
3178 | @c src/vnet/interface_types.api ||
3179 | ------- | ------- |
3180 | [3b0d7e42f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3b0d7e42f) | Revert "API: Cleanup APIs interface.api" |
3181 | [e63325e3c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e63325e3c) | API: Cleanup APIs interface.api |
3182 | [53fffa1db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1db) | API: Add support for type aliases |
3184 | @c src/vnet/bonding/bond.api ||
3185 | ------- | ------- |
3186 | [ad9d52831](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ad9d52831) | bonding: support custom interface IDs |
3188 | @c src/vnet/ipip/ipip.api ||
3189 | ------- | ------- |
3190 | [53fffa1db](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1db) | API: Add support for type aliases |
3192 | @c src/vnet/ipsec-gre/ipsec_gre.api ||
3193 | ------- | ------- |
3194 | [e524d45ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e524d45ef) | IPSEC-GRE: fixes and API update to common types. |
3196 | @c src/vnet/syslog/syslog.api ||
3197 | ------- | ------- |
3198 | [b4515b4be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4515b4be) | Add RFC5424 syslog protocol support (VPP-1139) |
3200 | @c src/vnet/devices/tap/tapv2.api ||
3201 | ------- | ------- |
3202 | [754f24b35](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=754f24b35) | tapv2: add "tap_flags" field to the TAPv2 interface API |
3204 | @c src/vnet/devices/virtio/virtio.api ||
3205 | ------- | ------- |
3206 | [d6c15af33](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d6c15af33) | virtio: Native virtio driver |
3208 | @c src/vnet/fib/fib_types.api ||
3209 | ------- | ------- |
3210 | [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 |
3212 | @c src/vnet/ip/ip_types.api ||
3213 | ------- | ------- |
3214 | [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. |
3215 | [ffba3c377](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c377) | MAP: Use explicit address/prefix types in API |
3217 | @c src/vnet/ip/ip.api ||
3218 | ------- | ------- |
3219 | [48ae19e90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=48ae19e90) | API: Add python2.7 support for enum flags via aenum |
3220 | [37029305c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=37029305c) | Use IP and MAC API types for neighbors |
3221 | [7c03ed47d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c03ed47d) | VOM: mroutes |
3222 | [3460b014a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3460b014a) | api: ip_source_check_interface_add_del api is added. |
3223 | [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 |
3224 | [2af0e3a74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2af0e3a74) | flow-hash: Add symmetric flag for flow hashing |
3225 | [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 |
3226 | [5bb1ecae8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5bb1ecae8) | IPv6: Make link-local configurable per-interface (VPP-1446) |
3227 | [75b9f45a1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75b9f45a1) | ip: add container proxy dump API (VPP-1364) |
3229 | @c src/vnet/ip/punt.api ||
3230 | ------- | ------- |
3231 | [e88865d7b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e88865d7b) | VPP-1506: dump local punts and registered punt sockets |
3233 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
3234 | ------- | ------- |
3235 | [4dd4cf4f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4dd4cf4f9) | GBP: fixes for l3-out routing |
3236 | [93cc3ee3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee3b) | GBP Endpoint Learning |
3238 | @c src/vnet/ethernet/ethernet_types.api ||
3239 | ------- | ------- |
3240 | [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 |
3242 | @c src/vnet/ipsec/ipsec.api ||
3243 | ------- | ------- |
3244 | [1e3aa5e21](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e3aa5e21) | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN |
3245 | [1ba5bc8d8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1ba5bc8d8) | ipsec: add ipv6 support for ipsec tunnel interface |
3246 | [5d704aea5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d704aea5) | updates now that flags are supported on the API |
3247 | [53f526b68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53f526b68) | TEST: IPSEC NAT-T with UDP header |
3248 | [7c44d78ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c44d78ef) | IKEv2 to plugin |
3249 | [eba31eceb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eba31eceb) | IPSEC: move SA counters into the stats segment |
3250 | [8d7c50200](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8d7c50200) | IPSEC: no second lookup after tunnel encap |
3251 | [a09c1ff5b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a09c1ff5b) | IPSEC: SPD counters in the stats sgement |
3252 | [17dcec0b9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17dcec0b9) | IPSEC: API modernisation |
3253 | [4c422f9a3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c422f9a3) | Add IPSec interface FIB index for TX packet |
3254 | [b4a7a7dcf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4a7a7dcf) | Add UDP encap flag |
3255 | [b4d305344](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4d305344) | ipsec: infra for selecting backends |
3256 | [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 |
3258 | @c src/vnet/tcp/tcp.api ||
3259 | ------- | ------- |
3260 | [c5df8c71c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c5df8c71c) | host stack: update stale copyright |
3262 | @c src/vnet/l2/l2.api ||
3263 | ------- | ------- |
3264 | [192b13f96](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=192b13f96) | BVI Interface |
3265 | [5daf0c55c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5daf0c55c) | add default NONE flag for bd_flags |
3266 | [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 |
3267 | [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 |
3268 | [93cc3ee3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee3b) | GBP Endpoint Learning |
3269 | [4d5b917b1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d5b917b1) | BD ARP entry use common API types |
3271 | @c src/vnet/session/session.api ||
3272 | ------- | ------- |
3273 | [6442401c2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6442401c2) | session: remove deprecated binary apis |
3274 | [d85de68ec](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d85de68ec) | vcl: wait for segments with segment handle |
3275 | [fa76a76bf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fa76a76bf) | session: segment handle in accept/connect notifications |
3276 | [c1f5a4336](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f5a4336) | session: cleanup use of api_client_index |
3277 | [c0d532d17](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0d532d17) | session: mark apis for deprecation |
3279 | @c src/vnet/udp/udp.api ||
3280 | ------- | ------- |
3281 | [c5df8c71c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c5df8c71c) | host stack: update stale copyright |
3283 | @c src/plugins/cdp/cdp.api ||
3284 | ------- | ------- |
3285 | [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. |
3287 | @c src/plugins/nat/nat.api ||
3288 | ------- | ------- |
3289 | [8feeaff56](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8feeaff56) | Typos. A bunch of typos I've been collecting. |
3290 | [34931eb47](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=34931eb47) | NAT44: active-passive HA (VPP-1571) |
3291 | [b686508c4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b686508c4) | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) |
3293 | @c src/plugins/map/map.api ||
3294 | ------- | ------- |
3295 | [4dc5c7b90](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4dc5c7b90) | MAP: Add optional user-supplied 'tag' field in MAPs. |
3296 | [fc7344f9b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fc7344f9b) | MAP: Convert from DPO to input feature. |
3297 | [f34597fc8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f34597fc8) | MAP: Add API support for MAP input feature. |
3298 | [5a2e278a0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a2e278a0) | MAP: Add API support for setting parameters. |
3299 | [a173a7a07](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a173a7a07) | MAP: Use bool type in map.api instead of u8. |
3300 | [ffba3c377](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c377) | MAP: Use explicit address/prefix types in API |
3302 | @c src/plugins/gbp/gbp.api ||
3303 | ------- | ------- |
3304 | [1aa35576e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1aa35576e) | GBP: Counters per-contract |
3305 | [8ea109e40](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8ea109e40) | gbp: Add bd flags |
3306 | [7bd343509](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7bd343509) | GBP: custom-dump functions |
3307 | [fa0ac2c56](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fa0ac2c56) | GBP: contracts API fixed length of allowed ethertypes |
3308 | [5d704aea5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d704aea5) | updates now that flags are supported on the API |
3309 | [4ba67723d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4ba67723d) | GBP: use sclass in the DP for policy |
3310 | [8da9fc659](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8da9fc659) | GBP: learn from ARP and L2 packets |
3311 | [32f6d8e0c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=32f6d8e0c) | GBP: per-group EP retention policy |
3312 | [879d11c25](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=879d11c25) | GBP: Sclass to src-epg conversions |
3313 | [1c17e2eca](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c17e2eca) | GBP: add allowed ethertypes to contracts |
3314 | [b6a479539](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b6a479539) | GBP: l3-out subnets |
3315 | [33b81da54](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33b81da54) | vom: Add support for redirect contracts in gbp |
3316 | [13a08cc09](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=13a08cc09) | GBP: redirect contracts |
3317 | [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 |
3318 | [93cc3ee3b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee3b) | GBP Endpoint Learning |
3320 | @c src/plugins/acl/acl.api ||
3321 | ------- | ------- |
3322 | [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. |
3324 | @c src/plugins/vmxnet3/vmxnet3.api ||
3325 | ------- | ------- |
3326 | [ee8ba6877](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee8ba6877) | vmxnet3: auto bind support |
3327 | [854559d15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=854559d15) | vmxnet3: RSS support |
3328 | [773291163](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=773291163) | vmxnet3: multiple TX queues support |
3330 | @c src/plugins/nsim/nsim.api ||
3331 | ------- | ------- |
3332 | [10c5ff143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10c5ff143) | nsim: add packet loss simulation, docs |
3334 | @c src/plugins/igmp/igmp.api ||
3335 | ------- | ------- |
3336 | [97748cae2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97748cae2) | IGMP: proxy device |
3338 | @c src/plugins/lb/lb.api ||
3339 | ------- | ------- |
3340 | [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. |
3342 | @c src/plugins/ct6/ct6.api ||
3343 | ------- | ------- |
3344 | [a55df1081](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a55df1081) | ipv6 connection tracking plugin |
3346 | @c src/plugins/ikev2/ikev2.api ||
3347 | ------- | ------- |
3348 | [7c44d78ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c44d78ef) | IKEv2 to plugin |
3351 @page release_notes_19013 Release notes for VPP 19.01.3
3353 This is bug fix release.
3355 For the full list of fixed issues please refer to:
3356 - fd.io [JIRA](https://jira.fd.io)
3357 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1901)
3359 @page release_notes_19012 Release notes for VPP 19.01.2
3361 This is bug fix release.
3363 For the full list of fixed issues please refer to:
3364 - fd.io [JIRA](https://jira.fd.io)
3365 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1901)
3367 @page release_notes_19011 Release notes for VPP 19.01.1
3369 This is bug fix release.
3371 For the full list of fixed issues please refer to:
3372 - fd.io [JIRA](https://jira.fd.io)
3373 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1901)
3375 @page release_notes_1901 Release notes for VPP 19.01
3377 More than 649 commits since the 18.10 release.
3382 - NUMA-aware, growable physical memory allocator (pmalloc)
3383 - FIB: sticky load-balance
3384 - C11 safe string handling: provide and use "safe" C string handling functions
3385 - vlib: allocate buffers on local numa, not on numa 1
3386 - vppinfra: autodetect default hugepage size
3387 - Move RPC traffic off the shared-memory API queue
3388 - IPv6: Make link-local configurable per-interface
3389 - IGMP: improve CLI debug output
3390 - IPSec: split ipsec nodes into ip4/ip6 nodes
3391 - IPSec: infra for selecting backends
3392 - vhost-user: cleanup and performance optimizations
3393 - ethernet-input, memif improvements and optimizations
3394 - DPDK: bump to DPDK 18.11
3395 - reassembly: harden reassembly code
3396 - stats: Deprecate old (event-based) stats framework
3397 - vlib: support Hyper-V/Azure VMBus
3398 - binary api clients: wait for vpp to start
3399 - graph dispatch trace: capture packet data and buffer metadata, output in pcap format
3400 - improve feature arc order constraint specification
3403 - pktgen: correctly replay a mix of single and multi-buffer packets
3404 - add wireshark dissector to extras
3405 - avf: optimizations
3406 - acl-plugin: use L2 feature arc instead of L2 classifier
3407 - acl-plugin: performance enhancement
3408 - dpdk: allow interface name to be specified from startup.conf
3409 - dpdk: blacklist PCI devices by type
3410 - dpdk: switch to in-memory mode, deprecate use of socket-mem
3411 - vnet: store hw interface speed in kbps instead of using flags
3412 - vmxnet3: enable promiscuous mode & cli enhancements
3413 - gbp: Add support for flow hash profile & l3-out subnets
3414 - map: Add API support for setting parameters.
3415 - map: Convert from DPO to input feature
3416 - nat: improve expired sessions reuse in NAT44
3417 - nat: syslog - sessions logging
3418 - nsim: add packet loss simulation, docs
3419 - perfmon: x86_64 perf counter plugin
3420 - vnet: L2 feature arc infrastructure
3423 - TCP congestion control improvements
3424 - TCP Cubic congestion control algorithm
3425 - TCP fast path optimizations
3426 - Transport tx connection pacer. TCP uses it by default
3427 - Basic support for session flushing and TCP PSH segments
3428 - TCP/session api support for configuring custom local src ip/port
3429 - VCL/LDP basic support for multi-process applications
3430 - Overall code hardening, cleanup and bugfixing for tcp, session, vcl and ldp
3432 ### PAPI & Test framework
3433 - add specific API types for IP addresses, MAC address, interface index etc.
3434 - add timeout support for socket transport
3435 - add support for format/unformat functions
3436 - generic API types format/unformat support for VAT and custom dump
3437 - python3 test adjustments
3438 - make test: create virtualenv under /test/
3439 - make test: print TEST= values for failed tests
3440 - add human-friendly annotations to log messages
3443 - Add support for redirect contracts in gbp
3444 - deprecate TAP add ip-punt redirect dump
3449 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
3453 For the full list of fixed issues please refer to:
3454 - fd.io [JIRA](https://jira.fd.io)
3455 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1810)
3459 Description of results:
3461 * _Definition changed_: indicates that the API file was modified between releases.
3462 * _Only in image_: indicates the API is new for this release.
3463 * _Only in file_: indicates the API has been removed in this release.
3465 Message Name | Results
3466 ------------------------------------------------------------ | ----------------
3467 acl_plugin_get_conn_table_max_entries | only in image
3468 acl_plugin_get_conn_table_max_entries_reply | only in image
3469 app_worker_add_del | definition changed
3470 app_worker_add_del_reply | definition changed
3471 application_attach_reply | definition changed
3472 bd_ip_mac_add_del | definition changed
3473 bd_ip_mac_details | definition changed
3474 bd_ip_mac_flush | only in image
3475 bd_ip_mac_flush_reply | only in image
3476 bond_create | definition changed
3477 cli_inband | definition changed
3478 cli_inband_reply | definition changed
3479 gbp_bridge_domain_add | only in image
3480 gbp_bridge_domain_add_reply | only in image
3481 gbp_bridge_domain_del | only in image
3482 gbp_bridge_domain_del_reply | only in image
3483 gbp_bridge_domain_details | only in image
3484 gbp_bridge_domain_dump | only in image
3485 gbp_bridge_domain_dump_reply | only in image
3486 gbp_endpoint_details | definition changed
3487 gbp_endpoint_group_add | only in image
3488 gbp_endpoint_group_add_del | only in file
3489 gbp_endpoint_group_add_del_reply | only in file
3490 gbp_endpoint_group_add_reply | only in image
3491 gbp_endpoint_group_del | only in image
3492 gbp_endpoint_group_del_reply | only in image
3493 gbp_endpoint_learn_set_inactive_threshold | only in image
3494 gbp_endpoint_learn_set_inactive_threshold_reply | only in image
3495 gbp_ext_itf_add_del | only in image
3496 gbp_ext_itf_add_del_reply | only in image
3497 gbp_ext_itf_details | only in image
3498 gbp_ext_itf_dump | only in image
3499 gbp_route_domain_add | only in image
3500 gbp_route_domain_add_reply | only in image
3501 gbp_route_domain_del | only in image
3502 gbp_route_domain_del_reply | only in image
3503 gbp_route_domain_details | only in image
3504 gbp_route_domain_dump | only in image
3505 gbp_route_domain_dump_reply | only in image
3506 gbp_vxlan_tunnel_add | only in image
3507 gbp_vxlan_tunnel_add_reply | only in image
3508 gbp_vxlan_tunnel_del | only in image
3509 gbp_vxlan_tunnel_del_reply | only in image
3510 gbp_vxlan_tunnel_details | only in image
3511 gbp_vxlan_tunnel_dump | only in image
3512 igmp_proxy_device_add_del | only in image
3513 igmp_proxy_device_add_del_interface | only in image
3514 igmp_proxy_device_add_del_interface_reply | only in image
3515 igmp_proxy_device_add_del_reply | only in image
3516 ip6_mfib_details | definition changed
3517 ip_container_proxy_details | only in image
3518 ip_container_proxy_dump | only in image
3519 ip_mfib_details | definition changed
3520 ip_punt_redirect | definition changed
3521 ip_punt_redirect_details | only in image
3522 ip_punt_redirect_dump | only in image
3523 ip_source_check_interface_add_del | only in image
3524 ip_source_check_interface_add_del_reply | only in image
3525 ipip_6rd_add_tunnel_reply | definition changed
3526 ipip_6rd_del_tunnel | definition changed
3527 ipip_add_tunnel_reply | definition changed
3528 ipip_del_tunnel | definition changed
3529 ipip_tunnel_details | definition changed
3530 ipip_tunnel_dump | definition changed
3531 ipsec_backend_details | only in image
3532 ipsec_backend_dump | only in image
3533 ipsec_sa_details | definition changed
3534 ipsec_select_backend | only in image
3535 ipsec_select_backend_reply | only in image
3536 ipsec_tunnel_if_add_del | definition changed
3537 map_add_del_rule | definition changed
3538 map_add_domain | definition changed
3539 map_another_segment | definition changed
3540 map_domain_details | definition changed
3541 map_if_enable_disable | only in image
3542 map_if_enable_disable_reply | only in image
3543 map_param_add_del_pre_resolve | only in image
3544 map_param_add_del_pre_resolve_reply | only in image
3545 map_param_get | only in image
3546 map_param_get_reply | only in image
3547 map_param_set_fragmentation | only in image
3548 map_param_set_fragmentation_reply | only in image
3549 map_param_set_icmp6 | only in image
3550 map_param_set_icmp6_reply | only in image
3551 map_param_set_icmp | only in image
3552 map_param_set_icmp_reply | only in image
3553 map_param_set_reassembly | only in image
3554 map_param_set_reassembly_reply | only in image
3555 map_param_set_security_check | only in image
3556 map_param_set_security_check_reply | only in image
3557 map_param_set_tcp | only in image
3558 map_param_set_tcp_reply | only in image
3559 map_param_set_traffic_class | only in image
3560 map_param_set_traffic_class_reply | only in image
3561 map_rule_details | definition changed
3562 memclnt_delete | definition changed
3563 nat44_add_del_lb_static_mapping | definition changed
3564 nat44_lb_static_mapping_add_del_local | only in image
3565 nat44_lb_static_mapping_add_del_local_reply | only in image
3566 nat44_lb_static_mapping_details | definition changed
3567 nsim_configure | definition changed
3569 punt_details | only in image
3570 punt_dump | only in image
3571 punt_reply | only in file
3572 punt_socket_deregister | definition changed
3573 punt_socket_details | only in image
3574 punt_socket_dump | only in image
3575 punt_socket_register | definition changed
3576 set_ip_flow_hash | definition changed
3577 set_punt | only in image
3578 set_punt_reply | only in image
3579 show_version_reply | definition changed
3580 stats_get_poller_delay | only in file
3581 stats_get_poller_delay_reply | only in file
3582 sw_interface_bond_details | definition changed
3583 sw_interface_details | definition changed
3584 sw_interface_ip6_set_link_local_address | only in file
3585 sw_interface_ip6_set_link_local_address_reply | only in file
3586 sw_interface_tap_v2_details | definition changed
3587 syslog_get_filter | only in image
3588 syslog_get_filter_reply | only in image
3589 syslog_get_sender | only in image
3590 syslog_get_sender_reply | only in image
3591 syslog_set_filter | only in image
3592 syslog_set_filter_reply | only in image
3593 syslog_set_sender | only in image
3594 syslog_set_sender_reply | only in image
3595 tap_create_v2 | definition changed
3596 unmap_segment | definition changed
3597 vnet_bier_neighbor_counters | only in file
3598 vnet_get_summary_stats | only in file
3599 vnet_get_summary_stats_reply | only in file
3600 vnet_interface_combined_counters | only in file
3601 vnet_interface_simple_counters | only in file
3602 vnet_ip4_fib_counters | only in file
3603 vnet_ip4_mfib_counters | only in file
3604 vnet_ip4_nbr_counters | only in file
3605 vnet_ip6_fib_counters | only in file
3606 vnet_ip6_mfib_counters | only in file
3607 vnet_ip6_nbr_counters | only in file
3608 vnet_per_interface_combined_counters | only in file
3609 vnet_per_interface_simple_counters | only in file
3610 vnet_udp_encap_counters | only in file
3611 want_bier_neighbor_stats | only in file
3612 want_bier_neighbor_stats_reply | only in file
3613 want_interface_combined_stats | only in file
3614 want_interface_combined_stats_reply | only in file
3615 want_interface_simple_stats | only in file
3616 want_interface_simple_stats_reply | only in file
3617 want_ip4_fib_stats | only in file
3618 want_ip4_fib_stats_reply | only in file
3619 want_ip4_mfib_stats | only in file
3620 want_ip4_mfib_stats_reply | only in file
3621 want_ip4_nbr_stats | only in file
3622 want_ip4_nbr_stats_reply | only in file
3623 want_ip6_fib_stats | only in file
3624 want_ip6_fib_stats_reply | only in file
3625 want_ip6_mfib_stats | only in file
3626 want_ip6_mfib_stats_reply | only in file
3627 want_ip6_nbr_stats | only in file
3628 want_ip6_nbr_stats_reply | only in file
3629 want_per_interface_combined_stats | only in file
3630 want_per_interface_combined_stats_reply | only in file
3631 want_per_interface_simple_stats | only in file
3632 want_per_interface_simple_stats_reply | only in file
3633 want_stats | only in file
3634 want_stats_reply | only in file
3635 want_udp_encap_stats | only in file
3636 want_udp_encap_stats_reply | only in file
3638 Found 170 api message signature differences
3640 ### Patches that changed API definitions
3642 | @c src/vnet/interface_types.api ||
3643 | ------- | ------- |
3644 | [53fffa1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1) | API: Add support for type aliases |
3646 | @c src/vnet/interface.api ||
3647 | ------- | ------- |
3648 | [f49ba0e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e) | stats: Deprecate old stats framework |
3649 | [53fffa1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1) | API: Add support for type aliases |
3650 | [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 |
3652 | @c src/vnet/syslog/syslog.api ||
3653 | ------- | ------- |
3654 | [b4515b4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4515b4) | Add RFC5424 syslog protocol support (VPP-1139) |
3656 | @c src/vnet/fib/fib_types.api ||
3657 | ------- | ------- |
3658 | [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 |
3660 | @c src/vnet/ip/ip.api ||
3661 | ------- | ------- |
3662 | [7c03ed4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c03ed4) | VOM: mroutes |
3663 | [3460b01](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3460b01) | api: ip_source_check_interface_add_del api is added. |
3664 | [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 |
3665 | [2af0e3a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2af0e3a) | flow-hash: Add symmetric flag for flow hashing |
3666 | [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 |
3667 | [5bb1eca](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5bb1eca) | IPv6: Make link-local configurable per-interface (VPP-1446) |
3668 | [75b9f45](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75b9f45) | ip: add container proxy dump API (VPP-1364) |
3670 | @c src/vnet/ip/ip_types.api ||
3671 | ------- | ------- |
3672 | [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. |
3673 | [ffba3c3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c3) | MAP: Use explicit address/prefix types in API |
3675 | @c src/vnet/ip/punt.api ||
3676 | ------- | ------- |
3677 | [e88865d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e88865d) | VPP-1506: dump local punts and registered punt sockets |
3679 | @c src/vnet/ipsec/ipsec.api ||
3680 | ------- | ------- |
3681 | [4c422f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c422f9) | Add IPSec interface FIB index for TX packet |
3682 | [b4a7a7d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4a7a7d) | Add UDP encap flag |
3683 | [b4d3053](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b4d3053) | ipsec: infra for selecting backends |
3684 | [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 |
3686 | @c src/vnet/l2/l2.api ||
3687 | ------- | ------- |
3688 | [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 |
3689 | [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 |
3690 | [93cc3ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee) | GBP Endpoint Learning |
3691 | [4d5b917](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4d5b917) | BD ARP entry use common API types |
3693 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
3694 | ------- | ------- |
3695 | [93cc3ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee) | GBP Endpoint Learning |
3697 | @c src/vnet/ipip/ipip.api ||
3698 | ------- | ------- |
3699 | [53fffa1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=53fffa1) | API: Add support for type aliases |
3701 | @c src/vnet/session/session.api ||
3702 | ------- | ------- |
3703 | [d85de68](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d85de68) | vcl: wait for segments with segment handle |
3704 | [fa76a76](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fa76a76) | session: segment handle in accept/connect notifications |
3705 | [c1f5a43](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c1f5a43) | session: cleanup use of api_client_index |
3706 | [c0d532d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0d532d) | session: mark apis for deprecation |
3708 | @c src/vnet/ethernet/ethernet_types.api ||
3709 | ------- | ------- |
3710 | [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 |
3712 | @c src/vnet/bonding/bond.api ||
3713 | ------- | ------- |
3714 | [ad9d528](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ad9d528) | bonding: support custom interface IDs |
3716 | @c src/vnet/devices/tap/tapv2.api ||
3717 | ------- | ------- |
3718 | [754f24b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=754f24b) | tapv2: add "tap_flags" field to the TAPv2 interface API |
3720 | @c src/vlibmemory/memclnt.api ||
3721 | ------- | ------- |
3722 | [eaec2a6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=eaec2a6) | bapi: add options to have vpp cleanup client registration |
3724 | @c src/vpp/api/vpe.api ||
3725 | ------- | ------- |
3726 | [f49ba0e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f49ba0e) | stats: Deprecate old stats framework |
3727 | [413f4a5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=413f4a5) | API: Use string type instead of u8. |
3729 | @c src/plugins/acl/acl.api ||
3730 | ------- | ------- |
3731 | [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. |
3733 | @c src/plugins/nsim/nsim.api ||
3734 | ------- | ------- |
3735 | [10c5ff1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=10c5ff1) | nsim: add packet loss simulation, docs |
3737 | @c src/plugins/gbp/gbp.api ||
3738 | ------- | ------- |
3739 | [1c17e2e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1c17e2e) | GBP: add allowed ethertypes to contracts |
3740 | [b6a4795](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b6a4795) | GBP: l3-out subnets |
3741 | [33b81da](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=33b81da) | vom: Add support for redirect contracts in gbp |
3742 | [13a08cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=13a08cc) | GBP: redirect contracts |
3743 | [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 |
3744 | [93cc3ee](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=93cc3ee) | GBP Endpoint Learning |
3746 | @c src/plugins/nat/nat.api ||
3747 | ------- | ------- |
3748 | [b686508](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b686508) | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) |
3750 | @c src/plugins/map/map.api ||
3751 | ------- | ------- |
3752 | [fc7344f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=fc7344f) | MAP: Convert from DPO to input feature. |
3753 | [f34597f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f34597f) | MAP: Add API support for MAP input feature. |
3754 | [5a2e278](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5a2e278) | MAP: Add API support for setting parameters. |
3755 | [a173a7a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a173a7a) | MAP: Use bool type in map.api instead of u8. |
3756 | [ffba3c3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ffba3c3) | MAP: Use explicit address/prefix types in API |
3758 | @c src/plugins/igmp/igmp.api ||
3759 | ------- | ------- |
3760 | [97748ca](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=97748ca) | IGMP: proxy device |
3763 @page release_notes_1810 Release notes for VPP 18.10
3765 More than 632 commits since the 18.07 release.
3770 - DPDK 18.08 integration
3771 - New Stats infrastructure (interface, error, node performance counters)
3772 - Add configurable "Doug Lea malloc" support
3775 - Load balancing: support per-port VIP and all-port VIP
3776 - Port NSH plugin to VPP
3778 - Configurable port range
3779 - Virtual Fragmentation Reassembly for endpoint-dependent mode
3780 - Client-IP based session affinity for load-balancing
3783 - Bug-fixing and performance optimizations
3786 - Support for applications with multiple workers
3787 - Support for binds from multiple app workers to same ip:port
3788 - Switched to a message queue for io and control event notifications
3789 - Support for eventfd based notifications as alternative to mutext-condvar pair
3790 - VCL refactor to support async event notifications and multiple workers
3791 - TLS async support in client for HW accleration
3792 - Performance optimizations and bug-fixing
3793 - A number of binary APIs will be deprecated in favor of using the event
3794 message queue. Details in the API section.
3798 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
3802 For the full list of fixed issues please refer to:
3803 - fd.io [JIRA](https://jira.fd.io)
3804 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1810)
3808 Description of results:
3810 * _Definition changed_: indicates that the API file was modified between releases.
3811 * _Only in image_: indicates the API is new for this release.
3812 * _Only in file_: indicates the API has been removed in this release.
3815 api_versions_reply definition changed
3816 app_cut_through_registration_add definition changed
3817 app_worker_add_del definition changed
3818 application_attach_reply definition changed
3819 bd_ip_mac_details only in image
3820 bd_ip_mac_dump only in image
3821 bfd_udp_get_echo_source definition changed
3822 bier_imp_details definition changed
3823 bier_route_details definition changed
3824 bind_sock definition changed
3825 bridge_domain_details definition changed
3826 bridge_flags definition changed
3827 classify_add_del_session definition changed
3828 classify_add_del_table definition changed
3829 connect_sock definition changed
3830 create_vhost_user_if definition changed
3831 get_first_msg_id_reply definition changed
3832 gpe_add_del_fwd_entry_reply definition changed
3833 gpe_fwd_entry_path_details definition changed
3834 ip6_fib_details definition changed
3835 ip6nd_proxy_details definition changed
3836 ip_add_del_route_reply definition changed
3837 ip_address_details definition changed
3838 ip_details definition changed
3839 ip_fib_details definition changed
3840 ip_mfib_details definition changed
3841 ip_mroute_add_del_reply definition changed
3842 ip_neighbor_add_del_reply definition changed
3843 ip_neighbor_details definition changed
3844 ip_reassembly_get_reply definition changed
3845 ip_unnumbered_details definition changed
3846 ipip_6rd_add_tunnel definition changed
3847 ipip_add_tunnel definition changed
3848 ipsec_spds_details only in image
3849 ipsec_spds_dump only in image
3850 l2_interface_efp_filter definition changed
3851 lisp_eid_table_vni_details definition changed
3852 map_another_segment definition changed
3853 mfib_signal_details definition changed
3854 mpls_route_add_del_reply definition changed
3855 mpls_tunnel_add_del definition changed
3856 mpls_tunnel_add_del_reply definition changed
3857 mpls_tunnel_details definition changed
3858 mpls_tunnel_dump definition changed
3859 one_eid_table_vni_details definition changed
3860 qos_mark_enable_disable definition changed
3861 qos_record_enable_disable definition changed
3862 reset_session_reply definition changed
3863 rpc_call definition changed
3864 show_threads definition changed
3865 sockclnt_create_reply definition changed
3866 sockclnt_delete definition changed
3867 sockclnt_delete_reply definition changed
3868 sw_interface_rx_placement_details only in image
3869 sw_interface_rx_placement_dump only in image
3870 sw_interface_set_ip_directed_broadcast definition changed
3871 sw_interface_set_l2_bridge definition changed
3872 sw_interface_set_rx_placement definition changed
3873 sw_interface_set_vxlan_gbp_bypass definition changed
3874 udp_encap_add definition changed
3875 udp_encap_add_del_reply only in file
3876 udp_encap_add_reply only in image
3877 udp_encap_del definition changed
3878 udp_encap_details definition changed
3879 unbind_sock definition changed
3880 vxlan_gbp_tunnel_add_del definition changed
3881 vxlan_gbp_tunnel_details only in image
3882 vxlan_gbp_tunnel_dump only in image
3883 Found 68 api message signature differences
3885 ### Patches that changed API definitions
3887 | @c src/plugins/avf/avf.api ||
3888 | ------- | ------- |
3889 | [149d0e28](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=149d0e28) | avf: RSS support |
3890 | [4e6014fc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4e6014fc) | avf: api fix |
3892 | @c src/plugins/gbp/gbp.api ||
3893 | ------- | ------- |
3894 | [c0a93143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c0a93143) | GBP Endpoint Updates |
3895 | [61b94c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61b94c6b) | vxlan-gbp: Add support for vxlan gbp |
3897 | @c src/plugins/igmp/igmp.api ||
3898 | ------- | ------- |
3899 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
3901 | @c src/plugins/lb/lb.api ||
3902 | ------- | ------- |
3903 | [6a4375e0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a4375e0) | LB: fix flush flow table issue |
3904 | [49ca2601](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=49ca2601) | Add flush flag on del as command |
3905 | [219cc90c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=219cc90c) | Support lb on both vip and per-port-vip case |
3907 | @c src/plugins/nat/nat.api ||
3908 | ------- | ------- |
3909 | [bb4e0225](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bb4e0225) | NAT: TCP MSS clamping |
3910 | [5d28c7af](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d28c7af) | NAT: add support for configurable port range (VPP-1346) |
3911 | [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) |
3912 | [878c646a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=878c646a) | NAT44: add support for session timeout (VPP-1272) |
3913 | [69ce30d6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=69ce30d6) | NAT: update nat_show_config_reply API (VPP-1403) |
3914 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
3915 | [c6c0d2a0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c6c0d2a0) | NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) |
3917 | @c src/plugins/vmxnet3/vmxnet3.api ||
3918 | ------- | ------- |
3919 | [df7f8e8c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=df7f8e8c) | vmxnet3 device driver |
3921 | @c src/plugins/nsh/nsh.api ||
3922 | ------- | ------- |
3923 | [d313f9e6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d313f9e6) | Port NSH plugin to VPP |
3925 | @c src/plugins/nsim/nsim.api ||
3926 | ------- | ------- |
3927 | [9e3252b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9e3252b5) | Network delay simulator plugin |
3929 | @c src/plugins/svs/svs.api ||
3930 | ------- | ------- |
3931 | [d1e68ab7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d1e68ab7) | Source VRF Select |
3933 | @c src/vlibmemory/memclnt.api ||
3934 | ------- | ------- |
3935 | [94495f2a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=94495f2a) | PAPI: Use UNIX domain sockets instead of shared memory |
3936 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
3937 | [75282457](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75282457) | Fix "Old Style VLA" build warnings |
3939 | @c src/vnet/interface.api ||
3940 | ------- | ------- |
3941 | [f0b42f48](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f0b42f48) | itf: dump interface rx-placement |
3942 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
3943 | [54f7c51f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=54f7c51f) | rx-placement: Add API call for interface rx-placement |
3944 | [1855b8e4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1855b8e4) | IP directed broadcast |
3946 | @c src/vnet/bfd/bfd.api ||
3947 | ------- | ------- |
3948 | [2d3c7b9c](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2d3c7b9c) | BFD: add get echo source API (VPP-1367) |
3950 | @c src/vnet/bier/bier.api ||
3951 | ------- | ------- |
3952 | [ef90ed08](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ef90ed08) | BIER API and load-balancing fixes |
3953 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
3955 | @c src/vnet/classify/classify.api ||
3956 | ------- | ------- |
3957 | [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) |
3958 | [75282457](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75282457) | Fix "Old Style VLA" build warnings |
3960 | @c src/vnet/devices/pipe/pipe.api ||
3961 | ------- | ------- |
3962 | [208c29aa](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=208c29aa) | VOM: support for pipes |
3964 | @c src/vnet/devices/virtio/vhost_user.api ||
3965 | ------- | ------- |
3966 | [ee2e58f6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee2e58f6) | vhost-user: Add disable feature support in api |
3968 | @c src/vnet/ethernet/ethernet_types.api ||
3969 | ------- | ------- |
3970 | [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 |
3972 | @c src/vnet/ip/ip_types.api ||
3973 | ------- | ------- |
3974 | [d0df49f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0df49f2) | Use IP address types on UDP encap API |
3976 | @c src/vnet/ip/ip.api ||
3977 | ------- | ------- |
3978 | [412ecd32](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=412ecd32) | Improve ip_mroute_add_del documentation |
3979 | [14260393](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=14260393) | Add adjacency counters to the stats segment |
3980 | [28c142e3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=28c142e3) | mroute routers in the stats segment |
3981 | [008dbe10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=008dbe10) | Route counters in the stats segment |
3982 | [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 |
3983 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
3984 | [b11f903a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b11f903a) | Fix context field position in API definition |
3986 | @c src/vnet/ipip/ipip.api ||
3987 | ------- | ------- |
3988 | [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 |
3990 | @c src/vnet/ipsec/ipsec.api ||
3991 | ------- | ------- |
3992 | [a9a0b2ce](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a9a0b2ce) | IPsec: add API for SPDs dump (VPP-1363) |
3993 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
3995 | @c src/vnet/l2/l2.api ||
3996 | ------- | ------- |
3997 | [0a4e0063](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0a4e0063) | Fix documentation about sw_interface_set_l2_bridge |
3998 | [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 |
3999 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
4000 | [5c7c49d1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5c7c49d1) | Fix documentation for SHG in bridge domain |
4001 | [5d82d2f1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d82d2f1) | l2: arp termination dump |
4002 | [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 |
4004 | @c src/vnet/lisp-cp/lisp.api ||
4005 | ------- | ------- |
4006 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
4007 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
4009 | @c src/vnet/lisp-cp/one.api ||
4010 | ------- | ------- |
4011 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
4012 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
4014 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
4015 | ------- | ------- |
4016 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
4017 | [b11f903a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=b11f903a) | Fix context field position in API definition |
4019 | @c src/vnet/mpls/mpls.api ||
4020 | ------- | ------- |
4021 | [f5fa5ae2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f5fa5ae2) | MPLS tunnel dump: use sw_if_index not tunnel_index |
4022 | [6a30b5f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6a30b5f9) | MPLS tunnel dump fix |
4023 | [008dbe10](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=008dbe10) | Route counters in the stats segment |
4024 | [7c922dc4](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7c922dc4) | SR-MPLS: fixes and tests |
4026 | @c src/vnet/qos/qos.api ||
4027 | ------- | ------- |
4028 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
4029 | [ed234e7f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ed234e7f) | Enum type on the API for QoS sources |
4031 | @c src/vnet/session/session.api ||
4032 | ------- | ------- |
4033 | [ab2f6dbf](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ab2f6dbf) | session: support multiple worker binds |
4034 | [134a996a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=134a996a) | vcl: add support for multi-worker apps |
4035 | [1553197f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1553197f) | session: add support for multiple app workers |
4036 | [6bd197eb](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6bd197eb) | Remove client_index field from replies in API |
4037 | [99368315](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=99368315) | vcl: support for eventfd mq signaling |
4039 | @c src/vnet/span/span.api ||
4040 | ------- | ------- |
4041 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
4043 | @c src/vnet/udp/udp.api ||
4044 | ------- | ------- |
4045 | [9c0a3c42](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9c0a3c42) | UDP-Encap: name counters for the stats segment |
4046 | [d0df49f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d0df49f2) | Use IP address types on UDP encap API |
4048 | @c src/vnet/unix/tap.api ||
4049 | ------- | ------- |
4050 | [bdc0e6b7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bdc0e6b7) | Trivial: Clean up some typos. |
4052 | @c src/vnet/vxlan-gbp/vxlan_gbp.api ||
4053 | ------- | ------- |
4054 | [79a05f54](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=79a05f54) | VXLAN-GBP: use common types on the API |
4055 | [61b94c6b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=61b94c6b) | vxlan-gbp: Add support for vxlan gbp |
4057 | @c src/vpp/api/vpe.api ||
4058 | ------- | ------- |
4059 | [5d64c786](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=5d64c786) | thread: Add show threads api |
4060 | [ec11b13a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec11b13a) | Trivial: Cleanup some typos. |
4062 | @c src/vpp/stats/stats.api ||
4063 | ------- | ------- |
4064 | [ec11b13a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ec11b13a) | Trivial: Cleanup some typos. |
4066 ### Notice of future API deprecation
4069 - accept_session_reply
4070 - disconnect_session_reply
4072 - reset_session_reply
4074 - connect_session_reply
4077 @page release_notes_1807 Release notes for VPP 18.07
4079 More than 533 commits since the 18.04 release.
4085 - Complete rework of the dpdk-input node
4086 - Display rx/tx burst function name in "show hardware detail"
4087 - Improve buffer alloc perfomance
4088 - This is ~50% improvement in buffer alloc performance. For a 256 buffer allocation, it was ~10 clocks/buffer, now is < 5 clocks.
4089 - Add per-numa page allocation info to 'show memory'
4090 - Vectorized bihash_{48,40,24,16}_8 key compare
4092 - Scalar code: 6 clocks
4093 - SSE4.2 code: 3 clocks
4094 - AVX2 code: 2.27 clocks
4095 - AVX512 code: 1.5 clocks
4097 - Stats are now available to a client in a shared memory segment and
4098 in the form of a directory, allowing very high performance polling
4099 of stats without directly querying VPP.
4103 - Enable/Disable an interface for IGMP
4105 - refactor common code
4106 - no orphaned timers
4107 - IGMP state changes in main thread only
4108 - Large groups split over multiple state-change reports
4109 - SSM range configuration API.
4111 - IP: vectorized IP checksum
4112 - VXLAN : HW offload RX flow
4113 - Rework kube-proxy into LB plugin and add NATA66
4117 - Multiple outside interfaces
4118 - Endpoint dependent filtering and mapping
4120 - Tuple Merge algorithm cleanup and integration
4121 - Processing pipeline optimizations
4123 - Experimental AVF driver
4127 - Session: performance improvements, add support for connectionless transports, datagram reception and transmission
4128 - TCP: congestion control improvements and overall fixes
4129 - UDP: datagram mode
4135 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
4139 For the full list of fixed issues please refer to:
4140 - fd.io [JIRA](https://jira.fd.io)
4141 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1807)
4145 Description of results:
4147 * _Definition changed_: indicates that the API file was modified between releases.
4148 * _Only in image_: indicates the API is new for this release.
4149 * _Only in file_: indicates the API has been removed in this release.
4152 abf_itf_attach_add_del definition changed
4153 abf_itf_attach_details only in image
4154 abf_itf_attach_dump only in image
4155 abf_plugin_get_version definition changed
4156 abf_policy_add_del definition changed
4157 abf_policy_details only in image
4158 abf_policy_dump only in image
4159 af_packet_details only in image
4160 af_packet_dump only in image
4161 avf_create definition changed
4162 avf_delete definition changed
4163 bind_sock_reply definition changed
4164 bind_uri_reply definition changed
4165 dhcp6_client_enable_disable definition changed
4166 dhcp6_clients_enable_disable definition changed
4167 dhcp6_duid_ll_set definition changed
4168 dhcp6_pd_client_enable_disable definition changed
4169 dhcp6_pd_reply_event only in image
4170 dhcp6_pd_send_client_message definition changed
4171 dhcp6_reply_event only in image
4172 dhcp6_send_client_message definition changed
4173 dhcp_client_config definition changed
4174 dhcp_client_details only in image
4175 dhcp_client_dump only in image
4176 dhcp_compl_event definition changed
4177 dslite_address_details only in image
4178 dslite_address_dump only in image
4179 gbp_endpoint_group_add_del definition changed
4180 gbp_endpoint_group_details only in image
4181 gbp_endpoint_group_dump only in image
4182 gbp_recirc_add_del definition changed
4183 gbp_recirc_details only in image
4184 gbp_recirc_dump only in image
4185 gbp_subnet_add_del definition changed
4186 gbp_subnet_details only in image
4187 gbp_subnet_dump only in image
4188 hw_interface_set_mtu definition changed
4189 igmp_details definition changed
4190 igmp_dump definition changed
4191 igmp_enable_disable definition changed
4192 igmp_event definition changed
4193 igmp_group_prefix_details only in image
4194 igmp_group_prefix_dump only in image
4195 igmp_group_prefix_set definition changed
4196 igmp_listen definition changed
4197 ikev2_profile_set_auth definition changed
4198 ikev2_profile_set_id definition changed
4199 ip6_add_del_address_using_prefix definition changed
4200 ip_mroute_add_del definition changed
4201 ip_probe_neighbor definition changed
4202 ip_scan_neighbor_enable_disable definition changed
4203 ip_unnumbered_details only in image
4204 ip_unnumbered_dump only in image
4205 ipip_6rd_add_tunnel definition changed
4206 ipip_add_tunnel definition changed
4207 ipip_tunnel_details definition changed
4208 ipsec_sa_details definition changed
4209 ipsec_sad_add_del_entry definition changed
4210 ipsec_tunnel_if_add_del definition changed
4211 kp_add_del_pod definition changed
4212 kp_add_del_vip definition changed
4213 kp_conf definition changed
4214 lb_add_del_vip definition changed
4215 mactime_add_del definition changed
4216 mactime_enable definition changed
4217 memclnt_create definition changed
4218 memclnt_create_reply definition changed
4219 memfd_segment_create definition changed
4220 nat44_add_del_lb_static_mapping definition changed
4221 nat44_add_del_static_mapping definition changed
4222 nat44_del_session definition changed
4223 nat44_lb_static_mapping_details definition changed
4224 nat44_static_mapping_details definition changed
4225 nat44_user_session_details definition changed
4226 pipe_create definition changed
4227 pipe_delete definition changed
4228 pipe_details only in image
4229 pipe_dump only in image
4230 pot_profile_activate definition changed
4231 pot_profile_add definition changed
4232 pot_profile_del definition changed
4233 proxy_arp_add_del definition changed
4234 proxy_arp_details only in image
4235 proxy_arp_dump only in image
4236 proxy_arp_intfc_details only in image
4237 proxy_arp_intfc_dump only in image
4238 sock_init_shm_reply definition changed
4239 sockclnt_create definition changed
4240 sockclnt_create_reply definition changed
4241 sr_localsid_add_del definition changed
4242 sr_localsids_details definition changed
4243 sr_policies_details only in image
4244 sr_policies_dump only in image
4245 sr_policy_add definition changed
4246 sr_policy_del definition changed
4247 sr_policy_mod definition changed
4248 sr_steering_pol_details only in image
4249 sr_steering_pol_dump only in image
4250 sw_interface_details definition changed
4251 sw_interface_set_mtu definition changed
4252 tap_create_v2 definition changed
4253 vnet_bier_neighbor_counters only in image
4254 vnet_get_summary_stats_reply definition changed
4255 vxlan_offload_rx definition changed
4256 want_bier_neighbor_stats definition changed
4257 want_dhcp6_pd_reply_events definition changed
4258 want_dhcp6_reply_events definition changed
4259 Found 107 api message signature differences
4261 ### Patches that changed API definitions
4263 | @c src/plugins/ioam/lib-pot/pot.api ||
4264 | ------- | ------- |
4265 | [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
4267 | @c src/plugins/gbp/gbp.api ||
4268 | ------- | ------- |
4269 | [25b0494](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=25b0494) | GBP V2 |
4271 | @c src/plugins/map/map.api ||
4272 | ------- | ------- |
4273 | [381e9a9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=381e9a9) | MAP: Move MAP-E/T to a plugin. |
4275 | @c src/plugins/igmp/igmp.api ||
4276 | ------- | ------- |
4277 | [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
4279 | @c src/plugins/lb/lb.api ||
4280 | ------- | ------- |
4281 | [d92a0b5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d92a0b5) | Rework kube-proxy into LB plugin |
4283 | @c src/plugins/nat/nat.api ||
4284 | ------- | ------- |
4285 | [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) |
4286 | [ebdf190](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ebdf190) | NAT44: TCP connection close detection (VPP-1266) |
4287 | [1e5c07d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=1e5c07d) | Add special Twice-NAT feature (VPP-1221) |
4288 | [16aa7f8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=16aa7f8) | DSLite: Implement new API call DSLITE_ADDRESS_DUMP. |
4290 | @c src/plugins/avf/avf.api ||
4291 | ------- | ------- |
4292 | [258a189](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=258a189) | avf: api fix |
4293 | [6c9b964](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6c9b964) | avf: binary API and configurable RX/TX queue size |
4295 | @c src/plugins/mactime/mactime.api ||
4296 | ------- | ------- |
4297 | [7055e26](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7055e26) | Driver level time-based src mac filter |
4299 | @c src/plugins/abf/abf.api ||
4300 | ------- | ------- |
4301 | [669d07d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=669d07d) | ACL based forwarding |
4303 | @c src/vlibmemory/memclnt.api ||
4304 | ------- | ------- |
4305 | [dab732a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dab732a) | VPP-1335 vapi crash when memclnt_keepalive received |
4306 | [7895872](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7895872) | Remove the historical memfd api segment bootstrap |
4308 | @c src/vpp/stats/stats.api ||
4309 | ------- | ------- |
4310 | [a21a367](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a21a367) | VPP-1324 SIGSEGV vl_msg_api_handler_with_vm_node() |
4311 | [586479a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=586479a) | BIER neighbor stats |
4312 | [e906aac](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e906aac) | STATS: Separate socket for fd exchange. |
4313 | [048a4e5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=048a4e5) | export counters in a memfd segment |
4315 | @c src/vnet/interface.api ||
4316 | ------- | ------- |
4317 | [d723161](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d723161) | MTU: Software interface / Per-protocol MTU support |
4318 | [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)" |
4319 | [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) |
4321 | @c src/vnet/ipfix-export/ipfix_export.api ||
4322 | ------- | ------- |
4323 | [a9855ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a9855ef) | Flow: Rename IPFIX exporter. |
4325 | @c src/vnet/dhcp/dhcp6_pd_client_cp.api ||
4326 | ------- | ------- |
4327 | [81119e8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=81119e8) | Implement DHCPv6 PD client (VPP-718, VPP-1050) |
4329 | @c src/vnet/dhcp/dhcp.api ||
4330 | ------- | ------- |
4331 | [dd3b8f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd3b8f7) | Implement DHCPv6 IA NA client (VPP-1094) |
4332 | [d9778c2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d9778c2) | Update DHCPv6 DUID code and fix coverity warnings |
4333 | [81119e8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=81119e8) | Implement DHCPv6 PD client (VPP-718, VPP-1050) |
4334 | [daff178](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=daff178) | DHCP Client Dump |
4336 | @c src/vnet/dhcp/dhcp6_ia_na_client_cp.api ||
4337 | ------- | ------- |
4338 | [dd3b8f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=dd3b8f7) | Implement DHCPv6 IA NA client (VPP-1094) |
4340 | @c src/vnet/ip/ip.api ||
4341 | ------- | ------- |
4342 | [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
4343 | [7eaaf74](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7eaaf74) | proxy_arp: remove unused is_add |
4344 | [0053de6](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0053de6) | ARP proxy dumps |
4345 | [9e2f915](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9e2f915) | IP unnumbered dump |
4346 | [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 |
4347 | [e821ab1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e821ab1) | IP mcast: allow unicast address as a next-hop |
4348 | [c7b4304](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c7b4304) | Implement ip_probe_neighbor API |
4350 | @c src/vnet/ip/ip_types.api ||
4351 | ------- | ------- |
4352 | [947ea62](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=947ea62) | IGMP improvements |
4353 | [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. |
4355 | @c src/vnet/devices/af_packet/af_packet.api ||
4356 | ------- | ------- |
4357 | [04e0bb2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=04e0bb2) | af_packet: Add support for dump interfaces |
4359 | @c src/vnet/devices/tap/tapv2.api ||
4360 | ------- | ------- |
4361 | [d600ffe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=d600ffe) | Update tapv2 documentation |
4362 | [0b06111](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0b06111) | VPP-1305: Add support for tags |
4364 | @c src/vnet/devices/pipe/pipe.api ||
4365 | ------- | ------- |
4366 | [ee8b973](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ee8b973) | VOM: support for pipes |
4367 | [17ff3c1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=17ff3c1) | Pipes |
4369 | @c src/vnet/ipip/ipip.api ||
4370 | ------- | ------- |
4371 | [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. |
4373 | @c src/vnet/session/session.api ||
4374 | ------- | ------- |
4375 | [7fb0fe1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7fb0fe1) | udp/session: refactor to support dgram mode |
4377 | @c src/vnet/ipsec/ipsec.api ||
4378 | ------- | ------- |
4379 | [4b089f2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b089f2) | ipsec: support UDP encap/decap for NAT traversal |
4380 | [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
4381 | [8e1039a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8e1039a) | Allow an IPsec tunnel interface to be renumbered |
4383 | @c src/vnet/vxlan/vxlan.api ||
4384 | ------- | ------- |
4385 | [af86a48](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=af86a48) | vxlan:offload RX flow |
4387 | @c src/vnet/srv6/sr.api ||
4388 | ------- | ------- |
4389 | [3337bd2](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3337bd2) | Fixed bugs in SRv6 API |
4390 | [e9fcf23](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e9fcf23) | Fix some build warnings about "Old Style VLA" |
4394 @page release_notes_1804 Release notes for VPP 18.04
4396 More than 570 commits since the 18.01 release.
4402 - ARM aarch64 integrated into CI
4406 - L3DSR load balancing support
4407 - VPC bonding / LACP
4408 - IPv4/IPv6 packet reassembly
4409 - IPv6 link-local support
4410 - Asymmetrical static NAT
4413 - Intel Adaptive Virtual Function native device driver plugin
4414 - Marvell device plugin
4415 - SRv6 static, dynamic and masquerading proxy plugins
4418 - IPIP tunnel support (IPv4/IPv6 over IPv4/IPv6)
4419 - IPv6 Router Discovery mechanism
4422 - ARM-optimized library variations for key functions
4423 - Better handling of physmem on non-NUMA kernels
4426 - TLS support via OpenSSL or mbedtls software engines
4427 - Session layer can utilize both shm and memfd (secure) FIFO segments
4429 - VCL logging / tracing
4432 - New API definition compiler (vppapigen)
4433 - Memory (shm) and socket APIs refactored
4434 - API handlers refactored to make them transport (shared memory or socket)
4436 - Improved support for bootstrapping of the shm API with memfd segments
4440 - SELinux for RPM builds
4442 - ARM aarch64 for Ubuntu
4446 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
4450 For the full list of fixed issues please refer to:
4451 - fd.io [JIRA](https://jira.fd.io)
4452 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1804)
4456 Description of results:
4458 * _Definition changed_: indicates that the API file was modified between releases.
4459 * _Only in image_: indicates the API is new for this release.
4460 * _Only in file_: indicates the API has been removed in this release.
4462 Message Name | Results
4463 ------------------------------------------------------------ | ----------------
4464 accept_session | definition changed
4465 accept_session_reply | definition changed
4466 acl_add_replace | definition changed
4467 acl_add_replace_reply | definition changed
4468 acl_del | definition changed
4469 acl_del_reply | definition changed
4470 acl_details | definition changed
4471 acl_dump | definition changed
4472 acl_interface_add_del | definition changed
4473 acl_interface_add_del_reply | definition changed
4474 acl_interface_etype_whitelist_details | only in image
4475 acl_interface_etype_whitelist_dump | only in image
4476 acl_interface_list_details | definition changed
4477 acl_interface_list_dump | definition changed
4478 acl_interface_set_acl_list | definition changed
4479 acl_interface_set_acl_list_reply | definition changed
4480 acl_interface_set_etype_whitelist | definition changed
4481 acl_plugin_control_ping | definition changed
4482 acl_plugin_control_ping_reply | definition changed
4483 acl_plugin_get_version | definition changed
4484 acl_plugin_get_version_reply | definition changed
4485 add_node_next | definition changed
4486 add_node_next_reply | definition changed
4487 af_packet_create | definition changed
4488 af_packet_create_reply | definition changed
4489 af_packet_delete | definition changed
4490 af_packet_delete_reply | definition changed
4491 af_packet_set_l4_cksum_offload | definition changed
4492 af_packet_set_l4_cksum_offload_reply | definition changed
4493 api_versions | definition changed
4494 api_versions_reply | definition changed
4495 app_namespace_add_del | definition changed
4496 app_namespace_add_del_reply | definition changed
4497 application_attach | definition changed
4498 application_attach_reply | definition changed
4499 application_detach | definition changed
4500 application_detach_reply | definition changed
4501 application_tls_cert_add | definition changed
4502 application_tls_key_add | definition changed
4503 bd_ip_mac_add_del | definition changed
4504 bd_ip_mac_add_del_reply | definition changed
4505 bfd_auth_del_key | definition changed
4506 bfd_auth_del_key_reply | definition changed
4507 bfd_auth_keys_details | definition changed
4508 bfd_auth_keys_dump | definition changed
4509 bfd_auth_set_key | definition changed
4510 bfd_auth_set_key_reply | definition changed
4511 bfd_udp_add | definition changed
4512 bfd_udp_add_reply | definition changed
4513 bfd_udp_auth_activate | definition changed
4514 bfd_udp_auth_activate_reply | definition changed
4515 bfd_udp_auth_deactivate | definition changed
4516 bfd_udp_auth_deactivate_reply | definition changed
4517 bfd_udp_del | definition changed
4518 bfd_udp_del_echo_source | definition changed
4519 bfd_udp_del_echo_source_reply | definition changed
4520 bfd_udp_del_reply | definition changed
4521 bfd_udp_mod | definition changed
4522 bfd_udp_mod_reply | definition changed
4523 bfd_udp_session_details | definition changed
4524 bfd_udp_session_dump | definition changed
4525 bfd_udp_session_set_flags | definition changed
4526 bfd_udp_session_set_flags_reply | definition changed
4527 bfd_udp_set_echo_source | definition changed
4528 bfd_udp_set_echo_source_reply | definition changed
4529 bier_disp_entry_add_del | definition changed
4530 bier_disp_entry_add_del_reply | definition changed
4531 bier_disp_entry_details | definition changed
4532 bier_disp_entry_dump | definition changed
4533 bier_disp_table_add_del | definition changed
4534 bier_disp_table_add_del_reply | definition changed
4535 bier_disp_table_details | definition changed
4536 bier_disp_table_dump | definition changed
4537 bier_imp_add | definition changed
4538 bier_imp_add_reply | definition changed
4539 bier_imp_del | definition changed
4540 bier_imp_del_reply | definition changed
4541 bier_imp_details | definition changed
4542 bier_imp_dump | definition changed
4543 bier_route_add_del | definition changed
4544 bier_route_add_del_reply | definition changed
4545 bier_route_details | definition changed
4546 bier_route_dump | definition changed
4547 bier_table_add_del | definition changed
4548 bier_table_add_del_reply | definition changed
4549 bier_table_details | definition changed
4550 bier_table_dump | definition changed
4551 bind_sock | definition changed
4552 bind_sock_reply | definition changed
4553 bind_uri | definition changed
4554 bind_uri_reply | definition changed
4555 bond_create | definition changed
4556 bond_delete | definition changed
4557 bond_detach_slave | definition changed
4558 bond_enslave | definition changed
4559 bridge_domain_add_del | definition changed
4560 bridge_domain_add_del_reply | definition changed
4561 bridge_domain_details | definition changed
4562 bridge_domain_dump | definition changed
4563 bridge_domain_set_mac_age | definition changed
4564 bridge_domain_set_mac_age_reply | definition changed
4565 bridge_flags | definition changed
4566 bridge_flags_reply | definition changed
4567 cdp_enable | definition changed
4568 classify_add_del_session | definition changed
4569 classify_add_del_session_reply | definition changed
4570 classify_add_del_table | definition changed
4571 classify_add_del_table_reply | definition changed
4572 classify_session_details | definition changed
4573 classify_session_dump | definition changed
4574 classify_set_interface_ip_table | definition changed
4575 classify_set_interface_ip_table_reply | definition changed
4576 classify_set_interface_l2_tables | definition changed
4577 classify_set_interface_l2_tables_reply | definition changed
4578 classify_table_by_interface | definition changed
4579 classify_table_by_interface_reply | definition changed
4580 classify_table_ids | definition changed
4581 classify_table_ids_reply | definition changed
4582 classify_table_info | definition changed
4583 classify_table_info_reply | definition changed
4584 cli | definition changed
4585 cli_inband | definition changed
4586 cli_inband_reply | definition changed
4587 cli_reply | definition changed
4588 collect_detailed_interface_stats | definition changed
4589 connect_session | definition changed
4590 connect_session_reply | definition changed
4591 connect_sock | definition changed
4592 connect_sock_reply | definition changed
4593 connect_uri | definition changed
4594 connect_uri_reply | definition changed
4595 control_ping | definition changed
4596 control_ping_reply | definition changed
4597 cop_interface_enable_disable | definition changed
4598 cop_interface_enable_disable_reply | definition changed
4599 cop_whitelist_enable_disable | definition changed
4600 cop_whitelist_enable_disable_reply | definition changed
4601 create_loopback | definition changed
4602 create_loopback_instance | definition changed
4603 create_loopback_instance_reply | definition changed
4604 create_loopback_reply | definition changed
4605 create_subif | definition changed
4606 create_subif_reply | definition changed
4607 create_vhost_user_if | definition changed
4608 create_vhost_user_if_reply | definition changed
4609 create_vlan_subif | definition changed
4610 create_vlan_subif_reply | definition changed
4611 delete_loopback | definition changed
4612 delete_loopback_reply | definition changed
4613 delete_subif | definition changed
4614 delete_subif_reply | definition changed
4615 delete_vhost_user_if | definition changed
4616 delete_vhost_user_if_reply | definition changed
4617 dhcp_client_config | definition changed
4618 dhcp_client_config_reply | definition changed
4619 dhcp_compl_event | definition changed
4620 dhcp_proxy_config | definition changed
4621 dhcp_proxy_config_reply | definition changed
4622 dhcp_proxy_details | definition changed
4623 dhcp_proxy_dump | definition changed
4624 dhcp_proxy_set_vss | definition changed
4625 dhcp_proxy_set_vss_reply | definition changed
4626 disconnect_session | definition changed
4627 disconnect_session_reply | definition changed
4628 dns_enable_disable | definition changed
4629 dns_enable_disable_reply | definition changed
4630 dns_name_server_add_del | definition changed
4631 dns_name_server_add_del_reply | definition changed
4632 dns_resolve_ip | definition changed
4633 dns_resolve_ip_reply | definition changed
4634 dns_resolve_name | definition changed
4635 dns_resolve_name_reply | definition changed
4636 dslite_add_del_pool_addr_range | definition changed
4637 dslite_add_del_pool_addr_range_reply | definition changed
4638 dslite_get_aftr_addr | definition changed
4639 dslite_get_b4_addr | definition changed
4640 dslite_set_aftr_addr | definition changed
4641 dslite_set_aftr_addr_reply | definition changed
4642 dslite_set_b4_addr | definition changed
4643 feature_enable_disable | definition changed
4644 feature_enable_disable_reply | definition changed
4645 flow_classify_details | definition changed
4646 flow_classify_dump | definition changed
4647 flow_classify_set_interface | definition changed
4648 flow_classify_set_interface_reply | definition changed
4649 flowprobe_params | definition changed
4650 flowprobe_params_reply | definition changed
4651 flowprobe_tx_interface_add_del | definition changed
4652 flowprobe_tx_interface_add_del_reply | definition changed
4653 gbp_contract_add_del | definition changed
4654 gbp_contract_details | only in image
4655 gbp_contract_dump | only in image
4656 gbp_endpoint_add_del | definition changed
4657 gbp_endpoint_details | only in image
4658 gbp_endpoint_dump | only in image
4659 geneve_add_del_tunnel | definition changed
4660 geneve_add_del_tunnel_reply | definition changed
4661 geneve_tunnel_details | definition changed
4662 geneve_tunnel_dump | definition changed
4663 get_first_msg_id | definition changed
4664 get_first_msg_id_reply | definition changed
4665 get_next_index | definition changed
4666 get_next_index_reply | definition changed
4667 get_node_graph | definition changed
4668 get_node_graph_reply | definition changed
4669 get_node_index | definition changed
4670 get_node_index_reply | definition changed
4671 gpe_add_del_fwd_entry | definition changed
4672 gpe_add_del_fwd_entry_reply | definition changed
4673 gpe_add_del_iface | definition changed
4674 gpe_add_del_iface_reply | definition changed
4675 gpe_add_del_native_fwd_rpath | definition changed
4676 gpe_add_del_native_fwd_rpath_reply | definition changed
4677 gpe_enable_disable | definition changed
4678 gpe_enable_disable_reply | definition changed
4679 gpe_fwd_entries_get | definition changed
4680 gpe_fwd_entries_get_reply | definition changed
4681 gpe_fwd_entry_path_details | definition changed
4682 gpe_fwd_entry_path_dump | definition changed
4683 gpe_fwd_entry_vnis_get | definition changed
4684 gpe_fwd_entry_vnis_get_reply | definition changed
4685 gpe_get_encap_mode | definition changed
4686 gpe_get_encap_mode_reply | definition changed
4687 gpe_native_fwd_rpaths_get | definition changed
4688 gpe_native_fwd_rpaths_get_reply | definition changed
4689 gpe_set_encap_mode | definition changed
4690 gpe_set_encap_mode_reply | definition changed
4691 gre_add_del_tunnel | definition changed
4692 gre_add_del_tunnel_reply | definition changed
4693 gre_tunnel_details | definition changed
4694 gre_tunnel_dump | definition changed
4695 gtpu_add_del_tunnel | definition changed
4696 gtpu_add_del_tunnel_reply | definition changed
4697 gtpu_tunnel_details | definition changed
4698 gtpu_tunnel_dump | definition changed
4699 igmp_clear_interface | definition changed
4700 igmp_details | only in image
4701 igmp_dump | only in image
4702 igmp_enable_disable | definition changed
4703 igmp_event | only in image
4704 igmp_listen | definition changed
4705 ikev2_initiate_del_child_sa | definition changed
4706 ikev2_initiate_del_child_sa_reply | definition changed
4707 ikev2_initiate_del_ike_sa | definition changed
4708 ikev2_initiate_del_ike_sa_reply | definition changed
4709 ikev2_initiate_rekey_child_sa | definition changed
4710 ikev2_initiate_rekey_child_sa_reply | definition changed
4711 ikev2_initiate_sa_init | definition changed
4712 ikev2_initiate_sa_init_reply | definition changed
4713 ikev2_profile_add_del | definition changed
4714 ikev2_profile_add_del_reply | definition changed
4715 ikev2_profile_set_auth | definition changed
4716 ikev2_profile_set_auth_reply | definition changed
4717 ikev2_profile_set_id | definition changed
4718 ikev2_profile_set_id_reply | definition changed
4719 ikev2_profile_set_ts | definition changed
4720 ikev2_profile_set_ts_reply | definition changed
4721 ikev2_set_esp_transforms | definition changed
4722 ikev2_set_esp_transforms_reply | definition changed
4723 ikev2_set_ike_transforms | definition changed
4724 ikev2_set_ike_transforms_reply | definition changed
4725 ikev2_set_local_key | definition changed
4726 ikev2_set_local_key_reply | definition changed
4727 ikev2_set_responder | definition changed
4728 ikev2_set_responder_reply | definition changed
4729 ikev2_set_sa_lifetime | definition changed
4730 ikev2_set_sa_lifetime_reply | definition changed
4731 input_acl_set_interface | definition changed
4732 input_acl_set_interface_reply | definition changed
4733 interface_name_renumber | definition changed
4734 interface_name_renumber_reply | definition changed
4735 ioam_cache_ip6_enable_disable | definition changed
4736 ioam_cache_ip6_enable_disable_reply | definition changed
4737 ioam_disable | definition changed
4738 ioam_disable_reply | definition changed
4739 ioam_enable | definition changed
4740 ioam_enable_reply | definition changed
4741 ioam_export_ip6_enable_disable | definition changed
4742 ioam_export_ip6_enable_disable_reply | definition changed
4743 ip4_arp_event | definition changed
4744 ip6_fib_details | definition changed
4745 ip6_fib_dump | definition changed
4746 ip6_mfib_details | definition changed
4747 ip6_mfib_dump | definition changed
4748 ip6_nd_address_autoconfig | definition changed
4749 ip6_nd_event | definition changed
4750 ip6_ra_event | only in image
4751 ip6nd_proxy_add_del | definition changed
4752 ip6nd_proxy_add_del_reply | definition changed
4753 ip6nd_proxy_details | definition changed
4754 ip6nd_proxy_dump | definition changed
4755 ip6nd_send_router_solicitation | definition changed
4756 ip_add_del_route | definition changed
4757 ip_add_del_route_reply | definition changed
4758 ip_address_details | definition changed
4759 ip_address_dump | definition changed
4760 ip_container_proxy_add_del | definition changed
4761 ip_container_proxy_add_del_reply | definition changed
4762 ip_details | definition changed
4763 ip_dump | definition changed
4764 ip_fib_details | definition changed
4765 ip_fib_dump | definition changed
4766 ip_mfib_details | definition changed
4767 ip_mfib_dump | definition changed
4768 ip_mroute_add_del | definition changed
4769 ip_mroute_add_del_reply | definition changed
4770 ip_neighbor_add_del | definition changed
4771 ip_neighbor_add_del_reply | definition changed
4772 ip_neighbor_details | definition changed
4773 ip_neighbor_dump | definition changed
4774 ip_punt_police | definition changed
4775 ip_punt_police_reply | definition changed
4776 ip_punt_redirect | definition changed
4777 ip_punt_redirect_reply | definition changed
4778 ip_reassembly_enable_disable | definition changed
4779 ip_reassembly_get | definition changed
4780 ip_reassembly_set | definition changed
4781 ip_source_and_port_range_check_add_del | definition changed
4782 ip_source_and_port_range_check_add_del_reply | definition changed
4783 ip_source_and_port_range_check_interface_add_del | definition changed
4784 ip_source_and_port_range_check_interface_add_del_reply | definition changed
4785 ip_table_add_del | definition changed
4786 ip_table_add_del_reply | definition changed
4787 ipfix_classify_stream_details | definition changed
4788 ipfix_classify_stream_dump | definition changed
4789 ipfix_classify_table_add_del | definition changed
4790 ipfix_classify_table_add_del_reply | definition changed
4791 ipfix_classify_table_details | definition changed
4792 ipfix_classify_table_dump | definition changed
4793 ipfix_exporter_details | definition changed
4794 ipfix_exporter_dump | definition changed
4795 ipip_6rd_add_tunnel | definition changed
4796 ipip_6rd_del_tunnel | definition changed
4797 ipip_add_tunnel | definition changed
4798 ipip_del_tunnel | definition changed
4799 ipip_tunnel_details | only in image
4800 ipip_tunnel_dump | only in image
4801 ipsec_gre_add_del_tunnel | definition changed
4802 ipsec_gre_add_del_tunnel_reply | definition changed
4803 ipsec_gre_tunnel_details | definition changed
4804 ipsec_gre_tunnel_dump | definition changed
4805 ipsec_interface_add_del_spd | definition changed
4806 ipsec_interface_add_del_spd_reply | definition changed
4807 ipsec_sa_details | definition changed
4808 ipsec_sa_dump | definition changed
4809 ipsec_sa_set_key | definition changed
4810 ipsec_sa_set_key_reply | definition changed
4811 ipsec_sad_add_del_entry | definition changed
4812 ipsec_sad_add_del_entry_reply | definition changed
4813 ipsec_spd_add_del | definition changed
4814 ipsec_spd_add_del_entry | definition changed
4815 ipsec_spd_add_del_entry_reply | definition changed
4816 ipsec_spd_add_del_reply | definition changed
4817 ipsec_spd_details | definition changed
4818 ipsec_spd_dump | definition changed
4819 ipsec_tunnel_if_add_del | definition changed
4820 ipsec_tunnel_if_add_del_reply | definition changed
4821 ipsec_tunnel_if_set_key | definition changed
4822 ipsec_tunnel_if_set_key_reply | definition changed
4823 ipsec_tunnel_if_set_sa | definition changed
4824 ipsec_tunnel_if_set_sa_reply | definition changed
4825 kp_add_del_pod | definition changed
4826 kp_add_del_pod_reply | definition changed
4827 kp_add_del_vip | definition changed
4828 kp_add_del_vip_reply | definition changed
4829 kp_conf | definition changed
4830 kp_conf_reply | definition changed
4831 l2_emulation | definition changed
4832 l2_emulation_reply | definition changed
4833 l2_fib_clear_table | definition changed
4834 l2_fib_clear_table_reply | definition changed
4835 l2_fib_table_details | definition changed
4836 l2_fib_table_dump | definition changed
4837 l2_flags | definition changed
4838 l2_flags_reply | definition changed
4839 l2_interface_efp_filter | definition changed
4840 l2_interface_efp_filter_reply | definition changed
4841 l2_interface_pbb_tag_rewrite | definition changed
4842 l2_interface_pbb_tag_rewrite_reply | definition changed
4843 l2_interface_vlan_tag_rewrite | definition changed
4844 l2_interface_vlan_tag_rewrite_reply | definition changed
4845 l2_macs_event | definition changed
4846 l2_patch_add_del | definition changed
4847 l2_patch_add_del_reply | definition changed
4848 l2_xconnect_details | definition changed
4849 l2_xconnect_dump | definition changed
4850 l2fib_add_del | definition changed
4851 l2fib_add_del_reply | definition changed
4852 l2fib_flush_all | definition changed
4853 l2fib_flush_all_reply | definition changed
4854 l2fib_flush_bd | definition changed
4855 l2fib_flush_bd_reply | definition changed
4856 l2fib_flush_int | definition changed
4857 l2fib_flush_int_reply | definition changed
4858 l2tpv3_create_tunnel | definition changed
4859 l2tpv3_create_tunnel_reply | definition changed
4860 l2tpv3_interface_enable_disable | definition changed
4861 l2tpv3_interface_enable_disable_reply | definition changed
4862 l2tpv3_set_lookup_key | definition changed
4863 l2tpv3_set_lookup_key_reply | definition changed
4864 l2tpv3_set_tunnel_cookies | definition changed
4865 l2tpv3_set_tunnel_cookies_reply | definition changed
4866 lb_add_del_as | definition changed
4867 lb_add_del_as_reply | definition changed
4868 lb_add_del_vip | definition changed
4869 lb_add_del_vip_reply | definition changed
4870 lb_conf | definition changed
4871 lb_conf_reply | definition changed
4872 lisp_add_del_adjacency | definition changed
4873 lisp_add_del_adjacency_reply | definition changed
4874 lisp_add_del_local_eid | definition changed
4875 lisp_add_del_local_eid_reply | definition changed
4876 lisp_add_del_locator | definition changed
4877 lisp_add_del_locator_reply | definition changed
4878 lisp_add_del_locator_set | definition changed
4879 lisp_add_del_locator_set_reply | definition changed
4880 lisp_add_del_map_request_itr_rlocs | definition changed
4881 lisp_add_del_map_request_itr_rlocs_reply | definition changed
4882 lisp_add_del_map_resolver | definition changed
4883 lisp_add_del_map_resolver_reply | definition changed
4884 lisp_add_del_map_server | definition changed
4885 lisp_add_del_map_server_reply | definition changed
4886 lisp_add_del_remote_mapping | definition changed
4887 lisp_add_del_remote_mapping_reply | definition changed
4888 lisp_adjacencies_get | definition changed
4889 lisp_adjacencies_get_reply | definition changed
4890 lisp_eid_table_add_del_map | definition changed
4891 lisp_eid_table_add_del_map_reply | definition changed
4892 lisp_eid_table_details | definition changed
4893 lisp_eid_table_dump | definition changed
4894 lisp_eid_table_map_details | definition changed
4895 lisp_eid_table_map_dump | definition changed
4896 lisp_eid_table_vni_details | definition changed
4897 lisp_eid_table_vni_dump | definition changed
4898 lisp_enable_disable | definition changed
4899 lisp_enable_disable_reply | definition changed
4900 lisp_get_map_request_itr_rlocs | definition changed
4901 lisp_get_map_request_itr_rlocs_reply | definition changed
4902 lisp_locator_details | definition changed
4903 lisp_locator_dump | definition changed
4904 lisp_locator_set_details | definition changed
4905 lisp_locator_set_dump | definition changed
4906 lisp_map_register_enable_disable | definition changed
4907 lisp_map_register_enable_disable_reply | definition changed
4908 lisp_map_request_mode | definition changed
4909 lisp_map_request_mode_reply | definition changed
4910 lisp_map_resolver_details | definition changed
4911 lisp_map_resolver_dump | definition changed
4912 lisp_map_server_details | definition changed
4913 lisp_map_server_dump | definition changed
4914 lisp_pitr_set_locator_set | definition changed
4915 lisp_pitr_set_locator_set_reply | definition changed
4916 lisp_rloc_probe_enable_disable | definition changed
4917 lisp_rloc_probe_enable_disable_reply | definition changed
4918 lisp_use_petr | definition changed
4919 lisp_use_petr_reply | definition changed
4920 lldp_config | definition changed
4921 lldp_config_reply | definition changed
4922 macip_acl_add | definition changed
4923 macip_acl_add_replace | definition changed
4924 macip_acl_add_replace_reply | definition changed
4925 macip_acl_add_reply | definition changed
4926 macip_acl_del | definition changed
4927 macip_acl_del_reply | definition changed
4928 macip_acl_details | definition changed
4929 macip_acl_dump | definition changed
4930 macip_acl_interface_add_del | definition changed
4931 macip_acl_interface_add_del_reply | definition changed
4932 macip_acl_interface_get | definition changed
4933 macip_acl_interface_get_reply | definition changed
4934 macip_acl_interface_list_details | definition changed
4935 macip_acl_interface_list_dump | definition changed
4936 map_add_del_rule | definition changed
4937 map_add_del_rule_reply | definition changed
4938 map_add_domain | definition changed
4939 map_add_domain_reply | definition changed
4940 map_another_segment | definition changed
4941 map_another_segment_reply | definition changed
4942 map_del_domain | definition changed
4943 map_del_domain_reply | definition changed
4944 map_domain_details | definition changed
4945 map_domain_dump | definition changed
4946 map_rule_details | definition changed
4947 map_rule_dump | definition changed
4948 map_summary_stats | definition changed
4949 map_summary_stats_reply | definition changed
4950 memclnt_create | definition changed
4951 memclnt_create_reply | definition changed
4952 memclnt_delete | definition changed
4953 memclnt_delete_reply | definition changed
4954 memclnt_keepalive | definition changed
4955 memclnt_keepalive_reply | definition changed
4956 memclnt_read_timeout | definition changed
4957 memclnt_rx_thread_suspend | definition changed
4958 memfd_segment_create | definition changed
4959 memfd_segment_create_reply | definition changed
4960 memif_create | definition changed
4961 memif_create_reply | definition changed
4962 memif_delete | definition changed
4963 memif_delete_reply | definition changed
4964 memif_details | definition changed
4965 memif_dump | definition changed
4966 memif_socket_filename_add_del | definition changed
4967 memif_socket_filename_details | only in image
4968 memif_socket_filename_dump | only in image
4969 mfib_signal_details | definition changed
4970 mfib_signal_dump | definition changed
4971 modify_vhost_user_if | definition changed
4972 modify_vhost_user_if_reply | definition changed
4973 mpls_fib_details | definition changed
4974 mpls_fib_dump | definition changed
4975 mpls_ip_bind_unbind | definition changed
4976 mpls_ip_bind_unbind_reply | definition changed
4977 mpls_route_add_del | definition changed
4978 mpls_route_add_del_reply | definition changed
4979 mpls_table_add_del | definition changed
4980 mpls_table_add_del_reply | definition changed
4981 mpls_tunnel_add_del | definition changed
4982 mpls_tunnel_add_del_reply | definition changed
4983 mpls_tunnel_details | definition changed
4984 mpls_tunnel_dump | definition changed
4985 nat44_add_del_address_range | definition changed
4986 nat44_add_del_address_range_reply | definition changed
4987 nat44_add_del_identity_mapping | definition changed
4988 nat44_add_del_identity_mapping_reply | definition changed
4989 nat44_add_del_interface_addr | definition changed
4990 nat44_add_del_interface_addr_reply | definition changed
4991 nat44_add_del_lb_static_mapping | definition changed
4992 nat44_add_del_lb_static_mapping_reply | definition changed
4993 nat44_add_del_static_mapping | definition changed
4994 nat44_add_del_static_mapping_reply | definition changed
4995 nat44_address_details | definition changed
4996 nat44_address_dump | definition changed
4997 nat44_del_session | definition changed
4998 nat44_del_session_reply | definition changed
4999 nat44_forwarding_enable_disable | definition changed
5000 nat44_forwarding_enable_disable_reply | definition changed
5001 nat44_forwarding_is_enabled | definition changed
5002 nat44_forwarding_is_enabled_reply | definition changed
5003 nat44_identity_mapping_details | definition changed
5004 nat44_identity_mapping_dump | definition changed
5005 nat44_interface_add_del_feature | definition changed
5006 nat44_interface_add_del_feature_reply | definition changed
5007 nat44_interface_add_del_output_feature | definition changed
5008 nat44_interface_add_del_output_feature_reply | definition changed
5009 nat44_interface_addr_details | definition changed
5010 nat44_interface_addr_dump | definition changed
5011 nat44_interface_details | definition changed
5012 nat44_interface_dump | definition changed
5013 nat44_interface_output_feature_details | definition changed
5014 nat44_interface_output_feature_dump | definition changed
5015 nat44_lb_static_mapping_details | definition changed
5016 nat44_lb_static_mapping_dump | definition changed
5017 nat44_static_mapping_details | definition changed
5018 nat44_static_mapping_dump | definition changed
5019 nat44_user_details | definition changed
5020 nat44_user_dump | definition changed
5021 nat44_user_session_details | definition changed
5022 nat44_user_session_dump | definition changed
5023 nat64_add_del_interface_addr | definition changed
5024 nat64_add_del_interface_addr_reply | definition changed
5025 nat64_add_del_interface | definition changed
5026 nat64_add_del_interface_reply | definition changed
5027 nat64_add_del_pool_addr_range | definition changed
5028 nat64_add_del_pool_addr_range_reply | definition changed
5029 nat64_add_del_prefix | definition changed
5030 nat64_add_del_prefix_reply | definition changed
5031 nat64_add_del_static_bib | definition changed
5032 nat64_add_del_static_bib_reply | definition changed
5033 nat64_bib_details | definition changed
5034 nat64_bib_dump | definition changed
5035 nat64_get_timeouts | definition changed
5036 nat64_get_timeouts_reply | definition changed
5037 nat64_interface_details | definition changed
5038 nat64_interface_dump | definition changed
5039 nat64_pool_addr_details | definition changed
5040 nat64_pool_addr_dump | definition changed
5041 nat64_prefix_details | definition changed
5042 nat64_prefix_dump | definition changed
5043 nat64_set_timeouts | definition changed
5044 nat64_set_timeouts_reply | definition changed
5045 nat64_st_details | definition changed
5046 nat64_st_dump | definition changed
5047 nat66_add_del_interface | definition changed
5048 nat66_add_del_static_mapping | definition changed
5049 nat66_interface_details | only in image
5050 nat66_interface_dump | only in image
5051 nat66_static_mapping_details | only in image
5052 nat66_static_mapping_dump | only in image
5053 nat_control_ping | definition changed
5054 nat_control_ping_reply | definition changed
5055 nat_det_add_del_map | definition changed
5056 nat_det_add_del_map_reply | definition changed
5057 nat_det_close_session_in | definition changed
5058 nat_det_close_session_in_reply | definition changed
5059 nat_det_close_session_out | definition changed
5060 nat_det_close_session_out_reply | definition changed
5061 nat_det_forward | definition changed
5062 nat_det_forward_reply | definition changed
5063 nat_det_get_timeouts | definition changed
5064 nat_det_get_timeouts_reply | definition changed
5065 nat_det_map_details | definition changed
5066 nat_det_map_dump | definition changed
5067 nat_det_reverse | definition changed
5068 nat_det_reverse_reply | definition changed
5069 nat_det_session_details | definition changed
5070 nat_det_session_dump | definition changed
5071 nat_det_set_timeouts | definition changed
5072 nat_det_set_timeouts_reply | definition changed
5073 nat_get_reass | definition changed
5074 nat_get_reass_reply | definition changed
5075 nat_ipfix_enable_disable | definition changed
5076 nat_ipfix_enable_disable_reply | definition changed
5077 nat_reass_details | definition changed
5078 nat_reass_dump | definition changed
5079 nat_set_reass | definition changed
5080 nat_set_reass_reply | definition changed
5081 nat_set_workers | definition changed
5082 nat_set_workers_reply | definition changed
5083 nat_show_config | definition changed
5084 nat_show_config_reply | definition changed
5085 nat_worker_details | definition changed
5086 nat_worker_dump | definition changed
5087 netmap_create | definition changed
5088 netmap_create_reply | definition changed
5089 netmap_delete | definition changed
5090 netmap_delete_reply | definition changed
5091 oam_add_del | definition changed
5092 oam_add_del_reply | definition changed
5093 oam_event | definition changed
5094 one_add_del_adjacency | definition changed
5095 one_add_del_adjacency_reply | definition changed
5096 one_add_del_l2_arp_entry | definition changed
5097 one_add_del_l2_arp_entry_reply | definition changed
5098 one_add_del_local_eid | definition changed
5099 one_add_del_local_eid_reply | definition changed
5100 one_add_del_locator | definition changed
5101 one_add_del_locator_reply | definition changed
5102 one_add_del_locator_set | definition changed
5103 one_add_del_locator_set_reply | definition changed
5104 one_add_del_map_request_itr_rlocs | definition changed
5105 one_add_del_map_request_itr_rlocs_reply | definition changed
5106 one_add_del_map_resolver | definition changed
5107 one_add_del_map_resolver_reply | definition changed
5108 one_add_del_map_server | definition changed
5109 one_add_del_map_server_reply | definition changed
5110 one_add_del_ndp_entry | definition changed
5111 one_add_del_ndp_entry_reply | definition changed
5112 one_add_del_remote_mapping | definition changed
5113 one_add_del_remote_mapping_reply | definition changed
5114 one_adjacencies_get | definition changed
5115 one_adjacencies_get_reply | definition changed
5116 one_eid_table_add_del_map | definition changed
5117 one_eid_table_add_del_map_reply | definition changed
5118 one_eid_table_details | definition changed
5119 one_eid_table_dump | definition changed
5120 one_eid_table_map_details | definition changed
5121 one_eid_table_map_dump | definition changed
5122 one_eid_table_vni_details | definition changed
5123 one_eid_table_vni_dump | definition changed
5124 one_enable_disable | definition changed
5125 one_enable_disable_petr_mode | definition changed
5126 one_enable_disable_petr_mode_reply | definition changed
5127 one_enable_disable_pitr_mode | definition changed
5128 one_enable_disable_pitr_mode_reply | definition changed
5129 one_enable_disable_reply | definition changed
5130 one_enable_disable_xtr_mode | definition changed
5131 one_enable_disable_xtr_mode_reply | definition changed
5132 one_get_map_request_itr_rlocs | definition changed
5133 one_get_map_request_itr_rlocs_reply | definition changed
5134 one_get_transport_protocol | definition changed
5135 one_get_transport_protocol_reply | definition changed
5136 one_l2_arp_bd_get | definition changed
5137 one_l2_arp_bd_get_reply | definition changed
5138 one_l2_arp_entries_get | definition changed
5139 one_l2_arp_entries_get_reply | definition changed
5140 one_locator_details | definition changed
5141 one_locator_dump | definition changed
5142 one_locator_set_details | definition changed
5143 one_locator_set_dump | definition changed
5144 one_map_register_enable_disable | definition changed
5145 one_map_register_enable_disable_reply | definition changed
5146 one_map_register_fallback_threshold | definition changed
5147 one_map_register_fallback_threshold_reply | definition changed
5148 one_map_register_set_ttl | definition changed
5149 one_map_register_set_ttl_reply | definition changed
5150 one_map_request_mode | definition changed
5151 one_map_request_mode_reply | definition changed
5152 one_map_resolver_details | definition changed
5153 one_map_resolver_dump | definition changed
5154 one_map_server_details | definition changed
5155 one_map_server_dump | definition changed
5156 one_ndp_bd_get | definition changed
5157 one_ndp_bd_get_reply | definition changed
5158 one_ndp_entries_get | definition changed
5159 one_ndp_entries_get_reply | definition changed
5160 one_nsh_set_locator_set | definition changed
5161 one_nsh_set_locator_set_reply | definition changed
5162 one_pitr_set_locator_set | definition changed
5163 one_pitr_set_locator_set_reply | definition changed
5164 one_rloc_probe_enable_disable | definition changed
5165 one_rloc_probe_enable_disable_reply | definition changed
5166 one_set_transport_protocol | definition changed
5167 one_set_transport_protocol_reply | definition changed
5168 one_show_petr_mode | definition changed
5169 one_show_petr_mode_reply | definition changed
5170 one_show_pitr_mode | definition changed
5171 one_show_pitr_mode_reply | definition changed
5172 one_show_xtr_mode | definition changed
5173 one_show_xtr_mode_reply | definition changed
5174 one_stats_details | definition changed
5175 one_stats_dump | definition changed
5176 one_stats_enable_disable | definition changed
5177 one_stats_enable_disable_reply | definition changed
5178 one_stats_flush | definition changed
5179 one_stats_flush_reply | definition changed
5180 one_use_petr | definition changed
5181 one_use_petr_reply | definition changed
5182 output_acl_set_interface | definition changed
5183 p2p_ethernet_add | definition changed
5184 p2p_ethernet_add_reply | definition changed
5185 p2p_ethernet_del | definition changed
5186 p2p_ethernet_del_reply | definition changed
5187 pg_capture | definition changed
5188 pg_capture_reply | definition changed
5189 pg_create_interface | definition changed
5190 pg_create_interface_reply | definition changed
5191 pg_enable_disable | definition changed
5192 pg_enable_disable_reply | definition changed
5193 policer_add_del | definition changed
5194 policer_add_del_reply | definition changed
5195 policer_classify_details | definition changed
5196 policer_classify_dump | definition changed
5197 policer_classify_set_interface | definition changed
5198 policer_classify_set_interface_reply | definition changed
5199 policer_details | definition changed
5200 policer_dump | definition changed
5201 pot_profile_activate | definition changed
5202 pot_profile_activate_reply | definition changed
5203 pot_profile_add | definition changed
5204 pot_profile_add_reply | definition changed
5205 pot_profile_del | definition changed
5206 pot_profile_del_reply | definition changed
5207 pot_profile_show_config_details | definition changed
5208 pot_profile_show_config_dump | definition changed
5209 pppoe_add_del_session | definition changed
5210 pppoe_add_del_session_reply | definition changed
5211 pppoe_session_details | definition changed
5212 pppoe_session_dump | definition changed
5213 proxy_arp_add_del | definition changed
5214 proxy_arp_add_del_reply | definition changed
5215 proxy_arp_intfc_enable_disable | definition changed
5216 proxy_arp_intfc_enable_disable_reply | definition changed
5217 punt | definition changed
5218 punt_reply | definition changed
5219 punt_socket_deregister | definition changed
5220 punt_socket_deregister_reply | definition changed
5221 punt_socket_register | definition changed
5222 punt_socket_register_reply | definition changed
5223 qos_egress_map_delete | definition changed
5224 qos_egress_map_update | definition changed
5225 qos_mark_enable_disable | definition changed
5226 qos_record_enable_disable | definition changed
5227 reset_fib | definition changed
5228 reset_fib_reply | definition changed
5229 reset_session | definition changed
5230 reset_session_reply | definition changed
5231 rpc_call | definition changed
5232 rpc_call_reply | definition changed
5233 rx_thread_exit | definition changed
5234 sctp_add_src_dst_connection | definition changed
5235 sctp_config | definition changed
5236 sctp_del_src_dst_connection | definition changed
5237 session_enable_disable | definition changed
5238 session_enable_disable_reply | definition changed
5239 session_rule_add_del | definition changed
5240 session_rule_add_del_reply | definition changed
5241 session_rules_details | definition changed
5242 session_rules_dump | definition changed
5243 set_arp_neighbor_limit | definition changed
5244 set_arp_neighbor_limit_reply | definition changed
5245 set_ip_flow_hash | definition changed
5246 set_ip_flow_hash_reply | definition changed
5247 set_ipfix_classify_stream | definition changed
5248 set_ipfix_classify_stream_reply | definition changed
5249 set_ipfix_exporter | definition changed
5250 set_ipfix_exporter_reply | definition changed
5251 show_lisp_map_register_state | definition changed
5252 show_lisp_map_register_state_reply | definition changed
5253 show_lisp_map_request_mode | definition changed
5254 show_lisp_map_request_mode_reply | definition changed
5255 show_lisp_pitr | definition changed
5256 show_lisp_pitr_reply | definition changed
5257 show_lisp_rloc_probe_state | definition changed
5258 show_lisp_rloc_probe_state_reply | definition changed
5259 show_lisp_status | definition changed
5260 show_lisp_status_reply | definition changed
5261 show_lisp_use_petr | definition changed
5262 show_lisp_use_petr_reply | definition changed
5263 show_one_map_register_fallback_threshold | definition changed
5264 show_one_map_register_fallback_threshold_reply | definition changed
5265 show_one_map_register_state | definition changed
5266 show_one_map_register_state_reply | definition changed
5267 show_one_map_register_ttl | definition changed
5268 show_one_map_register_ttl_reply | definition changed
5269 show_one_map_request_mode | definition changed
5270 show_one_map_request_mode_reply | definition changed
5271 show_one_nsh_mapping | definition changed
5272 show_one_nsh_mapping_reply | definition changed
5273 show_one_pitr | definition changed
5274 show_one_pitr_reply | definition changed
5275 show_one_rloc_probe_state | definition changed
5276 show_one_rloc_probe_state_reply | definition changed
5277 show_one_stats_enable_disable | definition changed
5278 show_one_stats_enable_disable_reply | definition changed
5279 show_one_status | definition changed
5280 show_one_status_reply | definition changed
5281 show_one_use_petr | definition changed
5282 show_one_use_petr_reply | definition changed
5283 show_version | definition changed
5284 show_version_reply | definition changed
5285 sock_init_shm | definition changed
5286 sockclnt_create | definition changed
5287 sockclnt_create_reply | definition changed
5288 sockclnt_delete | definition changed
5289 sockclnt_delete_reply | definition changed
5290 sr_localsid_add_del | definition changed
5291 sr_localsid_add_del_reply | definition changed
5292 sr_localsids_details | definition changed
5293 sr_localsids_dump | definition changed
5294 sr_mpls_policy_add | definition changed
5295 sr_mpls_policy_add_reply | definition changed
5296 sr_mpls_policy_assign_endpoint_color | definition changed
5297 sr_mpls_policy_assign_endpoint_color_reply | definition changed
5298 sr_mpls_policy_del | definition changed
5299 sr_mpls_policy_del_reply | definition changed
5300 sr_mpls_policy_mod | definition changed
5301 sr_mpls_policy_mod_reply | definition changed
5302 sr_mpls_steering_add_del | definition changed
5303 sr_mpls_steering_add_del_reply | definition changed
5304 sr_policy_add | definition changed
5305 sr_policy_add_reply | definition changed
5306 sr_policy_del | definition changed
5307 sr_policy_del_reply | definition changed
5308 sr_policy_mod | definition changed
5309 sr_policy_mod_reply | definition changed
5310 sr_set_encap_source | definition changed
5311 sr_set_encap_source_reply | definition changed
5312 sr_steering_add_del | definition changed
5313 sr_steering_add_del_reply | definition changed
5314 stats_get_poller_delay | definition changed
5315 stn_add_del_rule | definition changed
5316 stn_add_del_rule_reply | definition changed
5317 stn_rule_details | only in file
5318 stn_rules_details | only in image
5319 stn_rules_dump | definition changed
5320 sw_if_l2tpv3_tunnel_details | definition changed
5321 sw_if_l2tpv3_tunnel_dump | definition changed
5322 sw_interface_add_del_address | definition changed
5323 sw_interface_add_del_address_reply | definition changed
5324 sw_interface_bond_details | only in image
5325 sw_interface_bond_dump | only in image
5326 sw_interface_clear_stats | definition changed
5327 sw_interface_clear_stats_reply | definition changed
5328 sw_interface_details | definition changed
5329 sw_interface_dump | definition changed
5330 sw_interface_event | definition changed
5331 sw_interface_get_mac_address | definition changed
5332 sw_interface_get_table | definition changed
5333 sw_interface_get_table_reply | definition changed
5334 sw_interface_ip6_enable_disable | definition changed
5335 sw_interface_ip6_enable_disable_reply | definition changed
5336 sw_interface_ip6_set_link_local_address | definition changed
5337 sw_interface_ip6_set_link_local_address_reply | definition changed
5338 sw_interface_ip6nd_ra_config | definition changed
5339 sw_interface_ip6nd_ra_config_reply | definition changed
5340 sw_interface_ip6nd_ra_prefix | definition changed
5341 sw_interface_ip6nd_ra_prefix_reply | definition changed
5342 sw_interface_lacp_details | only in image
5343 sw_interface_lacp_dump | only in image
5344 sw_interface_set_dpdk_hqos_pipe | definition changed
5345 sw_interface_set_dpdk_hqos_pipe_reply | definition changed
5346 sw_interface_set_dpdk_hqos_subport | definition changed
5347 sw_interface_set_dpdk_hqos_subport_reply | definition changed
5348 sw_interface_set_dpdk_hqos_tctbl | definition changed
5349 sw_interface_set_dpdk_hqos_tctbl_reply | definition changed
5350 sw_interface_set_flags | definition changed
5351 sw_interface_set_flags_reply | definition changed
5352 sw_interface_set_geneve_bypass | definition changed
5353 sw_interface_set_geneve_bypass_reply | definition changed
5354 sw_interface_set_gtpu_bypass | definition changed
5355 sw_interface_set_gtpu_bypass_reply | definition changed
5356 sw_interface_set_l2_bridge | definition changed
5357 sw_interface_set_l2_bridge_reply | definition changed
5358 sw_interface_set_l2_xconnect | definition changed
5359 sw_interface_set_l2_xconnect_reply | definition changed
5360 sw_interface_set_lldp | definition changed
5361 sw_interface_set_lldp_reply | definition changed
5362 sw_interface_set_mac_address | definition changed
5363 sw_interface_set_mac_address_reply | definition changed
5364 sw_interface_set_mpls_enable | definition changed
5365 sw_interface_set_mpls_enable_reply | definition changed
5366 sw_interface_set_mtu | definition changed
5367 sw_interface_set_mtu_reply | definition changed
5368 sw_interface_set_rx_mode | definition changed
5369 sw_interface_set_rx_mode_reply | definition changed
5370 sw_interface_set_table | definition changed
5371 sw_interface_set_table_reply | definition changed
5372 sw_interface_set_unnumbered | definition changed
5373 sw_interface_set_unnumbered_reply | definition changed
5374 sw_interface_set_vpath | definition changed
5375 sw_interface_set_vpath_reply | definition changed
5376 sw_interface_set_vxlan_bypass | definition changed
5377 sw_interface_set_vxlan_bypass_reply | definition changed
5378 sw_interface_set_vxlan_gpe_bypass | definition changed
5379 sw_interface_set_vxlan_gpe_bypass_reply | definition changed
5380 sw_interface_slave_details | only in image
5381 sw_interface_slave_dump | only in image
5382 sw_interface_span_details | definition changed
5383 sw_interface_span_dump | definition changed
5384 sw_interface_span_enable_disable | definition changed
5385 sw_interface_span_enable_disable_reply | definition changed
5386 sw_interface_tag_add_del | definition changed
5387 sw_interface_tag_add_del_reply | definition changed
5388 sw_interface_tap_details | definition changed
5389 sw_interface_tap_dump | definition changed
5390 sw_interface_tap_v2_details | definition changed
5391 sw_interface_tap_v2_dump | definition changed
5392 sw_interface_vhost_user_details | definition changed
5393 sw_interface_vhost_user_dump | definition changed
5394 tap_connect | definition changed
5395 tap_connect_reply | definition changed
5396 tap_create_v2 | definition changed
5397 tap_create_v2_reply | definition changed
5398 tap_delete | definition changed
5399 tap_delete_reply | definition changed
5400 tap_delete_v2 | definition changed
5401 tap_delete_v2_reply | definition changed
5402 tap_modify | definition changed
5403 tap_modify_reply | definition changed
5404 tcp_configure_src_addresses | definition changed
5405 tcp_configure_src_addresses_reply | definition changed
5406 trace_plugin_msg_ids | definition changed
5407 trace_profile_add | definition changed
5408 trace_profile_add_reply | definition changed
5409 trace_profile_del | definition changed
5410 trace_profile_del_reply | definition changed
5411 trace_profile_show_config | definition changed
5412 trace_profile_show_config_reply | definition changed
5413 udp_encap_add_del | definition changed
5414 udp_encap_add_del_reply | definition changed
5415 udp_encap_details | definition changed
5416 udp_encap_dump | definition changed
5417 udp_ping_add_del | definition changed
5418 udp_ping_add_del_reply | only in image
5419 udp_ping_add_del_req | only in file
5420 udp_ping_export | definition changed
5421 udp_ping_export_reply | only in image
5422 udp_ping_export_req | only in file
5423 unbind_sock | definition changed
5424 unbind_sock_reply | definition changed
5425 unbind_uri | definition changed
5426 unbind_uri_reply | definition changed
5427 unmap_segment | definition changed
5428 vnet_get_summary_stats | definition changed
5429 vnet_get_summary_stats_reply | definition changed
5430 vnet_interface_combined_counters | definition changed
5431 vnet_interface_simple_counters | definition changed
5432 vnet_ip4_fib_counters | definition changed
5433 vnet_ip4_mfib_counters | definition changed
5434 vnet_ip4_nbr_counters | definition changed
5435 vnet_ip6_fib_counters | definition changed
5436 vnet_ip6_mfib_counters | definition changed
5437 vnet_ip6_nbr_counters | definition changed
5438 vnet_per_interface_combined_counters | definition changed
5439 vnet_per_interface_simple_counters | definition changed
5440 vnet_udp_encap_counters | only in image
5441 vxlan_add_del_tunnel | definition changed
5442 vxlan_add_del_tunnel_reply | definition changed
5443 vxlan_gpe_add_del_tunnel | definition changed
5444 vxlan_gpe_add_del_tunnel_reply | definition changed
5445 vxlan_gpe_ioam_disable | definition changed
5446 vxlan_gpe_ioam_disable_reply | definition changed
5447 vxlan_gpe_ioam_enable | definition changed
5448 vxlan_gpe_ioam_enable_reply | definition changed
5449 vxlan_gpe_ioam_export_enable_disable | definition changed
5450 vxlan_gpe_ioam_export_enable_disable_reply | definition changed
5451 vxlan_gpe_ioam_transit_disable | definition changed
5452 vxlan_gpe_ioam_transit_disable_reply | definition changed
5453 vxlan_gpe_ioam_transit_enable | definition changed
5454 vxlan_gpe_ioam_transit_enable_reply | definition changed
5455 vxlan_gpe_ioam_vni_disable | definition changed
5456 vxlan_gpe_ioam_vni_disable_reply | definition changed
5457 vxlan_gpe_ioam_vni_enable | definition changed
5458 vxlan_gpe_ioam_vni_enable_reply | definition changed
5459 vxlan_gpe_tunnel_details | definition changed
5460 vxlan_gpe_tunnel_dump | definition changed
5461 vxlan_tunnel_details | definition changed
5462 vxlan_tunnel_dump | definition changed
5463 want_bfd_events | definition changed
5464 want_bfd_events_reply | definition changed
5465 want_igmp_events | definition changed
5466 want_interface_combined_stats | definition changed
5467 want_interface_combined_stats_reply | definition changed
5468 want_interface_events | definition changed
5469 want_interface_events_reply | definition changed
5470 want_interface_simple_stats | definition changed
5471 want_interface_simple_stats_reply | definition changed
5472 want_ip4_arp_events | definition changed
5473 want_ip4_arp_events_reply | definition changed
5474 want_ip4_fib_stats | definition changed
5475 want_ip4_fib_stats_reply | definition changed
5476 want_ip4_mfib_stats | definition changed
5477 want_ip4_mfib_stats_reply | definition changed
5478 want_ip4_nbr_stats | definition changed
5479 want_ip4_nbr_stats_reply | definition changed
5480 want_ip6_fib_stats | definition changed
5481 want_ip6_fib_stats_reply | definition changed
5482 want_ip6_mfib_stats | definition changed
5483 want_ip6_mfib_stats_reply | definition changed
5484 want_ip6_nbr_stats | definition changed
5485 want_ip6_nbr_stats_reply | definition changed
5486 want_ip6_nd_events | definition changed
5487 want_ip6_nd_events_reply | definition changed
5488 want_ip6_ra_events | definition changed
5489 want_l2_macs_events | definition changed
5490 want_l2_macs_events_reply | definition changed
5491 want_oam_events | definition changed
5492 want_oam_events_reply | definition changed
5493 want_per_interface_combined_stats | definition changed
5494 want_per_interface_combined_stats_reply | definition changed
5495 want_per_interface_simple_stats | definition changed
5496 want_per_interface_simple_stats_reply | definition changed
5497 want_stats | definition changed
5498 want_stats_reply | definition changed
5499 want_udp_encap_stats | definition changed
5501 Found 1036 api message signature differences
5503 ### Patches that changed API definitions
5505 | @c src/vpp/stats/stats.api ||
5506 | ------- | ------- |
5507 | [43b1f44](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=43b1f44) | UDP Encap counters |
5508 | [ff92efe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=ff92efe) | stats: allow configuring poller delay |
5509 | [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) |
5510 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5511 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5512 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5514 | @c src/vpp/oam/oam.api ||
5515 | ------- | ------- |
5516 | [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) |
5517 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5518 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5519 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5521 | @c src/vpp/api/vpe.api ||
5522 | ------- | ------- |
5523 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5525 | @c src/vnet/interface.api ||
5526 | ------- | ------- |
5527 | [0cae3f7](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=0cae3f7) | Detailed Interface stats API takes sw_if_index |
5528 | [6f4a6be](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=6f4a6be) | Interface Unicast, Multicast and Broadcast stats on the API |
5529 | [c037423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c037423) | IPv6 ND Router discovery control plane (VPP-1095) |
5530 | [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) |
5531 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5532 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5533 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5535 | @c src/vnet/unix/tap.api ||
5536 | ------- | ------- |
5537 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5539 | @c src/vnet/qos/qos.api ||
5540 | ------- | ------- |
5541 | [039cbfe](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=039cbfe) | QoS recording and marking |
5543 | @c src/vnet/policer/policer.api ||
5544 | ------- | ------- |
5545 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5547 | @c src/vnet/mpls/mpls.api ||
5548 | ------- | ------- |
5549 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
5550 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5552 | @c src/vnet/span/span.api ||
5553 | ------- | ------- |
5554 | [179ab36](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=179ab36) | SPAN: Add "is_l2" flag to DETAILS response messages. |
5555 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5557 | @c src/vnet/vxlan-gpe/vxlan_gpe.api ||
5558 | ------- | ------- |
5559 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5561 | @c src/vnet/l2tp/l2tp.api ||
5562 | ------- | ------- |
5563 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5565 | @c src/vnet/lldp/lldp.api ||
5566 | ------- | ------- |
5567 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5569 | @c src/vnet/srmpls/sr_mpls.api ||
5570 | ------- | ------- |
5571 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5573 | @c src/vnet/cop/cop.api ||
5574 | ------- | ------- |
5575 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5577 | @c src/vnet/feature/feature.api ||
5578 | ------- | ------- |
5579 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5581 | @c src/vnet/ipsec-gre/ipsec_gre.api ||
5582 | ------- | ------- |
5583 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5585 | @c src/vnet/geneve/geneve.api ||
5586 | ------- | ------- |
5587 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5589 | @c src/vnet/lisp-gpe/lisp_gpe.api ||
5590 | ------- | ------- |
5591 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5593 | @c src/vnet/map/map.api ||
5594 | ------- | ------- |
5595 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5596 | [e31d956](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e31d956) | MAP: Add RFC6052 mapping to MAP-T |
5598 | @c src/vnet/lisp-cp/lisp.api ||
5599 | ------- | ------- |
5600 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5602 | @c src/vnet/lisp-cp/one.api ||
5603 | ------- | ------- |
5604 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5606 | @c src/vnet/tcp/tcp.api ||
5607 | ------- | ------- |
5608 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5610 | @c src/vnet/dhcp/dhcp.api ||
5611 | ------- | ------- |
5612 | [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) |
5613 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5614 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5615 | [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. |
5616 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5618 | @c src/vnet/gre/gre.api ||
5619 | ------- | ------- |
5620 | [a43ccae](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=a43ccae) | Optimize GRE Tunnel and add support for ERSPAN encap |
5621 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5623 | @c src/vnet/flow/flow.api ||
5624 | ------- | ------- |
5625 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5627 | @c src/vnet/devices/virtio/vhost_user.api ||
5628 | ------- | ------- |
5629 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5631 | @c src/vnet/devices/af_packet/af_packet.api ||
5632 | ------- | ------- |
5633 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5635 | @c src/vnet/devices/tap/tapv2.api ||
5636 | ------- | ------- |
5637 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5638 | [7866c45](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7866c45) | tapv2: add option to set host-side default gw |
5640 | @c src/vnet/devices/netmap/netmap.api ||
5641 | ------- | ------- |
5642 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5644 | @c src/vnet/dns/dns.api ||
5645 | ------- | ------- |
5646 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5648 | @c src/vnet/bonding/bond.api ||
5649 | ------- | ------- |
5650 | [9cd2d7a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9cd2d7a) | bond: Add bonding driver and LACP protocol |
5652 | @c src/vnet/session/session.api ||
5653 | ------- | ------- |
5654 | [8f89dd0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8f89dd0) | tls: enforce certificate verification |
5655 | [371ca50](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=371ca50) | session: first approximation implementation of tls |
5656 | [f8f516a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f8f516a) | session: support local sessions and deprecate redirects |
5657 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5659 | @c src/vnet/ethernet/p2p_ethernet.api ||
5660 | ------- | ------- |
5661 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5663 | @c src/vnet/ip/rd_cp.api ||
5664 | ------- | ------- |
5665 | [c037423](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c037423) | IPv6 ND Router discovery control plane (VPP-1095) |
5667 | @c src/vnet/ip/punt.api ||
5668 | ------- | ------- |
5669 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5671 | @c src/vnet/ip/ip.api ||
5672 | ------- | ------- |
5673 | [4c53313](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4c53313) | reassembly: feature/concurrency |
5674 | [4b9669d](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=4b9669d) | IPv6 ND Router discovery data plane (VPP-1095) |
5675 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
5676 | [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) |
5677 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5678 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5679 | [75e7d13](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=75e7d13) | IPv4/6 reassembly |
5680 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5681 | [f068c3e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f068c3e) | DVR: run L3 output features |
5683 | @c src/vnet/classify/classify.api ||
5684 | ------- | ------- |
5685 | [815d7d5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=815d7d5) | classifier-based ACL: refactor + add output ACL |
5686 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5688 | @c src/vnet/ipip/ipip.api ||
5689 | ------- | ------- |
5690 | [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. |
5692 | @c src/vnet/udp/udp.api ||
5693 | ------- | ------- |
5694 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5696 | @c src/vnet/bfd/bfd.api ||
5697 | ------- | ------- |
5698 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5700 | @c src/vnet/srv6/sr.api ||
5701 | ------- | ------- |
5702 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5704 | @c src/vnet/ipsec/ipsec.api ||
5705 | ------- | ------- |
5706 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5708 | @c src/vnet/bier/bier.api ||
5709 | ------- | ------- |
5710 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
5711 | [f051072](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f051072) | BIER: fix support for longer bit-string lengths |
5712 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5714 | @c src/vnet/sctp/sctp.api ||
5715 | ------- | ------- |
5716 | [c7fe4f3](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c7fe4f3) | SCTP: API to configure some tunables |
5717 | [465c087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=465c087) | SCTP: API to delete a sub-connection |
5718 | [3c6a976](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=3c6a976) | SCTP: API to add a sub-connection |
5720 | @c src/vnet/l2/l2.api ||
5721 | ------- | ------- |
5722 | [e23c99e](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e23c99e) | Improve l2_macs_events API to provide MAC move information |
5723 | [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) |
5724 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5725 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5726 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5728 | @c src/vnet/vxlan/vxlan.api ||
5729 | ------- | ------- |
5730 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
5731 | [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. |
5732 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5734 | @c src/vnet/fib/fib_types.api ||
5735 | ------- | ------- |
5736 | [2303cb1](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2303cb1) | FIB Interpose Source |
5737 | [8145842](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=8145842) | Common form of fib-path reproting in dumps |
5738 | [31ed744](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=31ed744) | MPLS Unifom mode |
5739 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5741 | @c src/vnet/pg/pg.api ||
5742 | ------- | ------- |
5743 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5745 | @c src/examples/sample-plugin/sample/sample.api ||
5746 | ------- | ------- |
5747 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5749 | @c src/plugins/lb/lb.api ||
5750 | ------- | ------- |
5751 | [647f609](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=647f609) | Add L3DSR feature in LB plugin |
5752 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5754 | @c src/plugins/gtpu/gtpu.api ||
5755 | ------- | ------- |
5756 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5758 | @c src/plugins/kubeproxy/kp.api ||
5759 | ------- | ------- |
5760 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5762 | @c src/plugins/pppoe/pppoe.api ||
5763 | ------- | ------- |
5764 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5766 | @c src/plugins/nat/nat.api ||
5767 | ------- | ------- |
5768 | [f2a23cc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f2a23cc) | NAT66 1:1 mapping (VPP-1108) |
5769 | [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) |
5770 | [bc39e34](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc39e34) | NAT: add missing CLI and API documentation (VPP-1142) |
5771 | [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) |
5772 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5773 | [e82488f](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=e82488f) | NAT44: asymmetrical static mapping rule (VPP-1135) |
5774 | [240b5ef](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=240b5ef) | NAT44: asymmetrical load balancing static mapping rule (VPP-1132) |
5775 | [c5c6a33](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c5c6a33) | Add basic support for DS-Lite CE (VPP-1059) |
5777 | @c src/plugins/l2e/l2e.api ||
5778 | ------- | ------- |
5779 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5781 | @c src/plugins/ioam/lib-pot/pot.api ||
5782 | ------- | ------- |
5783 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5785 | @c src/plugins/ioam/ip6/ioam_cache.api ||
5786 | ------- | ------- |
5787 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5789 | @c src/plugins/ioam/udp-ping/udp_ping.api ||
5790 | ------- | ------- |
5791 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5792 | [149a143](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=149a143) | fix udp_ping api naming error |
5794 | @c src/plugins/ioam/export/ioam_export.api ||
5795 | ------- | ------- |
5796 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5798 | @c src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.api ||
5799 | ------- | ------- |
5800 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5802 | @c src/plugins/ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api ||
5803 | ------- | ------- |
5804 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5806 | @c src/plugins/ioam/lib-trace/trace.api ||
5807 | ------- | ------- |
5808 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5810 | @c src/plugins/igmp/igmp.api ||
5811 | ------- | ------- |
5812 | [7b867a8](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=7b867a8) | IGMP plugin |
5814 | @c src/plugins/memif/memif.api ||
5815 | ------- | ------- |
5816 | [30349b0](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=30349b0) | memif: Add new API calls to manage memif socket names. |
5817 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5819 | @c src/plugins/lacp/lacp.api ||
5820 | ------- | ------- |
5821 | [9cd2d7a](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9cd2d7a) | bond: Add bonding driver and LACP protocol |
5823 | @c src/plugins/acl/acl.api ||
5824 | ------- | ------- |
5825 | [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) |
5826 | [c43b3f9](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=c43b3f9) | acl-plugin: add whitelisted ethertype mode (VPP-1163) |
5827 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5829 | @c src/plugins/flowprobe/flowprobe.api ||
5830 | ------- | ------- |
5831 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5833 | @c src/plugins/dpdk/api/dpdk.api ||
5834 | ------- | ------- |
5835 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5837 | @c src/plugins/gbp/gbp.api ||
5838 | ------- | ------- |
5839 | [bc27d1b](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=bc27d1b) | GBP plugin |
5841 | @c src/plugins/stn/stn.api ||
5842 | ------- | ------- |
5843 | [62bab65](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=62bab65) | STN: Fix stn_rules_dump/details to follow API convention |
5844 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5846 | @c src/plugins/cdp/cdp.api ||
5847 | ------- | ------- |
5848 | [aaacfbc](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=aaacfbc) | Move the vnet cdp protocol implementation to a plugin |
5850 | @c src/vlibmemory/memclnt.api ||
5851 | ------- | ------- |
5852 | [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) |
5853 | [2de1f15](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=2de1f15) | Revert "API: Add service definitions for events and singleton messages." |
5854 | [f7b7fa5](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=f7b7fa5) | API: Add service definitions for events and singleton messages. |
5855 | [9d42087](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=9d42087) | VPPAPIGEN: vppapigen replacement in Python PLY. |
5856 | [90a6398](https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commit;h=90a6398) | sock api: add infra for bootstrapping shm clients |
5860 @page release_notes_18012 Release notes for VPP 18.01.2
5862 This is bug fix release.
5864 For the full list of fixed issues please refer to:
5865 - fd.io [JIRA](https://jira.fd.io)
5866 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
5869 @page release_notes_18011 Release notes for VPP 18.01.1
5871 This is bug fix release.
5873 For the full list of fixed issues please reffer to:
5874 - fd.io [JIRA](https://jira.fd.io)
5875 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
5878 @page release_notes_1801 Release notes for VPP 18.01
5880 More than 560 commits since the 17.10 release.
5885 - TCP Checksum Offload
5886 - Arm64/Arm-v8 support
5888 - bihash_vec8_8 variant
5889 - PCI rework to support VFIO
5890 - chi-squared test calculator
5895 - NAT hairpinning rework
5896 - NAT64 multi-thread
5898 - NAT64 Fragmentation
5900 - Remove old SNAT API
5907 - IPSec Openssl 1.1.0 api support
5912 - VPP stats (Broadcast & Multicast support)
5914 - VPP Object Model (VOM)
5917 - VPP TCP Stack scale / congestion improvements
5920 - Session rules table
5921 - VPP Comms Library (VCL) improvements
5933 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
5937 For the full list of fixed issues please refer to:
5938 - fd.io [JIRA](https://jira.fd.io)
5939 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1801)
5943 Message Name | Result
5944 -------------------------------------------------------------|-----------------
5945 af_packet_set_l4_cksum_offload | definition changed
5946 api_versions | definition changed
5947 app_namespace_add_del | definition changed
5948 application_attach | definition changed
5949 bier_disp_entry_add_del | definition changed
5950 bier_disp_entry_details | only in image
5951 bier_disp_entry_dump | only in image
5952 bier_disp_table_add_del | definition changed
5953 bier_disp_table_details | only in image
5954 bier_disp_table_dump | only in image
5955 bier_imp_add | definition changed
5956 bier_imp_del | definition changed
5957 bier_imp_details | only in image
5958 bier_imp_dump | only in image
5959 bier_route_add_del | definition changed
5960 bier_route_details | only in image
5961 bier_route_dump | only in image
5962 bier_table_add_del | definition changed
5963 bier_table_details | only in image
5964 bier_table_dump | only in image
5965 bind_sock_reply | definition changed
5966 connect_session_reply | definition changed
5967 connect_sock | definition changed
5968 connect_uri | definition changed
5969 dhcp_proxy_details | definition changed
5970 dhcp_proxy_set_vss | definition changed
5971 dns_enable_disable | definition changed
5972 dns_name_server_add_del | definition changed
5973 dns_resolve_ip | definition changed
5974 dns_resolve_name | definition changed
5975 dslite_add_del_pool_addr_range | definition changed
5976 dslite_set_aftr_addr | definition changed
5977 geneve_add_del_tunnel | definition changed
5978 geneve_tunnel_details | only in image
5979 geneve_tunnel_dump | only in image
5980 ip_add_del_route | definition changed
5981 ip_container_proxy_add_del | definition changed
5982 ip_mroute_add_del | definition changed
5983 ip_neighbor_details | definition changed
5984 ip_punt_police | definition changed
5985 ip_punt_redirect | definition changed
5986 ipsec_sa_details | only in image
5987 ipsec_sa_dump | only in image
5988 ipsec_sad_add_del_entry | definition changed
5989 ipsec_tunnel_if_set_key | definition changed
5990 ipsec_tunnel_if_set_sa | definition changed
5991 kp_add_del_pod | definition changed
5992 kp_add_del_vip | definition changed
5993 kp_conf | definition changed
5994 l2_emulation | definition changed
5995 l2_fib_table_details | definition changed
5996 l2fib_add_del | definition changed
5997 memclnt_keepalive | definition changed
5998 memfd_segment_create | definition changed
5999 mpls_ip_bind_unbind | definition changed
6000 mpls_route_add_del | definition changed
6001 nat44_add_del_address_range | definition changed
6002 nat44_add_del_identity_mapping | definition changed
6003 nat44_add_del_interface_addr | definition changed
6004 nat44_add_del_lb_static_mapping | definition changed
6005 nat44_add_del_static_mapping | definition changed
6006 nat44_address_details | definition changed
6007 nat44_del_session | definition changed
6008 nat44_forwarding_enable_disable | definition changed
6009 nat44_forwarding_is_enabled | definition changed
6010 nat44_identity_mapping_details | only in image
6011 nat44_identity_mapping_dump | only in image
6012 nat44_interface_addr_details | definition changed
6013 nat44_lb_static_mapping_details | definition changed
6014 nat44_static_mapping_details | definition changed
6015 nat64_add_del_interface_addr | definition changed
6016 nat_get_reass | definition changed
6017 nat_reass_details | only in image
6018 nat_reass_dump | only in image
6019 nat_set_reass | definition changed
6020 reset_vrf | definition changed
6021 session_rule_add_del | definition changed
6022 session_rules_details | only in image
6023 session_rules_dump | only in image
6024 snat_add_address_range | definition changed
6025 snat_add_del_interface_addr | definition changed
6026 snat_add_det_map | definition changed
6027 snat_add_static_mapping | definition changed
6028 snat_address_details | only in file
6029 snat_address_dump | only in file
6030 snat_control_ping | definition changed
6031 snat_det_close_session_in | definition changed
6032 snat_det_close_session_out | definition changed
6033 snat_det_forward | definition changed
6034 snat_det_get_timeouts | definition changed
6035 snat_det_map_details | only in file
6036 snat_det_map_dump | only in file
6037 snat_det_reverse | definition changed
6038 snat_det_session_details | only in file
6039 snat_det_session_dump | only in file
6040 snat_det_set_timeouts | definition changed
6041 snat_interface_add_del_feature | definition changed
6042 snat_interface_add_del_output_feature | definition changed
6043 snat_interface_addr_details | only in file
6044 snat_interface_addr_dump | only in file
6045 snat_interface_details | only in file
6046 snat_interface_dump | only in file
6047 snat_interface_output_feature_details | only in file
6048 snat_interface_output_feature_dump | only in file
6049 snat_ipfix_enable_disable | definition changed
6050 snat_set_workers | definition changed
6051 snat_show_config | definition changed
6052 snat_static_mapping_details | only in file
6053 snat_static_mapping_dump | only in file
6054 snat_user_details | only in file
6055 snat_user_dump | only in file
6056 snat_user_session_details | only in file
6057 snat_user_session_dump | only in file
6058 snat_worker_details | only in file
6059 snat_worker_dump | only in file
6060 sockclnt_create | definition changed
6061 sockclnt_delete | definition changed
6062 sr_localsids_details | only in image
6063 sr_localsids_dump | only in image
6064 sr_mpls_policy_add | definition changed
6065 sr_mpls_policy_assign_endpoint_color | definition changed
6066 sr_mpls_policy_del | definition changed
6067 sr_mpls_policy_mod | definition changed
6068 sr_mpls_steering_add_del | definition changed
6069 sr_set_encap_source | definition changed
6070 stn_add_del_rule | definition changed
6071 stn_rule_details | only in image
6072 stn_rules_dump | only in image
6073 sw_interface_set_geneve_bypass | definition changed
6074 sw_interface_set_lldp | definition changed
6075 sw_interface_set_rx_mode | definition changed
6076 sw_interface_tap_v2_details | only in image
6077 sw_interface_tap_v2_dump | only in image
6078 tap_create_v2 | definition changed
6079 tap_delete_v2 | definition changed
6080 udp_encap_add_del | definition changed
6081 udp_encap_details | only in image
6082 udp_encap_dump | only in image
6083 vnet_ip4_mfib_counters | only in image
6084 vnet_ip6_mfib_counters | only in image
6085 want_ip4_mfib_stats | definition changed
6086 want_ip6_mfib_stats | definition changed
6088 Found 142 api message signature differences
6090 ### Patches that changed API definitions
6092 ./src/examples/sample-plugin/sample/sample.api
6093 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6095 ./src/vnet/interface.api
6096 b8d4481a Break up vpe.api
6097 ad8015be devices: Add binary API for set interface <interface> rx-mode
6098 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6100 ./src/vnet/feature/feature.api
6101 b8d4481a Break up vpe.api
6103 ./src/vnet/srv6/sr.api
6104 1a5e301f SRv6 improvements to binary API
6105 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6107 ./src/vnet/bier/bier.api
6108 be302d72 BIER coverity fix in route downlaod
6109 ceb4d05b BIER disposition default route
6110 fa1da15c BIER: API documentation fixes.
6111 9128637e BIER in non-MPLS netowrks
6114 ./src/vnet/vxlan-gpe/vxlan_gpe.api
6115 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6117 ./src/vnet/unix/tap.api
6118 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6120 ./src/vnet/lldp/lldp.api
6121 9a6fcef4 LLDP: Add Management Address TLV
6122 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6124 ./src/vnet/dns/dns.api
6125 d2080159 Add reverse DNS (ip to name) resolution
6126 6545716c VPP-1027: DNS name resolver
6128 ./src/vnet/session/session.api
6129 dcf55ce2 vppcom: improve listener session handling
6130 6e8c6679 session: add app ns index to ns create api
6131 c97a7398 session: add rule tags
6132 6c36f53f session: add api to dump rules
6133 1c710451 session: rules tables
6134 ade70e45 session: return local transport endpoint in connect reply
6135 cea194d8 session: add support for application namespacing
6136 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6138 ./src/vnet/devices/af_packet/af_packet.api
6139 92b0275a af_packet: invalid TCP/UDP offload checksum on RX node recalculation
6140 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6142 ./src/vnet/devices/netmap/netmap.api
6143 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6145 ./src/vnet/devices/tap/tapv2.api
6146 73e7f427 tap_v2: include host-side parameters in the dump binary API
6147 2df39094 tapv2: multiple improvements
6148 c99b4cd1 tap_v2: move code to vnet/devices/tap
6150 ./src/vnet/devices/virtio/vhost_user.api
6151 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6153 ./src/vnet/lisp-gpe/lisp_gpe.api
6154 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6156 ./src/vnet/srmpls/sr_mpls.api
6157 42998828 SR-MPLS: binary API and automated steering
6159 ./src/vnet/l2/l2.api
6160 b8d4481a Break up vpe.api
6161 57938f63 l2fib: MAC: Fix uint64 to u8 byte array
6162 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6164 ./src/vnet/udp/udp.api
6165 810086d8 UDP Encapsulation.
6167 ./src/vnet/policer/policer.api
6168 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6170 ./src/vnet/bfd/bfd.api
6171 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6173 ./src/vnet/geneve/geneve.api
6174 556033a0 Add API versioning to GENEVE tunnel implementation.
6175 b598f1d3 Initial GENEVE TUNNEL implementation and tests.
6177 ./src/vnet/gre/gre.api
6178 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6180 ./src/vnet/map/map.api
6181 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6183 ./src/vnet/flow/flow.api
6184 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6186 ./src/vnet/pg/pg.api
6187 b8d4481a Break up vpe.api
6189 ./src/vnet/dhcp/dhcp.api
6190 70bfcaf4 Add Support of DHCP VSS Type 0 where VPN-ID is ASCII
6191 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6193 ./src/vnet/ipsec/ipsec.api
6194 ca514fda Allow IPsec interface to have SAs reset
6195 75d85609 Add API call to set keys on IPsec tunnel intf
6196 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6197 28029530 Add API support to dump IPsec SAs
6199 ./src/vnet/mpls/mpls.api
6200 c42fc05b Remove the unused 'create VRF if needed' API parameters
6201 b8d4481a Break up vpe.api
6203 d0a59722 Revert "Enforce FIB table creation before use"
6204 f9342023 Enforce FIB table creation before use
6205 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6207 ./src/vnet/ethernet/p2p_ethernet.api
6208 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6210 ./src/vnet/span/span.api
6211 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6213 ./src/vnet/lisp-cp/lisp.api
6214 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6216 ./src/vnet/lisp-cp/one.api
6217 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6219 ./src/vnet/vxlan/vxlan.api
6220 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6222 ./src/vnet/ipsec-gre/ipsec_gre.api
6223 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6225 ./src/vnet/classify/classify.api
6226 b8d4481a Break up vpe.api
6227 8527f12b add classify session action set-sr-policy-index
6228 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6230 ./src/vnet/ip/punt.api
6231 b8d4481a Break up vpe.api
6233 ./src/vnet/ip/ip.api
6234 c42fc05b Remove the unused 'create VRF if needed' API parameters
6235 b8d4481a Break up vpe.api
6236 af8dfbf6 Add sw_if_index to the ip_neighbor_details_t response.
6238 810086d8 UDP Encapsulation.
6239 595992c5 ip: add container proxy api
6240 0164a06d Remove unused 'not_last' parameter from ip_add_del_route
6241 d0a59722 Revert "Enforce FIB table creation before use"
6242 054c03ac Source Lookup progammable via API
6243 f9342023 Enforce FIB table creation before use
6244 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.
6245 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6246 6f631156 Distributed Virtual Router Support
6248 ./src/vnet/cop/cop.api
6249 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6251 ./src/vnet/l2tp/l2tp.api
6252 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6254 ./src/vpp/oam/oam.api
6255 b8d4481a Break up vpe.api
6257 ./src/vpp/stats/stats.api
6258 ff233898 Stats for Multicast FIB
6259 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6261 ./src/vpp/api/vpe.api
6262 b8d4481a Break up vpe.api
6264 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6265 b598f1d3 Initial GENEVE TUNNEL implementation and tests.
6267 ./src/plugins/ioam/udp-ping/udp_ping.api
6268 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6270 ./src/plugins/ioam/ip6/ioam_cache.api
6271 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6273 ./src/plugins/ioam/lib-pot/pot.api
6274 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6276 ./src/plugins/ioam/lib-trace/trace.api
6277 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6279 ./src/plugins/ioam/export/ioam_export.api
6280 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6282 ./src/plugins/ioam/export-vxlan-gpe/vxlan_gpe_ioam_export.api
6283 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6285 ./src/plugins/ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api
6286 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6288 ./src/plugins/pppoe/pppoe.api
6289 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6291 ./src/plugins/dpdk/api/dpdk.api
6292 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6294 ./src/plugins/acl/acl.api
6295 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6297 ./src/plugins/gtpu/gtpu.api
6298 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6300 ./src/plugins/l2e/l2e.api
6301 4ec38711 L2 emulation: remove usued ip-table-id from API
6302 55d03788 L2 Emulation
6304 ./src/plugins/flowprobe/flowprobe.api
6305 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6307 ./src/plugins/nat/nat.api
6308 7b929793 Translate matching packets using NAT (VPP-1069)
6309 b932d26e NAT: Twice NAT44 (VPP-969)
6310 ab7a805f NAT44: identity NAT (VPP-1073)
6311 c6fb36fc NAT: Remove old SNAT API (VPP-1070)
6312 0938dcf1 NAT64 to use IPv4 address from interface (VPP-1051)
6313 efcd1e9e SNAT: IP fragmentation (VPP-890)
6314 8ebe6253 NAT: DS-Lite (VPP-1040)
6315 5ba86f72 NAT: delete session API/CLI (VPP-1041)
6316 36ea2d6d One armed NAT (VPP-1035)
6317 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6319 ./src/plugins/memif/memif.api
6320 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6322 ./src/plugins/kubeproxy/kp.api
6323 c91f5024 Support kube-proxy data plane
6325 ./src/plugins/lb/lb.api
6326 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6328 ./src/plugins/stn/stn.api
6329 0906c5cf Plugin for IP-Address to Interface Punting
6331 ./src/vlibmemory/memclnt.api
6332 0d056e5e vppapigen: support per-file (major,minor,patch) version stamps
6333 59b2565c Repair vlib API socket server
6336 @page release_notes_1710 Release notes for VPP 17.10
6338 More than 400 commits since the 1707 release.
6344 - Bounded-index extensible hash bucket-level LRU cache
6345 - Templated timer wheel improvements
6348 - C/C++ language binding
6352 - VPP TCP stack scale/congestion improvements
6353 - VPP Comms Library (VCL)
6354 - Overall performance, scale and hardening
6357 - IPSec rework - utilize new FIB
6358 - VPLS and VPWS implementation
6361 - Renamed SNAT to NAT
6362 - Performance / Scale
6363 - Destination NAT44 with load-balancing
6364 - In2out translation as an output feature on the outside interface
6365 - Fullback to 3-tuple key for non TCP/UDP/ICMP sessions
6367 - Security Groups/ACLs
6368 - "Replace" semantics for adding a new MacIP acl
6369 - Test suite tests for MacIP ACLs
6372 - Map-server fallback support
6373 - Preemptive re-fetch of active mappings that are about to expire
6377 - PPPoE Control Plane packet dispatch
6378 - PPPoE decapsulation
6379 - PPPoE encapsulation
6383 For the full list of issues please refer to fd.io [JIRA](https://jira.fd.io).
6387 For the full list of fixed issues please refer to:
6388 - fd.io [JIRA](https://jira.fd.io)
6389 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1710)
6393 Message Name | Result
6394 -------------------------------------------------------------|----------------
6395 bridge_domain_add_del | definition changed
6396 bridge_domain_details | definition changed
6397 connect_session | definition changed
6398 connect_sock | definition changed
6399 connect_sock_reply | definition changed
6400 connect_uri_reply | definition changed
6401 create_vhost_user_if | definition changed
6402 dhcp_client_config | definition changed
6403 ip4_arp_event | definition changed
6404 ip6_fib_details | definition changed
6405 ip6_nd_event | definition changed
6406 ip_add_del_route | definition changed
6407 ip_fib_details | definition changed
6408 ip_table_add_del | definition changed
6409 l2_macs_event | only in image
6410 macip_acl_add_replace | definition changed
6411 macip_acl_interface_list_details | only in image
6412 macip_acl_interface_list_dump | only in image
6413 modify_vhost_user_if | definition changed
6414 mpls_fib_details | definition changed
6415 mpls_route_add_del | definition changed
6416 mpls_table_add_del | definition changed
6417 mpls_tunnel_add_del | definition changed
6418 nat44_add_del_address_range | definition changed
6419 nat44_add_del_interface_addr | definition changed
6420 nat44_add_del_lb_static_mapping | definition changed
6421 nat44_add_del_static_mapping | definition changed
6422 nat44_address_details | only in image
6423 nat44_address_dump | only in image
6424 nat44_interface_add_del_feature | definition changed
6425 nat44_interface_add_del_output_feature | definition changed
6426 nat44_interface_addr_details | only in image
6427 nat44_interface_addr_dump | only in image
6428 nat44_interface_details | only in image
6429 nat44_interface_dump | only in image
6430 nat44_interface_output_feature_details | only in image
6431 nat44_interface_output_feature_dump | only in image
6432 nat44_lb_static_mapping_details | only in image
6433 nat44_lb_static_mapping_dump | only in image
6434 nat44_static_mapping_details | only in image
6435 nat44_static_mapping_dump | only in image
6436 nat44_user_details | only in image
6437 nat44_user_dump | only in image
6438 nat44_user_session_details | only in image
6439 nat44_user_session_dump | only in image
6440 nat_control_ping | definition changed
6441 nat_det_add_del_map | definition changed
6442 nat_det_close_session_in | definition changed
6443 nat_det_close_session_out | definition changed
6444 nat_det_forward | definition changed
6445 nat_det_get_timeouts | definition changed
6446 nat_det_map_details | only in image
6447 nat_det_map_dump | only in image
6448 nat_det_reverse | definition changed
6449 nat_det_session_details | only in image
6450 nat_det_session_dump | only in image
6451 nat_det_set_timeouts | definition changed
6452 nat_ipfix_enable_disable | definition changed
6453 nat_set_workers | definition changed
6454 nat_show_config | definition changed
6455 nat_worker_details | only in image
6456 nat_worker_dump | only in image
6457 one_add_del_ndp_entry | definition changed
6458 one_enable_disable_petr_mode | definition changed
6459 one_enable_disable_pitr_mode | definition changed
6460 one_enable_disable_xtr_mode | definition changed
6461 one_get_transport_protocol | definition changed
6462 one_map_register_fallback_threshold | definition changed
6463 one_map_register_set_ttl | definition changed
6464 one_ndp_bd_get | definition changed
6465 one_ndp_entries_get | definition changed
6466 one_set_transport_protocol | definition changed
6467 one_show_petr_mode | definition changed
6468 one_show_pitr_mode | definition changed
6469 one_show_xtr_mode | definition changed
6470 p2p_ethernet_add | definition changed
6471 pppoe_add_del_session | definition changed
6472 pppoe_session_details | only in image
6473 pppoe_session_dump | only in image
6474 punt_socket_deregister | definition changed
6475 punt_socket_register | definition changed
6476 show_one_map_register_fallback_threshold | definition changed
6477 show_one_map_register_ttl | definition changed
6478 snat_interface_add_del_output_feature | definition changed
6479 snat_interface_output_feature_details | only in image
6480 snat_interface_output_feature_dump | only in image
6481 sw_interface_event | only in image
6482 sw_interface_set_flags | definition changed
6483 sw_interface_span_dump | definition changed
6484 sw_interface_span_enable_disable | definition changed
6485 sw_interface_vhost_user_details | definition changed
6486 tcp_configure_src_addresses | definition changed
6487 vnet_per_interface_combined_counters | only in image
6488 vnet_per_interface_simple_counters | only in image
6489 want_interface_combined_stats | definition changed
6490 want_interface_simple_stats | definition changed
6491 want_ip4_fib_stats | definition changed
6492 want_ip4_nbr_stats | definition changed
6493 want_ip6_fib_stats | definition changed
6494 want_ip6_nbr_stats | definition changed
6495 want_l2_macs_events | definition changed
6496 want_per_interface_combined_stats | definition changed
6497 want_per_interface_simple_stats | definition changed
6499 Found 103 api message signature differences
6501 Patches that updated the API files:
6503 ./src/plugins/pppoe/pppoe.api
6504 62f9cdd8 Add PPPoE Plugin
6506 ./src/plugins/acl/acl.api
6507 c29940c5 ACL-plugin add "replace" semantics for adding a new MacIP acl
6508 de9fbf43 MAC IP ACL interface list dump (as an alternative to the get/reply)
6510 ./src/plugins/nat/nat.api
6511 704018cf NAT: Destination NAT44 with load-balancing (VPP-954)
6512 2ba92e32 NAT: Rename snat plugin to nat (VPP-955)
6514 ./src/vnet/interface.api
6515 831fb59f Stats refactor
6516 d292ab1e No context in SW interface event
6517 a07bd708 Dedicated SW Interface Event
6519 ./src/vnet/dhcp/dhcp.api
6520 51822bf0 DHCP client option 61 "client_id"
6521 4729b1ec DHCP complete event sends mask length
6523 ./src/vnet/lldp/lldp.api
6524 99a0e60e Add API support for LLDP config/interface set
6526 ./src/vnet/lisp-cp/one.api
6527 d630713d LISP: add neighbor discovery and CP protocol separation APIs
6528 111a5cea LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modes
6529 7048ff1e LISP: Map-server fallback feature
6530 1e553a00 LISP: make TTL for map register messages configurable
6532 ./src/vnet/ethernet/p2p_ethernet.api
6533 15ac81c1 P2P Ethernet
6535 ./src/vnet/mpls/mpls.api
6536 2297af01 Add a name to the creation of an IP and MPLS table
6537 28ab9cc1 FIB table add/delete API only
6538 da78f957 L2 over MPLS
6539 a0a908f1 FIB path weight incorrect in dump (VPP-922)
6540 57b5860f FIB path preference
6542 ./src/vnet/session/session.api
6543 33e002b1 Fix session connect api message handling.
6545 ./src/vnet/span/span.api
6546 5b311202 SPAN/API:enable L2 dump
6547 001fd406 SPAN:add l2 mirror
6549 ./src/vnet/devices/virtio/vhost_user.api
6550 4ba75f54 vhost: Remove operation mode in the API
6552 ./src/vnet/vxlan-gpe/vxlan_gpe.api
6553 04ffd0ad VPP crash on creating vxlan gpe interface. VPP-875
6555 ./src/vnet/tcp/tcp.api
6556 3bbcfab1 TCP source address automation
6558 ./src/vnet/ip/ip.api
6559 2297af01 Add a name to the creation of an IP and MPLS table
6560 28ab9cc1 FIB table add/delete API only
6561 57b5860f FIB path preference
6563 ./src/vnet/lisp-gpe/lisp_gpe.api
6564 af3d9771 Remove unused retval from gpe_native_fwd_rpath type definition
6566 ./src/vnet/l2/l2.api
6567 50570ece Update of free text tag patch for BD
6568 48304141 Support for bridge domain free text tag
6569 e531f4cb Increase default MAC learn limit and check it in learn-update path
6570 8d00fff8 Add support for API client to receive L2 MAC events
6572 ./src/vpp/api/vpe.api
6573 8a19f12a Allow individual stats API and introduce stats.api
6574 4802632d Punt socket: Fix coverity error for pathname length mismatch between API and sun_path.
6575 f7a55ad7 PUNT socket: External control plane processes connected via UNIX domain sockets.
6576 75e2f2ac API:fix arp/ND event messages - remove context
6577 99a0e60e Add API support for LLDP config/interface set
6579 ./src/vpp/stats/stats.api
6580 831fb59f Stats refactor
6581 8a19f12a Allow individual stats API and introduce stats.api
6584 @page release_notes_1707 Release notes for VPP 17.07
6586 More than 400 commits since the 1704 release.
6590 - make test; improved debuggability.
6591 - TAB auto-completion on the CLI
6593 - python 3 support in test infra
6596 - Improved Linux TCP stack compatibility using IWL test suite (https://jira.fd.io/browse/VPP-720)
6597 - Improved loss recovery (RFC5681, RFC6582, RF6675)
6598 - Basic implementation of Eifel detection algorithm (RFC3522)
6599 - Basic support for buffer chains
6600 - Refactored session layer API
6601 - Overall performance, scale and hardening
6604 - memif: IP mode, jumbo frames, multi queue
6605 - virtio-user support
6606 - vhost-usr; adaptive (poll/interupt) support.
6609 - MPLS Multicast FIB
6611 - BFD FIB integration
6617 - Segement routing MPLS
6619 - IOAM configuration for SRv6 localsid
6623 - native forward static routes
6626 - ACL multi-core suuport
6629 - Add flowstartns, flowendns and tcpcontrolbits
6630 - Stateful flows and IPv6, L4 recording
6634 - VXLAN GPE support for FIB2.0 and bypass.
6639 For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io).
6643 For the full list of fixed issues please reffer to:
6644 - fd.io [JIRA](https://jira.fd.io)
6645 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1707)
6648 @page release_notes_1704 Release notes for VPP 17.04
6650 More than 500 commits since the 1701 release.
6654 - make test improvements
6655 - vnet: add device-input threadplacement infra
6656 - 64 bit per-thread counters
6657 - process restart cli
6658 - High performance timer wheels
6659 - Plugin infrastructure improvements
6660 - Support for .default_disabled, .version_required
6661 - Added MAINTAINERS file
6664 - TCP stack (experimental)
6665 - DHCPv4 / DHCPv6 relay multi-destination
6669 - Consolidated DHCPv4 and DHCPv6 implementation
6672 - DPDK 17.02 (retire support for DPDK 16.07)
6673 - Add memif - packet memory interface for intra-host communication
6674 - vhost: support interrupt mode
6675 - DPDK as plugin (retired vpp_lite)
6676 - DPDPK input optimizations
6677 - Loopback interface allocation scheme
6683 - Learning on local interfaces
6684 - Flushing of MACs from the L2 FIB
6687 - CGN (Deterministic and dynamic)
6688 - CGN configurable port allocation algorithm
6690 - Tentant VRF id for SNAT outside addresses
6691 - Session dump / User dump
6692 - Port allocation per protocol
6695 - Routed interface support
6696 - L2+L3 unified processing node
6697 - Improve fragment handling
6699 - Segement routing v6
6700 - SR policies with weighted SID lists
6702 - SR steering policies
6704 - Framework to expand local SIDs w/plugins
6708 - UDP Pinger w/path fault isolation
6709 - IOAM as type 2 metadata in NSH
6710 - IAOM raw IPFIX collector and analyzer
6711 - Anycast active server selection
6714 - IP6 HBH header and SR header co-existence
6718 - Statistics collection
6719 - Generalize encap for overlay transport (vxlan-gpe support)
6720 - Improve data plane speed
6724 - NSH added to encap/decap path
6725 - Renamed LISP GPE API to GPE
6728 - Performance improvements (quad loop)
6731 - Command line interface
6733 - Remote demand mode
6734 - SHA1 authentication
6737 - IKEv2 initiator features
6740 - unify IP4/IP6 control plane handling
6744 - Python API: To avoid conflicts between VPP API messages names and
6745 the Python API binding function names, VPP API methods are put in a
6746 separate proxy object.
6747 https://gerrit.fd.io/r/#/c/5570/
6748 The api methods are now referenced as:
6749 vpp_handle = VPP(jsonfiles)
6750 vpp_handle.connect(...)
6751 vpp = vpp_handle.api
6753 vpp_handle.disconnect()
6755 For backwards compatibility VPP API methods are left in the main
6756 name space (VPP), but will be removed from 17.07.
6758 - Python API: Change from cPython to CFFI.
6760 - create_loopback message to be replaced with create_loopback_instance
6761 create_loopback will be removed from 17.07.
6762 https://gerrit.fd.io/r/#/c/5572/
6766 For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io).
6770 For the full list of fixed issues please reffer to:
6771 - fd.io [JIRA](https://jira.fd.io)
6772 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1704)
6775 @page release_notes_17011 Release notes for VPP 17.01.1
6777 This is bug fix release.
6779 For the full list of fixed issues please reffer to:
6780 - fd.io [JIRA](https://jira.fd.io)
6781 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1701)
6784 @page release_notes_17011 Release notes for VPP 17.01.1
6786 This is bug fix release.
6788 For the full list of fixed issues please reffer to:
6789 - fd.io [JIRA](https://jira.fd.io)
6790 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1701)
6793 @page release_notes_1701 Release notes for VPP 17.01
6795 @note This release was for a while known as 16.12.
6799 - [Integrated November 2016 DPDK release](http://www.dpdk.org/doc/guides/rel_notes/release_16_11.html)
6801 - Complete rework of Forwarding Information Base (FIB)
6803 - Performance Improvements
6804 - Improvements in DPDK input and output nodes
6805 - Improvements in L2 path
6806 - Improvmeents in IPv4 lookup node
6808 - Feature Arcs Improvements
6809 - Consolidation of the code
6814 - DPDK Cryptodev Support
6815 - Software and Hardware Crypto Support
6819 - Simple Port Analyzer (SPAN)
6821 - Bidirectional Forwarding Detection
6822 - Basic implementation
6824 - IPFIX Improvements
6826 - L2 GRE over IPSec tunnels
6828 - Link Layer Discovery Protocol (LLDP)
6830 - Vhost-user Improvements
6831 - Performance Improvements
6836 - Source/Dest control plane support
6837 - L2 over LISP and GRE
6838 - Map-Register/Map-Notify/RLOC-probing support
6839 - L2 API improvements, overall code hardening
6843 - New: Flow per Packet
6848 - Doxygen Enhancements
6850 - Luajit API bindings
6854 - message signatures
6856 - Python and Scapy based unit testing infrastructure
6860 - Packet Generator improvements
6862 - TUN/TAP jumbo frames support
6864 - Other various bug fixes and improvements
6868 For the full list of issues please reffer to fd.io [JIRA](https://jira.fd.io).
6872 For the full list of fixed issues please reffer to:
6873 - fd.io [JIRA](https://jira.fd.io)
6874 - git [commit log](https://git.fd.io/vpp/log/?h=stable/1701)
6877 @page release_notes_1609 Release notes for VPP 16.09
6881 - [Integrated July 2016 DPDK release](http://www.dpdk.org/doc/guides/rel_notes/release_16_07.html)
6882 - DPDK-vhost is depreciated pending a complete rework of the original integration and
6883 addressing of rx performance deltas.
6884 - Patches required for DPDK 16.07:
6885 - Correctly setting the Packet Type in the IGB, IXGBE and i40e drivers.
6886 - Correctly setting checksum in the i40e driver.
6887 - NXP DPAA2 PMD Driver.
6888 - rte_delay (yield) functionality.
6890 - Add “in tree” plugins:
6896 - High-performance (line-rate) “neutron like” L4 port-filtering.
6898 - API refactoring - addressing some of the issues around JVPP bindings.
6899 - Accommodating plugins [(e.g. NSH_SFC)](https://wiki.fd.io/view/NSH_SFC)
6900 - Binding for [python](https://wiki.fd.io/view/VPP/Python_API)
6907 - Map-resolver failover algorithm
6909 - Support 64-bit vector lengths, huge shared-memory segments.
6911 - Dynamic IP Feature ordering
6912 - IP Features can now specify features they appear before and after
6915 - Ubuntu 14.04 LTS - Trusty Tahr
6916 - Ubuntu 16.04 LTS - Xenial Xerus
6918 - More information on [VPP wiki](https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages)
6920 - Performance, characterize and document performance for this release
6921 [(more information on CSIT page)](https://wiki.fd.io/view/CSIT)
6923 - IPv4 and IPv6 Scale - performance tests.
6924 - Bidirectional 10k/100k/1M flows.
6925 - 64B,570B, 1518B,9000B packet sizes.
6926 - IPv6 iACL - performance
6927 - DUT1 and DUT2 are configured with IPv6 routing, two static IPv6 /64 routes and IPv6 iAcl
6928 security whitelist ingress /64 filter entries applied on links.
6929 - TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per
6930 flow-group) with all packets containing Ethernet header, IPv6 header and generated payload.
6931 MAC addresses are matching MAC addresses of the TG node interfaces.
6933 - L2XC VXLANoIPv4 - performance
6934 - DUT1 and DUT2 are configured with L2 cross-connect. VXLAN tunnels are configured between
6935 L2XCs on DUT1 and DUT2.
6936 - TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per
6937 flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61
6938 and generated payload. MAC addresses are matching MAC addresses of the TG node interfaces.
6941 - Autogenerated CLI documentation.
6942 - Using doxygen to automate API/Node documentation.
6943 - [(available online)](https://docs.fd.io/vpp/16.09/)
6945 - Resolved all static analysis issues found by Coverity
6946 - Beginning of 16.09 cycle: 505 issues.
6947 - Release: 0 outstanding issues.
6952 Issues in fd.io are tracked in [JIRA](https://jira.fd.io).
6956 VPP-391 | vpp debug version assert appeared in the process of start
6957 VPP-380 | Mapping algorithm compute wrong ea-bits when IPv4 prefix 0.0.0.0/0
6958 VPP-371 | load_one_plugin:63: Loaded plugin: message from vppctl
6959 VPP-367 | vpp packages need to depend on specific versions of each other
6960 VPP-312 | IP6 FIB gets in indeterminate state by duplicating commands
6961 VPP-224 | Lookup-in-vrf can not be set correctly
6962 VPP-206 | Fix classify table delete
6963 VPP-203 | Fix binary API for reading vpp node graph
6964 VPP-147 | Inconsistent behaviour when adding L2 FIB filter entry
6965 VPP-99 | VPP doesn't discard DHCPOFFER message with wrong XID
6970 Issues in fd.io are tracked in [JIRA](https://jira.fd.io).
6974 VPP-396 | Ubuntu systems Graphviz bug
6975 VPP-390 | vpp-lib rpm fails to include *.so symlinks, causing linking problems with out of tree builds
6976 VPP-388 | IPSec output feature assumes packets have been ethernet rewritten
6977 VPP-385 | ARP for indirect adjacencies not working correctly
6978 VPP-361 | Memory leak on delete of VXLAN over IPv6 tunnel
6979 VPP-357 | VNI not set correctly when removing LISP fwd entries
6980 VPP-349 | sw_interface_vhost_user_dump not working
6981 VPP-345 | net/enic: bad L4 checksum ptype set on ICMP packets
6982 VPP-340 | MAP-T wrong destination address
6983 VPP-330 | Use fifo to store LISP pending map-requests
6984 VPP-326 | map_add_domain VAT command: unable to configure domain with mtu parameter
6985 VPP-318 | The map_add_domain VAT command accepts invalid arguments
6986 VPP-315 | Fix "show vxlan-gpe" issue
6987 VPP-310 | Mapping algorithm compute wrong ea-bits
6988 VPP-239 | LISP IP forwarding does not tag packets that hit negative mapping entries
6989 VPP-235 | Invalid help in VAT for sw_interface_set_l2_bridge
6990 VPP-228 | Mapping algorithm sends packet to wrong IPv6 address
6991 VPP-214 | vpp-api-test: api_ipsec_sad_add_del_entry: vector "ck" not initialized
6992 VPP-200 | VPP - TAP port create problem
6993 VPP-189 | Coverity Issues for 16.09
6994 VPP-184 | u16 translating to char ,not short
6995 VPP-179 | Adjacency share-count botch
6996 VPP-163 | "show ip6 interface" ignores non-global addresses
6997 VPP-155 | Netmap: Inconsistency in interface state between "show hardware" and "show interface"
6998 VPP-145 | Dynamically compute IP feature ordering based on constraints
6999 VPP-137 | VPP sends ARP with wrong requested IP
7000 VPP-118 | JVpp: 0 length arrays not handled properly in VPP responses
7001 VPP-112 | linux kernel info missing from build log
7002 VPP-110 | vxlan encap node should never touch a deleted tunnel
7003 VPP-107 | RPM build broken in master
7004 VPP-92 | segment routing is not properly filling out the segment list
7005 VPP-91 | segment routing add/del tunnel lookup doesn't work
7006 VPP-84 | af_packet throws a fatal error on EAGAIN
7007 VPP-74 | Clang compile fails due to warning in vlib/unix/cli.c
7008 VPP-64 | Top level "make pkg-deb" fails if CDPATH is set in user env.
7009 VPP-48 | Traceroute does not terminate when VPP is the target
7010 VPP-23 | CLI pager does not gracefully handle lines longer than the terminal width
7013 @page release_notes_1606 Release notes for VPP 16.06
7016 The FD.io Project, relentlessly focused on data IO speed and efficiency
7017 supporting the creation of high performance, flexible, and scalable software
7018 defined infrastructures, announces the availability of the community’s first
7019 software release (16.06).
7021 In the four months since launching, FD.io has brought together more than 75
7022 developers from 11 different companies including network operators, solution
7023 providers chip vendors, and network equipment vendors who are collaborating to
7024 enhance and innovate around the Vector Packet Processing (VPP) technology. The
7025 FD.io community has quickly formed to grow the number of projects from the
7026 initial VPP project to an additional 6 projects addressing a diverse set of
7027 requirements and usability across a variety of deployment environments.
7029 The 16.06 release brings unprecedented performance: 480Gbps/200mpps with 8
7030 million routes and 2k whitelist entries on standard high volume x86 servers.
7035 In addition to the existing full suite of vswitch/vrouter features, the new
7038 * Enhanced Switching and Routing:
7039 * IPv6 Segment Routing multicast support.
7041 * VXLAN over IPv6 underlay.
7042 * Per interface whitelists.
7043 * Shared adjacencies in FIB.
7045 * New and improved interface support:
7046 * Jumbo frame support for vhost-user.
7047 * Netmap interface support.
7048 * AF_Packet interface support.
7050 * Expanded and improved programmability:
7051 * Python API bindings.
7052 * Enhanced JVPP Java API bindings.
7055 * Expanded Hardware and Software Support:
7056 * Support for ARM 32 targets including Rasberry Pi single-board computer.
7057 * Support for DPDK 16.04.