]> git.puffer.fish Git - mirror/frr.git/commit
zebra: add api to update route from dplane ctx
authorMark Stapp <mjs@voltanet.io>
Tue, 19 Mar 2019 20:18:42 +0000 (16:18 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 28 May 2019 12:21:09 +0000 (08:21 -0400)
commit78bf56b0b62dc86e3bf4dabb296dd4047508e1cb
tree9501c06b61e7139f7d1f2f4aa2f07d2bba23e038
parent1dd4ea8a1aaf15148f2be11cde6348043cfc5444
zebra: add api to update route from dplane ctx

Add an api to update the status of a route based on info
from a dplane context object. Use the api when processing
route update results from the dataplane.

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