]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: add api to locate route-node from dplane ctx
authorMark Stapp <mjs@voltanet.io>
Wed, 20 Mar 2019 15:27:20 +0000 (11:27 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 28 May 2019 12:21:20 +0000 (08:21 -0400)
commitfad4d69cd4f529c25b99e8b4f746502d1128c500
tree0b12a62ba7528f6c10893127522c0c364b514cbb
parent78bf56b0b62dc86e3bf4dabb296dd4047508e1cb
zebra: add api to locate route-node from dplane ctx

Create a helper api that locates a zebra route-node from info
in a dplane context struct. Moved code from the results handler
to make a more-general api that could be used in other paths.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_rib.c