]> git.proxmox.com Git - mirror_frr.git/commit
lib: Update nexthop_same to use nexthop_cmp
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 17:41:40 +0000 (10:41 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 23 May 2019 16:21:15 +0000 (12:21 -0400)
commit2ed74b933dbf980422cc5d4da76b168297e133e6
tree0cbc8320fa7e6d242b6c6019aab5ece34b883a7f
parentff0e16daf981c4351db29a3b599b32cd4523b205
lib: Update nexthop_same to use nexthop_cmp

Simplify the code a bit by making nexthop_same()
just use nexthop_cmp() internally.

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