On 2/11/25 9:35 AM, Felix Huettner via dev wrote: > Hi everyone, > > this patchset is the combination of the northd and the ovn-controller part of > the OVN Fabric integration series > https://mail.openvswitch.org/pipermail/ovs-dev/2024-November/418554.html. > > By the end of the series northd and ovn-controller in combination can announce > routes from the connected and static routes to a linux vrf. > We can also learn routes from a linux vrf and install them in the LR > routing table. > > Since v7 the main changes where: > * rework the implementation of the interface filter > * Smaller review comments > Since v6 the changes where: > * dynamic-routing-connected-as-host-routes is now part of > dynamic-routing-redistribute > * Support lrp<->lrp peers in connected-as-host routes > * Rework the interface filter > * Other review comments > > *** BLURB HERE *** > > Felix Huettner (13): > northd: Sync Advertised_Route to sb. > northd: Add filtering which routes to advertise. > northd: Handle learned routes. > northd: Remove learned routes if lrp is removed. > northd: Allow announcing individual host routes. > northd: Sync routing data to pb. > controller: Introduce route node. > controller: Support learning routes. > controller: Support learning routes per iface. > controller: Prioritize host routes. > controller: Watch for route changes. > controller: Cleanup routes on stop. > controller: Support user defined vrf names. > > Frode Nordahl (3): > ci: Manage host/system level dependencies. > controller: Introduce route-exchange-netlink. > controller: Announce routes via route-exchange. >
Many thanks to everyone who contributed to this feature (coding, testing, reviewing, discussions)! I applied this series to the main branch. I did do some very small adjustments, mostly style related, before pushing. I documented that in each individual patch email thread. The only functional change I made was to modify the "dynamic-routing-redistribute" option to accept comma-separated values instead of semi-colon-separated values as discussed here: https://mail.openvswitch.org/pipermail/ovs-dev/2025-February/420908.html Best regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
