]> git.puffer.fish Git - mirror/frr.git/commit
bgpd, lib, sharpd: Add enum for zclient_send_message return
authorDonald Sharp <sharpd@nvidia.com>
Fri, 6 Nov 2020 23:21:50 +0000 (18:21 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 15 Nov 2020 19:50:17 +0000 (14:50 -0500)
commit8a3f8f2e4ae1e8aaa3666fd8d38780e753bc09e7
tree6d39449fbe173f576de0c4309dc284d837a6edb1
parent07414912cd55f1a8517242a16beada2623c49cfc
bgpd, lib, sharpd: Add enum for zclient_send_message return

Add a `enum zclient_send_status` for appropriate handling
of return codes from zclient_send_message.  Touch all the places
where we handle this.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_zebra.c
lib/bfd.c
lib/zclient.c
lib/zclient.h
ospf6d/ospf6_zebra.c
sharpd/sharp_zebra.c