]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Return true if the NHE created, not found
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 May 2019 23:33:04 +0000 (16:33 -0700)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:40 +0000 (11:13 -0400)
commit4505578be0304dd314e96e352be13d0925584497
tree6087a575c2912f5f481359a077ddbbad6983f8fb
parent144a1b34dfc37fdd1174e7a2f150f2315730d8f7
zebra: Return true if the NHE created, not found

In zebra_nhg_find(), if we created a nhg_hash_entry, return
true so we know rib-side.

Kernel-side, we don't care since it will always just enqueue
a context to process later.

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