diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-04 02:54:20 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-06 19:42:23 +0200 |
commit | c447ad08b2c880d5f3ef35af2e4055fcbc970961 (patch) | |
tree | a61e6ee854e6262c4716452b2923bbabcb270b3e /zebra/zserv.h | |
parent | zebra: Be consistent in how we call rib_add( and rib_delete( with tableid (diff) | |
download | frr-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.h | 3 |
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]; |