Patch 1/2 fixes some already existing issues for the case when OVN dynamic routing (advertising) is enabled for distributed routers with multiple DGP ports.
Patch 2/2 improves the multinode L3 EVPN test case, checking that NAT and LB IPs are also properly advertised. V2: - Turned into a two patch series; patch 1/2 is new and fixes a bug uncovered while addressing Ales' comments on V1: https://mail.openvswitch.org/pipermail/ovs-dev/2025-November/427533.html Dumitru Ceara (2): controller: Fix handling of local/non-local routes to be advertised. multinode.at: Test OVN NAT/LB IP access with L3 EVPN. controller/lport.c | 5 ++ controller/ovn-controller.c | 14 ++++ controller/route.c | 10 +++ tests/multinode-macros.at | 30 +++++++ tests/multinode.at | 157 ++++++++++++++++++++++++++++++------ tests/system-ovn.at | 128 ++++++++++++++++++++++++++--- 6 files changed, 308 insertions(+), 36 deletions(-) -- 2.51.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
