On 6/23/26 4:04 PM, Ales Musil via dev wrote: > This series performs housekeeping around deprecated features > and feature flags, taking advantage of the 26.03 release > boundary to clean up code that is no longer needed. > > The first two patches ensure backward compatibility and > correctness as a foundation for the rest: > > - The evpn/vtep-fdb-list output is made backward compatible > so that upgrades from 26.03 work smoothly. > - CI is updated to stop testing 24.03 -> main upgrades (only > LTS-to-LTS is supported) and adds 26.03 -> main instead. > > With that groundwork in place, the remaining patches remove > and deprecate features following OVN's deprecation policy: > > - Missing feature-change checks in the I-P engine are fixed > so that flag transitions are properly propagated. > - Feature flags introduced before 24.03 are deprecated in > ovn-controller (still advertised) and removed from northd; > flags already deprecated before 26.03 are fully removed. > - The ct_lb action, deprecated since 26.03, is removed. > - The northd options "arp_ns_explicit_output" and > "register_consolidation" are removed as all controllers > from 26.03 onward support them. > > Ales Musil (6): > controller: Make sure the evpn/vtep-fdb-list is backward compatible. > ci: Stop testing upgrade from 24.03. > northd: Add missing feature change checks. > treewide: Remove and deprecate feature flags. > treewide: Remove the deprecated ct_lb action. > treewide: Remove old northd options. >
Hi Ales, Thanks for the series, looks good to me! Applied to main. I also backported "northd: Add missing feature change checks." to all stable branches down to 24.03. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
