]> git.proxmox.com Git - mirror_frr.git/commit
lib: add asserts to appease the SA
authorStephen Worley <sworley@nvidia.com>
Fri, 9 Dec 2022 22:42:56 +0000 (17:42 -0500)
committerStephen Worley <sworley@nvidia.com>
Mon, 13 Feb 2023 23:12:05 +0000 (18:12 -0500)
commit1dd3cd10b827c16d1a77ab4fb6cc56aff7b7a7be
tree25adb170bdc21802eb9fe91e9d8ebe612e6c239a
parent5313cd675885ec0f8fcc201c539b2920eeb5c5fa
lib: add asserts to appease the SA

I don't believe label can be NULL in any calling path
but SA thinks so so let's just assert here to be safe
anyway and make it happy.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
lib/mpls.h