]> git.proxmox.com Git - mirror_frr.git/commit
zebra: zebra_nhg_rib_find() handle recursive case
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 17 Jul 2019 17:26:19 +0000 (13:26 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:41 +0000 (11:13 -0400)
commit360aefc01854e9d4bb4163e85adc82354817ecdb
tree0863841b0e5d89046da59a7425cce1ca1b1c8857
parent583965448f2bac1e2f8b6e6fed7aee25bda1fe88
zebra: zebra_nhg_rib_find() handle recursive case

When going through the zebra_nhg_rib_find(), we now handle the
case of if that nexthop has been recursively resolved. A depend
is created and passed along to zebra_nhg_find().

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