]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Notice when peer_clear fails
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 13:37:03 +0000 (09:37 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 13:37:03 +0000 (09:37 -0400)
commita9bafa95d05789154aa9482d20aa73fb42ff3489
treefd1bf91feceeff7f8a9182aa9f737700bf529245
parent9588ae79fa4ee90730302d9edb42dd86e790e6fd
bgpd: Notice when peer_clear fails

Issue Found by Coverity Scan.  When we call peer_clear we
are checking the return code in every other call.  Add
a bit of extra code to notice the failure and note it.

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