]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix hash key type in zebra_nhg
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 29 Mar 2019 14:53:14 +0000 (10:53 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:38 +0000 (11:13 -0400)
commit7286ac02a3023214c0afc3bc8415a31231dae808
tree83b147cdc84aafc6b958e30b8b502012788bd24f
parent3057df51bd471798f4c221531112340e11b7fe46
zebra: Fix hash key type in zebra_nhg

We were declaring the hash key as an int rather then
uint32_t.

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