From 835dba95f810cc925ac856171014b9dbea8c90be Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Mon, 22 Mar 2010 14:22:24 +0000 Subject: Fix usage of ip_v6_disabled and publish it --- lib/ssh/doc/src/notes.xml | 6 ++++++ lib/ssh/doc/src/ssh.xml | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'lib/ssh/doc/src') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 6ea7f099b3..2533ab8085 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -33,6 +33,12 @@
Improvements and New Features + +

The configuration parameter ip_v6_disabled is now available, + which makes it possible for the user to alter the IP version + SSH shall use.

+

Own Id: OTP-8535 Aux Id:

+

The ssh_connection:send operation now accepts infinity as timeout.

Own Id: OTP-8534 Aux Id:

diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 60150f0d37..71e6b2cd3d 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -159,6 +159,9 @@

Allow an existing file-descriptor to be used (simply passed on to the transport protocol).

+ + +

Determines if SSH shall use IPv6 or not.

@@ -252,6 +255,10 @@

Allow an existing file-descriptor to be used (simply passed on to the transport protocol).

+ + +

Determines if SSH shall use IPv6 or not (only used when + HostAddress is set to any).

-- cgit v1.2.3