diff options
author | Ingela Anderton Andin <[email protected]> | 2013-11-05 09:36:26 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-11-13 10:58:20 +0100 |
commit | 24f37acef3e7e33576bcd071569a94de980b6544 (patch) | |
tree | 9bca154a7e95705cc8dffcbf69ec5a063e935b0d /lib/ssh/doc | |
parent | dc87366c3e46dffbebe30e04bacc3d1ec299a0f2 (diff) | |
download | otp-24f37acef3e7e33576bcd071569a94de980b6544.tar.gz otp-24f37acef3e7e33576bcd071569a94de980b6544.tar.bz2 otp-24f37acef3e7e33576bcd071569a94de980b6544.zip |
ssh: Make inet option configurable and remove ipv6_disabled option
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 896b98edc2..b338241685 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -181,10 +181,6 @@ <item> <p>Allow an existing file descriptor to be used (simply passed on to the transport protocol).</p></item> - <tag><c><![CDATA[{ipv6_disabled, boolean()}]]></c></tag> - <item> - <p>Determines if SSH shall use IPv6 or not.</p> - </item> <tag><c><![CDATA[{rekey_limit, integer()}]]></c></tag> <item> <p>Provide, in bytes, when rekeying should be initiated, @@ -313,10 +309,6 @@ <item> <p>Allow an existing file-descriptor to be used (simply passed on to the transport protocol).</p></item> - <tag><c><![CDATA[{ip_v6_disabled, boolean()}]]></c></tag> - <item> - <p>Determines if SSH shall use IPv6 or not (only used when - HostAddress is set to any).</p></item> <tag><c><![CDATA[{failfun, fun()}]]></c></tag> <item> <p>Provide a fun() to implement your own logging when a user fails to authenticate.</p> |