]> git.puffer.fish Git - mirror/frr.git/commit
zebra: zebra GR only works with AFI's limit it
authorDonald Sharp <sharpd@nvidia.com>
Fri, 24 Mar 2023 19:43:21 +0000 (15:43 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 29 Mar 2023 19:40:13 +0000 (15:40 -0400)
commit0f5ef7f9b197f0a9fec86ec15885e06e843fd539
tree64792191c934e8fa55df5b4b3b55ea72c651860c
parent096abfb8154b8a7038722a1b4d1aef972f19503a
zebra: zebra GR only works with AFI's limit it

We have code that tracks both afi and safi's,
but we only ever operate on the afi's.  So lets
limit our work being done to something more sensible.

I'm leaving the safi being broadcast through the zapi
message, as that I am not sure what else should be ripped
out at this point in time.

Finally re-arrange the zread_client_capabilites function
to stop the multiple levels of function calling that really
serve no purpose.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_gr.c
zebra/zserv.h