summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-10-14 19:15:09 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-10-14 19:15:09 +0200
commit6a597223d3bb63602bcdb9aa840702f1850cadcc (patch)
tree9f9aa64d9787973e9f67a0fcc84b90f2a3820af6 /zebra/zserv.h
parentMerge pull request #5141 from opensourcerouting/bfdd-fixes-bundle (diff)
downloadfrr-6a597223d3bb63602bcdb9aa840702f1850cadcc.tar.xz
frr-6a597223d3bb63602bcdb9aa840702f1850cadcc.zip
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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index ccc8d92aa..708ff1e22 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;