[ovs-dev] [PATCH ovn v8 5/6] northd: Add options to automatically add routes for NATs and LBs.

Dumitru Ceara dceara at redhat.com
Thu Jun 24 14:42:01 UTC 2021


On 6/3/21 8:49 PM, Mark Michelson wrote:
> Load_Balancer and NAT entries have a new option, "add_route" that can be
> set to automatically add routes to those addresses to neighbor routers,
> therefore eliminating the need to create static routes.
> 
> Signed-off-by: Mark Michelson <mmichels at redhat.com>
> ---

Hi Mark,

Looks like this series needs a rebase because it's conflicting with the
newly added:

  d27509de940a ("northd: Precompute load balancer IP sets.")

Sorry about that.

I think there are ways to keep precomputing the load balancer IPs and
not use get_router_load_balancer_ips().  Probably the quickest is to
store two sets of load balancer IPs per datapath, "all-ips" and
"ips-from-load-balancers-with-add-route-set".  There might be
alternatives though.

Regards,
Dumitru



More information about the dev mailing list