]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Check return code for bgp_route_match_add
authorDonald Sharp <sharpd@nvidia.com>
Wed, 6 Oct 2021 12:01:30 +0000 (08:01 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 6 Oct 2021 12:47:07 +0000 (08:47 -0400)
commitac0ed50468ed362f8c1342c7f8de99ae25494beb
tree755e086aea5274503e99d61b51576153624b7f45
parent16b398fa5cf21757fd10fb49fb259cf27bc7c2dd
bgpd: Check return code for bgp_route_match_add

FRR uses bgp_route_match_add and checked the return
code in every place but one.  Fix so that the
return code is looked at and warned against

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