summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-01-11 20:59:36 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-31 15:20:46 +0100
commitb3d43ff4714742c6e9d3d66501b01a392588e940 (patch)
tree25facbcf5e296d470ca555a598a43b936c73cbc1 /zebra/zserv.h
parentzebra: Make zebrad.sock zserv.c private data (diff)
downloadfrr-b3d43ff4714742c6e9d3d66501b01a392588e940.tar.xz
frr-b3d43ff4714742c6e9d3d66501b01a392588e940.zip
zebra: Move rtm_table_default to zrouter
The zrouter should own this particular piece of data. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index aa8a084ef..856a6debb 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -175,9 +175,6 @@ DECLARE_KOOH(zserv_client_close, (struct zserv *client), (client));
/* Zebra instance */
struct zebra_t {
- /* default table */
- uint32_t rtm_table_default;
-
/* rib work queue */
#define ZEBRA_RIB_PROCESS_HOLD_TIME 10
#define ZEBRA_RIB_PROCESS_RETRY_TIME 1