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 /zebra/zserv.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 'zebra/zserv.h')
| -rw-r--r-- | zebra/zserv.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index ccc8d92aa2..708ff1e226 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -99,13 +99,6 @@ struct zserv {  	uint8_t proto;  	uint16_t instance; -	/* -	 * Interested for MLAG Updates, and also stores the client -	 * interested message mask -	 */ -	bool mlag_updates_interested; -	uint32_t mlag_reg_mask1; -  	/* Statistics */  	uint32_t redist_v4_add_cnt;  	uint32_t redist_v4_del_cnt;  | 
