]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: hash compare functions never receive null values
authorDonald Sharp <sharpd@nvidia.com>
Mon, 12 Jul 2021 18:23:51 +0000 (14:23 -0400)
committermergify-bot <noreply@mergify.io>
Sat, 24 Jul 2021 16:11:31 +0000 (16:11 +0000)
commita3af447498e8f070fb8990744993c3259c3ba723
treea48b124d68cf0ac7afac1bf3c256b74685a1f1e8
parent86b94cf686c8c411ec9dd6d74e597c7572736122
bgpd: hash compare functions never receive null values

There is no need to test for null values in the hash compare
function as that we are guaranteed to send in data in
the hash compare functions.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 63245a641a028dc991de3a5266052e41d876ab20)
bgpd/bgp_evpn.c