aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-03-04 13:17:44 +0000
committerDaniel Veillard <veillard@redhat.com>2009-03-04 13:17:44 +0000
commite43d1ae0c6775823d09aedbac2db40882123218b (patch)
tree7b0490c2f8366fbf9dbd8659b8e253bc0fae04ae /docs/remote.html.in
parentFix misc failures in test suite & make test cases more robust to future changes (diff)
downloadlibvirt-e43d1ae0c6775823d09aedbac2db40882123218b.tar.gz
libvirt-e43d1ae0c6775823d09aedbac2db40882123218b.tar.bz2
libvirt-e43d1ae0c6775823d09aedbac2db40882123218b.zip
* NEWS configure.in libvirt.spec.in doc/* include/libvirt/libvirt.h:v0.6.1LIBVIRT_0_6_1
release of 0.6.1 * po/*: rebuilt * AUTHORS: updated to list new contributors Daniel
Diffstat (limited to 'docs/remote.html.in')
-rw-r--r--docs/remote.html.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/remote.html.in b/docs/remote.html.in
index 907dcf421..494191344 100644
--- a/docs/remote.html.in
+++ b/docs/remote.html.in
@@ -793,27 +793,6 @@ Blank lines and comments beginning with <code>#</code> are ignored.
</p>
</td>
</tr>
- <tr>
- <td> tls_allowed_ip_list ["ip1", "ip2", "ip3"] </td>
- <td> (none - clients can connect from anywhere) </td>
- <td>
- <p>
- Enable an access control list of the IP addresses of clients
- who can connect to the TLS or TCP ports on this server.
- </p>
- <p>
- The default is that clients can connect from any IP address.
- </p>
- <p>
- This list may contain wildcards such as <code>192.168.*</code>
- See the POSIX <code>fnmatch</code> function for the format
- of the wildcards.
- </p>
- <p>
- Note that if this is an empty list, <i>no client can connect</i>.
- </p>
- </td>
- </tr>
</table>
<h3>
<a name="Remote_IPv6" id="Remote_IPv6">IPv6 support</a>