diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-22 14:16:27 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-22 17:55:22 +0100 |
commit | 7cf15b250181f0b108c6b9e1899d3bb4f933e836 (patch) | |
tree | 4cb61e03bf000ec6d490161df8babbc387fefba2 /zebra/zserv.h | |
parent | lib, zebra: Rename and place appropriately the label stack (diff) | |
download | frr-7cf15b250181f0b108c6b9e1899d3bb4f933e836.tar.xz frr-7cf15b250181f0b108c6b9e1899d3bb4f933e836.zip |
zebra: use zclient_create_header
The function zserv_create_header was exactly the same
as zclient_create_header. Let's just have one in the
system.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 63db9d9eb..4b3b0041b 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -177,8 +177,6 @@ extern int zsend_route_notify_owner(u_char proto, u_short instance, vrf_id_t vrf_id, struct prefix *p, enum zapi_route_notify_owner note); -extern void zserv_create_header(struct stream *s, uint16_t cmd, - vrf_id_t vrf_id); extern void zserv_nexthop_num_warn(const char *, const struct prefix *, const unsigned int); extern int zebra_server_send_message(struct zserv *client); |