]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Convince SA that the ng will always be valid
authorDonald Sharp <sharpd@nvidia.com>
Thu, 29 Aug 2024 22:10:30 +0000 (18:10 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 29 Aug 2024 22:10:30 +0000 (18:10 -0400)
commit8ad5643abe59d1f60b6efcdd61fe4f9195b2dde8
tree5e4f3fe982db2ff28bfc05934a5fd37bc07dd893
parentc0f49724327fd858ed28df9c02c17e2af4b3fe4c
zebra: Convince SA that the ng will always be valid

There is a code path that could theoretically get you
to a point where the ng->nexthop is a NULL value.
Let's just make sure the SA system believes that
cannot happen anymore.

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