]> git.proxmox.com Git - mirror_frr.git/commit - zebra/redistribute.c
zebra: Modify zsend_redistribute_route to receive struct route_node
authorDonald Sharp <sharpd@nvidia.com>
Fri, 14 Jan 2022 16:26:51 +0000 (11:26 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 18 Jan 2022 13:39:40 +0000 (08:39 -0500)
commit84faa42066a7e1afdcb4c1c1f1d7ce16c89931d7
tree3ce1938a04f7ba357c200f9141c5d28aa23464a0
parentc8671e9f9bd9ec77f6cde6b2d9306cff59b19c9a
zebra: Modify zsend_redistribute_route to receive struct route_node

The function zsend_redistribute_route uses the prefix and
source prefix.  Just pass in the route_node instead.

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