]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Check for nexthop group before free on fail
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 17 Apr 2019 23:15:43 +0000 (19:15 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:39 +0000 (11:13 -0400)
commit13dfea50e4aba145d57ce32247208d7108d5e803
treeda86063e20b7edae04adef5b50ab43e34cadd323
parent3082f99c48abad6e04eaebb8b775e762bd18429a
zebra: Check for nexthop group before free on fail

Check to make sure the route entry has a nexthop
group before we try to free after a table lookup
failure.

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