]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add new nexthops to the interface nexthop hash entry list
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 11 Mar 2019 20:31:44 +0000 (16:31 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:37 +0000 (11:13 -0400)
commit8c0a24c14ed9d0ee504463de9d8b8be9da5b5628
treebfbbd6863b9a962cdf1699d206ff4d856d7ff062
parent602fea614f8272c3fdd9ed7c8a490ad12575425e
zebra: Add new nexthops to the interface nexthop hash entry list

When we get a new nexthop and find the interface associated
with it, add this nexthop to the interface's zebra interface
info nexthop hash entry list.

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