summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-05-04 02:54:20 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-05-06 19:42:23 +0200
commitc447ad08b2c880d5f3ef35af2e4055fcbc970961 (patch)
treea61e6ee854e6262c4716452b2923bbabcb270b3e /zebra/zserv.h
parentzebra: Be consistent in how we call rib_add( and rib_delete( with tableid (diff)
downloadfrr-c447ad08b2c880d5f3ef35af2e4055fcbc970961.tar.xz
frr-c447ad08b2c880d5f3ef35af2e4055fcbc970961.zip
doc, zebra: Remove "table X" command
This command is broken and has been broken since the introduction of vrf's. Since no-one has complained it is safe to assume that there is no call for this specialized linux command. Remove from the system with extreme prejudice. 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 380f23916..d6fdc0537 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -83,9 +83,6 @@ struct zserv {
/* Threads for the main pthread */
struct thread *t_cleanup;
- /* default routing table this client munges */
- int rtm_table;
-
/* This client's redistribute flag. */
struct redist_proto mi_redist[AFI_MAX][ZEBRA_ROUTE_MAX];
vrf_bitmap_t redist[AFI_MAX][ZEBRA_ROUTE_MAX];