diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-03 20:54:20 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-06 13:42:23 -0400 | 
| commit | c447ad08b2c880d5f3ef35af2e4055fcbc970961 (patch) | |
| tree | a61e6ee854e6262c4716452b2923bbabcb270b3e /zebra/zserv.h | |
| parent | 56e7825479d12a9a9cf5e108c02432ea17e5b236 (diff) | |
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.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 380f23916e..d6fdc05374 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];  | 
