]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Separate interface address lookup
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 15 Feb 2019 17:28:56 +0000 (12:28 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:36 +0000 (11:13 -0400)
commitd2bec88a36effcff8d91375b325a944dad36b5e4
treefcafac751d59f94eaedebfb3b5e89943b753634b
parent347bb8e26976758a3324c26c661479624eb09080
zebra: Separate interface address lookup

Separate interface lookup into its own function.
We need to know interfaces for reading in nexthop
information, but we need to know nexthops for reading
in the interface addresses. We will read in nexthops
between the two.

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