]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add ifp to zebra-side rib_add
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 20:46:05 +0000 (13:46 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:37 +0000 (11:13 -0400)
commit2614bf87643e1f019fb337fab5fe45c3be5752be
tree23324fa322b073c366d220fd2c2a7d4c2cf78967
parenta53a11f2182b812250d9470aa4ced536d7fcfb99
zebra: Add ifp to zebra-side rib_add

Add an interface pointer for an nexthop group hash entry
when we are getting a rib_add for a new route.

Also, add the interface index to the `show nexthop-group` command.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/interface.c
zebra/interface.h
zebra/rt_netlink.c
zebra/zebra_nhg.c
zebra/zebra_nhg.h
zebra/zebra_rib.c
zebra/zebra_vty.c