-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
13
-
False
-
-
False
-
-
ovn25.09-25.09.0-beta.3.el9fdp
-
rhel-9
-
None
-
rhel-net-ovn
-
-
-
ssg_networking
-
OVN FDP Sprint 6, OVN FDP Sprint 7
-
2
In specific deployments, e.g., with BGP EVPN configured for OVN logical switches / routers (the BGP control plane is executed outside of OVN), OVN owned MAC addresses should be advertised to the fabric (EVPN).
OVN should provide a way for users to configure an OVN logical switch to install (Linux) FDB entries into the table of a Linux bridge that's used by the control plane (e.g., FRR) to advertise MAC addresses through EVPN.
Notes on potential implementation details:
- OVN already supports dynamic route redistribution - blackhole routes are injected through netlink into the VRF associated to an OVN router that has dynamic route redistribution enabled
- this mechanism could be extended to allow injecting static Linux FDB entries into such VRFs - the control plane (e.g., FRR) would then take care of advertising these mac addresses through EVPN
- a prerequisite seems to be that a loopback interface must exist (e.g., created by the CMS) and must be attached to the Linux bridge used by FRR for EVPN; static FDB records must be added using this loopback interface
E.g., simulate the effect of ovn-controller injecting an FDB entry for a MAC on VNI 20:
vni=20 podman exec $h1 bridge fdb add 00:01:84:84:84:$vni dev lo-$vni master static
- depends on
-
FDP-1385 [EVPN] Add support for remote VTEP learning for Logical Switches and Logical Routers.
-
- Verified
-
-
FDP-1416 [EVPN] Add (OVS/OVN) library support for monitoring and interacting with Linux neighbor (fdb/arp/nd) tables.
-
- Verified
-
- is depended on by
-
FDP-1542 [EVPN] Add e2e upstream OVN system tests for L2 EVPN route learning/advertising
-
- Closed
-
- links to
-
RHBA-2025:154902 ovn25.09 bug fix and enhancement update