]> git.proxmox.com Git - mirror_frr.git/commit
lib,zebra,bgpd: Remove nexthop_same_no_recurse()
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 17:48:26 +0000 (10:48 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 23 May 2019 16:21:15 +0000 (12:21 -0400)
commit78fba41bd810ce6e8976077c37644e9d23b9f69d
tree592fd555de7535a972617b94aa57599ae9f325d6
parent2ed74b933dbf980422cc5d4da76b168297e133e6
lib,zebra,bgpd: Remove nexthop_same_no_recurse()

The functions nexthop_same() does not check the resolved
nexthops so I don't think this function is even needed
anymore.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
bgpd/bgp_nht.c
lib/nexthop.c
lib/nexthop.h
zebra/zebra_rib.c