]> git.puffer.fish Git - mirror/frr.git/commit
zebra: share rib processing of updates and notifications
authorMark Stapp <mjs@voltanet.io>
Fri, 5 Apr 2019 14:38:35 +0000 (10:38 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 28 May 2019 12:34:21 +0000 (08:34 -0400)
commit941e261c977819986d850b59b76639b482b6260e
tree24ec0632c5707e354c1fcf852f788f5d775fed0d
parent9651af6181fb402cf5a67abcfc77c7943a53d90c
zebra: share rib processing of updates and notifications

Use some common handling for both route update results
processing and dataplane notification processing. Use the
fib-specific nexthop-group if the update to a route results
in different nexthop status than the default rib-provided
nexthop-group.

Use the fib-specific nexthop-group, if present, to provide
the output of 'show ip fib'.

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