]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Set recursive flag in rib_find() path
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 24 Jul 2019 16:02:16 +0000 (12:02 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:41 +0000 (11:13 -0400)
commit6e3af3f17a5f1000822b0a5726920ab4a8c82968
treebf928948f4453e88a5f1f4e20da9ef7d053900e8
parent360aefc01854e9d4bb4163e85adc82354817ecdb
zebra: Set recursive flag in rib_find() path

We were not setting the NEXTHOP_GROUP_RECURSIVE flag via
the rib find path. Adding a check and set after successful
creation of a new nhg_hash_entry.

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