diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-08 20:11:10 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-08 20:11:10 +0200 |
commit | 5d13cd091a183601eb8ebedeeeed2121ce4c3781 (patch) | |
tree | e5c0c0d3caf04be7a45b0bafd76c76b6185cabca /doc | |
parent | *: remove --enable-tcp-zebra, rework ZAPI path (diff) | |
download | frr-5d13cd091a183601eb8ebedeeeed2121ce4c3781.tar.xz frr-5d13cd091a183601eb8ebedeeeed2121ce4c3781.zip |
lib: thoroughly disable tcp-zebra
Disable this in the code to make it hard for people to shoot themselves
in the foot. It's only left as a remnant for development use.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zebra.8.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/zebra.8.in b/doc/zebra.8.in index 333e66fcf..7f4a81b1a 100644 --- a/doc/zebra.8.in +++ b/doc/zebra.8.in @@ -104,14 +104,6 @@ It should thus be loaded with \fB-M fpm:netlink\fR or \fB-M fpm:protobuf\fR. Use the specified path to open the zebra API socket on. The default is \fB\fI@CFG_STATE@/zserv.api\fR. This option must be given with the same value to all FRR protocol daemons. - -For debugging purposes (using tcpdump or wireshark to trace cross-daemon -communication), a TCP socket can be used by specifying \fI@tcp[46][:port]\fR. -It is intentionally not possible to bind this to anything other than localhost -since zebra and the other daemons need to be running on the same host. Using -this feature \fBCREATES A SECURITY ISSUE\fR since nothing prevents other users -on the local system from connecting to zebra and injecting bogus routing -information. .TP \fB\-v\fR, \fB\-\-version\fR Print the version and exit. |