]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Update nhg_hash_equal to use nexthop_group_equal
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 11 Apr 2019 17:51:15 +0000 (13:51 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:39 +0000 (11:13 -0400)
commit7192bb23fba993b072c5e3aabaf5ad6eae523fef
tree8ea38b4d0d0cf7436e421ef1e4e3091060d05630
parent8f8d9845c6bc283e5a9f7339f9d3f2884774589b
zebra: Update nhg_hash_equal to use nexthop_group_equal

Update the zebra_nhg_hash_equal() function to use
the nexthop_group_equal() function in lib/nexthop_group
instead of comparing their depends RB tree.

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