WHATSNEW: %i and %I no langer contain IPv4 mapped IPv6 addresses
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Apr 2011 15:35:44 +0000 (17:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Apr 2011 19:29:55 +0000 (21:29 +0200)
metze

WHATSNEW.txt

index eaeba029e07cb98757c7cdc210fd7775aadfbeb7..7046e8d63da3e64044a8046a9bba45c11cf2d20e 100644 (file)
@@ -228,6 +228,10 @@ smb.conf changes
    username map cache time            New             0
    winbind max clients                New             200
 
+   The variable substitutions for %i and %I no longer
+   use IPv4 addresses mapped to IPv6, e.g. '::ffff:192.168.0.1',
+   if the host has IPv6 enabled. Now %i and %I contain just
+   '192.168.0.1'.
 
 Commit Highlights
 -----------------