]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Explicitly cmp gateway and source based on AF
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 22 May 2019 19:17:21 +0000 (15:17 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 23 May 2019 16:21:15 +0000 (12:21 -0400)
commit24cfec84188bc8f69eef873302824dc6f49b5339
tree17d48f7a41f2b150be29b2d52001b77276cb6fdc
parent78fba41bd810ce6e8976077c37644e9d23b9f69d
lib: Explicitly cmp gateway and source based on AF

Refactor the gatway and source nexthop comparision into a
common code path that compares them explicitly based on
their address family.

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