]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Parse in nexthop ID information from new routes
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 11 Mar 2019 14:46:25 +0000 (10:46 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:37 +0000 (11:13 -0400)
commitfcc89a9cfc9fbff3eacc66bdf38ca9dd0f0664f6
treee4ab5243d8effda0af89441c19f298a47fd98ffe
parent3e0372d20e9880c135a8d7ab880cd4105c0222f1
zebra: Parse in nexthop ID information from new routes

Add parsing code for nexthop object ID's when we get a
route. When we get a new route with the new kernel, it
will come with a nexthop ID and the nexthop full info.
We should just reference by ID if it exists and point
to the nexthop hash entry that matches it.

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