diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-09-20 20:50:47 -0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 09:31:24 -0400 |
| commit | a4b46f4c16bd4cb1f2c890c08ff541468d59d9b3 (patch) | |
| tree | 0aeca486b13a1d95e3a76202d91fb7bfd7f8551b /lib/zclient.h | |
| parent | 7fe041ac83786e9014460a69296591d7981763f6 (diff) | |
*: remove dead code
Since recently zebra uses only the ZEBRA_REDISTRIBUTE_* messages
to advertise redistributed routes to its clientes. Now the old
ZEBRA_IPV*_ROUTE_* messages are only used for client->zebra communication.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index b95d18ec1a..231b4e9b4f 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -98,10 +98,6 @@ struct zclient int (*interface_nbr_address_add) (int, struct zclient *, uint16_t, vrf_id_t); int (*interface_nbr_address_delete) (int, struct zclient *, uint16_t, vrf_id_t); int (*interface_vrf_update) (int, struct zclient *, uint16_t, vrf_id_t); - int (*ipv4_route_add) (int, struct zclient *, uint16_t, vrf_id_t); - int (*ipv4_route_delete) (int, struct zclient *, uint16_t, vrf_id_t); - int (*ipv6_route_add) (int, struct zclient *, uint16_t, vrf_id_t); - int (*ipv6_route_delete) (int, struct zclient *, uint16_t, vrf_id_t); int (*nexthop_update) (int, struct zclient *, uint16_t, vrf_id_t); int (*import_check_update) (int, struct zclient *, uint16_t, vrf_id_t); int (*bfd_dest_replay) (int, struct zclient *, uint16_t, vrf_id_t); |
