summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-04-25 17:40:25 +0200
committerStefan Metzmacher <metze@samba.org>2011-04-25 18:38:16 +0200
commit7269e455a7d4f659777b4ab7db5d8b68376c8d19 (patch)
treef17fe9e653f7ebe6b19acfc40c3df0ddfd47a374 /docs-xml
parenta3a38ee90ab4ab2be68ac71d9c581daa6b9ee189 (diff)
downloadsamba-7269e455a7d4f659777b4ab7db5d8b68376c8d19.tar.gz
samba-7269e455a7d4f659777b4ab7db5d8b68376c8d19.tar.bz2
samba-7269e455a7d4f659777b4ab7db5d8b68376c8d19.zip
docs-xml/smb.conf.5: %i and %I no longer contain IPv4 mapped IPv6 addresses
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Apr 25 18:38:16 CEST 2011 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/smb.conf.5.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smb.conf.5.xml b/docs-xml/manpages-3/smb.conf.5.xml
index 2b93065443..f5f252ba46 100644
--- a/docs-xml/manpages-3/smb.conf.5.xml
+++ b/docs-xml/manpages-3/smb.conf.5.xml
@@ -503,12 +503,16 @@ chmod 1770 /usr/local/samba/lib/usershares
<varlistentry>
<term>%I</term>
<listitem><para>the IP address of the client machine.</para>
+ <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,
+ now it only contains IPv4 or IPv6 addresses.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>%i</term>
<listitem><para>the local IP address to which a client connected.</para>
+ <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,
+ now it only contains IPv4 or IPv6 addresses.</para>
</listitem>
</varlistentry>