diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-10-14 17:15:09 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-10-14 17:15:09 +0000 |
| commit | 6a597223d3bb63602bcdb9aa840702f1850cadcc (patch) | |
| tree | 9f9aa64d9787973e9f67a0fcc84b90f2a3820af6 /lib/zclient.h | |
| parent | e34e314eb6ae60e06f2bcd61ce36b84c9abe2586 (diff) | |
Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"
This reverts commit d563896dada99f3474d428f928786cbfde936fee, reversing
changes made to 09ea1a40386f02a13cdb0462cc55af0d03f0c277.
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 71ebabbf75..5f9edc36ff 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -178,11 +178,6 @@ typedef enum { ZEBRA_VXLAN_SG_ADD, ZEBRA_VXLAN_SG_DEL, ZEBRA_VXLAN_SG_REPLAY, - ZEBRA_MLAG_PROCESS_UP, - ZEBRA_MLAG_PROCESS_DOWN, - ZEBRA_MLAG_CLIENT_REGISTER, - ZEBRA_MLAG_CLIENT_UNREGISTER, - ZEBRA_MLAG_FORWARD_MSG, } zebra_message_types_t; struct redist_proto { @@ -277,9 +272,6 @@ struct zclient { int (*iptable_notify_owner)(ZAPI_CALLBACK_ARGS); int (*vxlan_sg_add)(ZAPI_CALLBACK_ARGS); int (*vxlan_sg_del)(ZAPI_CALLBACK_ARGS); - int (*mlag_process_up)(void); - int (*mlag_process_down)(void); - int (*mlag_handle_msg)(struct stream *msg, int len); }; /* Zebra API message flag. */ @@ -701,11 +693,5 @@ static inline void zapi_route_set_blackhole(struct zapi_route *api, SET_FLAG(api->message, ZAPI_MESSAGE_NEXTHOP); }; -extern void zclient_send_mlag_register(struct zclient *client, - uint32_t bit_map); -extern void zclient_send_mlag_deregister(struct zclient *client); - -extern void zclient_send_mlag_data(struct zclient *client, - struct stream *client_s); #endif /* _ZEBRA_ZCLIENT_H */ |
