You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Acked-by: Dumitru Ceara <dceara@redhat.com>
Signed-off-by: Ales Musil <amusil@redhat.com>
(cherry picked from commit 32ea673)
0 commit comments