]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Modify southbound interface to pass `struct route_node`
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Jan 2018 13:22:57 +0000 (08:22 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Jan 2018 13:22:57 +0000 (08:22 -0500)
commit7d974ba3b72ce8c4e46201a3c8b60e1680406883
tree731045966355cb9eb5b084eb59a0b81cf0fe9c21
parent872c4e980e45e7185530b76e9e8541fa2b6c9375
zebra: Modify southbound interface to pass `struct route_node`

The route_node that we are working on is going to be interesting
to the kernel_route_rib_pass_fail.  So I am setting up the
code to allow me to pass it.  This will be done in a subsuquent
commit.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt.h
zebra/rt_netlink.c
zebra/rt_socket.c
zebra/zebra_rib.c