On 8/19/26 8:39 AM, Ales Musil via dev wrote: > EVPN-learned MAC bindings are now written to the SB > MAC_Binding table and consumed through the normal lflow > pipeline at the same priority as dynamic entries. This > makes the "dynamic-routing-arp-prefer-local" Logical Switch > option obsolete: both the "true" and "false" settings > produced identical flow tables since the MAC_Binding SB > sync was introduced. > > Remove the option from: > - ovn-controller (evpn_arp priority selection logic) > - northd (NB-to-SB external_ids propagation) > - NB schema documentation (ovn-nb.xml) > - architecture documentation > - system tests (deduplicate identical flow checks) > > The EVPN ARP lookup side table (table 113) now uses > NEIGH_OF_DYNAMIC_MAC_BINDING_PRIO (100) unconditionally. > The NEIGH_OF_EVPN_MAC_BINDING_LOW_PRIO (20) and > NEIGH_OF_EVPN_MAC_BINDING_HIGH_PRIO (200) enum values > are removed. > > Assisted-by: Claude Opus 4.6, OpenCode > Signed-off-by: Ales Musil <[email protected]> > ---
Hi Ales, This looks good to me, thanks! Acked-by: Dumitru Ceara <[email protected]> Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
