]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Create depends after initial lookup
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 26 Aug 2019 21:09:31 +0000 (17:09 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:42 +0000 (11:13 -0400)
commit6384cbcb0eaed417b95e9bce9f666d4f8ef4d7ca
treedead06124bd871db71a216c6183c9edcbd35c6f3
parent6e72876478bf4dde05ef46b07b15beb818b313b2
zebra: Create depends after initial lookup

Create any depends only after the initial hash lookup
fails. Should reduce hashing cpu cycles significantly.

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