]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: backpressure - cleanup bgp_zebra_XX func args
authorDonald Sharp <sharpd@nvidia.com>
Thu, 25 Jan 2024 18:07:37 +0000 (13:07 -0500)
committerRajasekar Raja <rajasekarr@nvidia.com>
Mon, 25 Mar 2024 21:30:18 +0000 (14:30 -0700)
commit5f379bebe82591c0665c29419fd3ab8758258e4e
tree4cc65b7035aea3ba0ee98c1a5f377c320a157939
parent705fed7ca8ad0d849575fc0466eff7fa8fe6975d
bgpd: backpressure - cleanup bgp_zebra_XX func args

Since installing/withdrawing routes into zebra is going to be changed
around to be dest based in a list,
 - Retrieve the afi/safi to use based upon the dest's afi/safi
   instead of passing it in.
 - Prefix is known by the dest. Remove this arg as well

Ticket: #3390099

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Signed-off-by: Rajasekar Raja <rajasekarr@nvidia.com>
bgpd/bgp_route.c
bgpd/bgp_zebra.c
bgpd/bgp_zebra.h