]> git.proxmox.com Git - mirror_frr.git/commit - sharpd/sharp_zebra.c
*: Convert all usage of zclient_send_message to new enum
authorDonald Sharp <sharpd@nvidia.com>
Wed, 11 Nov 2020 19:14:37 +0000 (14:14 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 15 Nov 2020 20:04:52 +0000 (15:04 -0500)
commit7cfdb48554329b1fb7d0469d0ebf2bfa816c5eea
tree50d3a706d34cd135865356c0d95f04511497510b
parent8a3f8f2e4ae1e8aaa3666fd8d38780e753bc09e7
*: Convert all usage of zclient_send_message to new enum

The `enum zclient_send_status` enum needs to be extended
throughout the code base to use the new states and
to fix up places where we tested against the return
value being non zero.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
16 files changed:
bgpd/bgp_labelpool.c
bgpd/bgp_nht.c
bgpd/bgp_zebra.c
isisd/isis_zebra.c
ldpd/lde.c
ldpd/ldp_zebra.c
lib/zclient.c
lib/zclient.h
ospfd/ospf_zebra.c
pbrd/pbr_zebra.c
pimd/pim_nht.c
pimd/pim_zlookup.c
sharpd/sharp_zebra.c
staticd/static_zebra.c
vrrpd/vrrp_zebra.c
vrrpd/vrrp_zebra.h