summaryrefslogtreecommitdiff
path: root/pimd/pim_instance.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-10-14 17:15:09 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-10-14 17:15:09 +0000
commit6a597223d3bb63602bcdb9aa840702f1850cadcc (patch)
tree9f9aa64d9787973e9f67a0fcc84b90f2a3820af6 /pimd/pim_instance.h
parente34e314eb6ae60e06f2bcd61ce36b84c9abe2586 (diff)
Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"
This reverts commit d563896dada99f3474d428f928786cbfde936fee, reversing changes made to 09ea1a40386f02a13cdb0462cc55af0d03f0c277.
Diffstat (limited to 'pimd/pim_instance.h')
-rw-r--r--pimd/pim_instance.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h
index dd3ac8fcb0..06d41c4b53 100644
--- a/pimd/pim_instance.h
+++ b/pimd/pim_instance.h
@@ -64,17 +64,6 @@ struct pim_router {
vrf_id_t vrf_id;
enum mlag_role role;
- uint32_t pim_mlag_intf_cnt;
- /* if true we have registered with MLAG */
- bool mlag_process_register;
- /* if true local MLAG process reported that it is connected
- * with the peer MLAG process
- */
- bool connected_to_mlag;
- /* Holds the client data(unencoded) that need to be pushed to MCLAGD*/
- struct stream_fifo *mlag_fifo;
- struct stream *mlag_stream;
- struct thread *zpthread_mlag_write;
};
/* Per VRF PIM DB */
@@ -133,9 +122,6 @@ struct pim_instance {
bool ecmp_enable;
bool ecmp_rebalance_enable;
- /* No. of Dual active I/fs in pim_instance */
- uint32_t inst_mlag_intf_cnt;
-
/* Bsm related */
struct bsm_scope global_scope;
uint64_t bsm_rcvd;