]> git.proxmox.com Git - mirror_frr.git/commit
zebra: bugfix of error quit of zebra, due to no nexthop ACTIVE
authorbatmancn <batmanustc@gmail.com>
Mon, 30 Nov 2020 12:04:44 +0000 (20:04 +0800)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 20:13:59 +0000 (16:13 -0400)
commit5306e6cf00c58a4c4558609d623ecbbd79faabf1
treec2fc33bc3ede041dc252533032188b34c880e8da
parent68b47b29d8d11a2b65e542f9ddbeb6fbdca262c7
zebra: bugfix of error quit of zebra, due to no nexthop ACTIVE

There exists some rare situations where fpm will attempt
to send a route update with no valid nexthops.  In that
case an assert would be hit.  This is not good for
trying to keep your routing daemons up and running
when we can safely just recover the situation.

Fixes #7588
Signed-off-by: batmancn <batmanustc@gmail.com>
<fixed commit message, and used zlog_err>
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_fpm.c