]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
zebra: fix handling of failed route install via notification
authorMark Stapp <mjs@voltanet.io>
Mon, 10 Feb 2020 18:12:58 +0000 (13:12 -0500)
committerMark Stapp <mjs@voltanet.io>
Mon, 27 Apr 2020 14:24:55 +0000 (10:24 -0400)
commita126f120039dd27485c17843087486019923ca80
treef9091ee8b7325bafeab315d522c6866ee683f1a8
parent37a816b3a10fd19c63da41a4291492171bed7766
zebra: fix handling of failed route install via notification

An async route notification can indicate that installation
has failed, but the handling code wasn't dealing with that
possibility correctly.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_rib.c