]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Free labels on nhg_ctx from kernel
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 12 Aug 2019 22:13:30 +0000 (18:13 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:42 +0000 (11:13 -0400)
commit3e347f4181db349299b2dd05bea11b030770af71
tree08205888f2b3a4ae4b8bc5b0a8f492a3b1a3d6db
parent10200d4054e1b2ea9579c5e7b01feee09bf79338
zebra: Free labels on nhg_ctx from kernel

If we get a nexthop group from the kernel with labels
and queue it as a context to process later, we have to
free the label stack we allocated.

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