summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.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 /zebra/zebra_router.h
parente34e314eb6ae60e06f2bcd61ce36b84c9abe2586 (diff)
Revert "Merge pull request #4885 from satheeshkarra/pim_mlag"
This reverts commit d563896dada99f3474d428f928786cbfde936fee, reversing changes made to 09ea1a40386f02a13cdb0462cc55af0d03f0c277.
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index 1f80561986..25a7adac11 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -71,36 +71,6 @@ struct zebra_mlag_info {
/* The system mac being used */
struct ethaddr mac;
- /*
- * Zebra will open the communication channel with MLAGD only if any
- * clients are interested and it is controlled dynamically based on
- * client registers & un-registers.
- */
- uint32_t clients_interested_cnt;
-
- /* coomunication channel with MLAGD is established */
- bool connected;
-
- /* connection retry timer is running */
- bool timer_running;
-
- /* Holds the client data(unencoded) that need to be pushed to MCLAGD*/
- struct stream_fifo *mlag_fifo;
-
- /*
- * A new Kernel thread will be created to post the data to MCLAGD.
- * where as, read will be performed from the zebra main thread, because
- * read involves accessing client registartion data structures.
- */
- struct frr_pthread *zebra_pth_mlag;
-
- /* MLAG Thread context 'master' */
- struct thread_master *th_master;
-
- /* Threads for read/write. */
- struct thread *t_read;
- struct thread *t_write;
- pthread_mutex_t mlag_th_mtx;
};
struct zebra_router {