]> git.puffer.fish Git - mirror/frr.git/commit
lib: remove nexthop_same_firsthop() api 7238/head
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 2 Oct 2020 21:25:36 +0000 (17:25 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 2 Oct 2020 21:25:36 +0000 (17:25 -0400)
commit7403e155610d4680d174b99b79780eded340d0ff
tree50cc827c1e1548c4ffa28f7f385932fa44528069
parent3a1d1d6076897b2bb7afae96b4191c14888447f8
lib: remove nexthop_same_firsthop() api

Remove the nexthop_same_firsthop() api and just call nexthop_same().
Not entirely sure why we were using this function in the first place,
but now we are just marking dupes with it so lets just call a
common function and avoid issues.

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