]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: Route entries use nexthop entry ID's instead of pointers
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 8 Mar 2019 15:16:52 +0000 (10:16 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:37 +0000 (11:13 -0400)
commit8e7663796904f12ab31320d8d5a056da158483fe
treeaa577bbaaf05a53ff5154e88de61b4e6088db53e
parent5f3c9e520c71993ca65a9aaafd9db715eda0b2e5
zebra: Route entries use nexthop entry ID's instead of pointers

Switched the route entries to use ID's instead of pointers.
Perform lookups with the ID and then check if its null.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rib.h
zebra/zebra_rib.c