summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-04-25 17:40:25 +0200
committerKarolin Seeger <kseeger@samba.org>2011-04-26 20:10:39 +0200
commit24968c3dd42151e5c4731e76bab44be7471d1921 (patch)
tree3d6d2b0b014baeb6821165ca9870f667fdd0a378
parentb6295b21ebf34a5d80948f51850d212aceb4efe3 (diff)
downloadsamba-24968c3dd42151e5c4731e76bab44be7471d1921.tar.gz
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 (cherry picked from commit 7269e455a7d4f659777b4ab7db5d8b68376c8d19) (cherry picked from commit 632e11fa52cc790e962808e67da36ba0155f53b5)
-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 2b930654436..f5f252ba46d 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>