]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: hash compare functions never receive null values 9036/head
authorDonald Sharp <sharpd@nvidia.com>
Mon, 12 Jul 2021 18:23:51 +0000 (14:23 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 12 Jul 2021 18:23:51 +0000 (14:23 -0400)
commit63245a641a028dc991de3a5266052e41d876ab20
tree16a07f70da957036876dfa238a18f98aee1e9622
parent507559a089a7ba539b90c4bb1cd0410a4b4b1345
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>
bgpd/bgp_evpn.c