]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Modify route_notify_internal to use a route_node
authorDonald Sharp <sharpd@nvidia.com>
Fri, 14 Jan 2022 17:50:51 +0000 (12:50 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 18 Jan 2022 13:39:41 +0000 (08:39 -0500)
commita7704e1b98dbb9eaeaff988fe924d9e8910faf0c
tree544220dfc87d3e7007c2351bcd9fd38997c19af1
parent69a2d597d2ca8afb401ecd94d44c543df41b1d4b
zebra: Modify route_notify_internal to use a route_node

Pass in the route_node that is under consideration
into route_notify_internal to allow calling functions
to reduce stack size as well as looking up data.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/rib.h
zebra/zapi_msg.c
zebra/zapi_msg.h
zebra/zebra_rib.c