]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix crash when we don't have a nexthop
authorDonald Sharp <sharpd@nvidia.com>
Thu, 18 Feb 2021 11:55:29 +0000 (06:55 -0500)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 26 Feb 2021 11:38:16 +0000 (14:38 +0300)
commitf5d1dc55ed8c785699eccd076679a5ad8dd073ca
treefecdb9b755dd09b5372c480b43e384a467118934
parentc2e463478ce784844ae2ac9c21420da50ee5b9cb
bgpd: Fix crash when we don't have a nexthop

Recent changes to allow bgpd to handle v6 LL slightly
differently in the nexthop tracking code has not
interacted well with the blackhole nexthop change
for peers.  Modify the code to do the right thing

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_nht.c