Hi everyone, this is a split out of the last OVN Fabric integration series https://mail.openvswitch.org/pipermail/ovs-dev/2024-November/418554.html.
Contains only the refactoring and other prerequisite changes. This should already allow review of these changes while i refactor the other changes. The first 4 patches contain general refactoring of northd code. The last 2 patches contain smaller changes for existing features to allow them to be used more easily in the context of the OVN Fabric integration. Felix Huettner (6): northd: Store outport of parsed_route. northd: Split out join_logical_ports. northd: Reorder join_logical_ports. northd: Move connected routes to route engine. northd: Autodiscover centralize_routing. northd: Routing-protocol-redirect on crps. NEWS | 4 + northd/northd.c | 712 +++++++++++++++++++++++++------------------- northd/northd.h | 12 + ovn-nb.xml | 34 --- tests/multinode.at | 7 - tests/ovn-northd.at | 48 +-- tests/system-ovn.at | 152 +++++++++- 7 files changed, 569 insertions(+), 400 deletions(-) base-commit: b52ba504ed6fd7d1068c1b6194bf62e892a9aa94 prerequisite-patch-id: ccd12f913aedb666b2cebbbe2ec03efdf90aef63 -- 2.47.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
