]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix crash when we don't have a nexthop 8106/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 18 Feb 2021 11:55:29 +0000 (06:55 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 18 Feb 2021 11:55:29 +0000 (06:55 -0500)
commite817f2ccbf9e4173d1a2cf404fe0fd41d6cd9bcd
tree010db142f25c2a1813b7f3231a2a3cdc75a9b142
parentd30260ee9efa30d7aa72355fac5bc598acdab91a
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