From: Joe Perches Date: Mon, 11 Jan 2010 10:55:36 +0000 (+0100) Subject: netfilter: xt_osf: change %pi4 to %pI4 X-Git-Tag: v2.6.34-rc1~233^2~303^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f635d0d1bf84ad7a0032cbce9d902b9384c48b7;p=pandora-kernel.git netfilter: xt_osf: change %pi4 to %pI4 commit 8a27f7c90ffcb791eed7574922b51fb60b08fc89 changed the output style of %pi4 to use fixed width leading zero IP addresses "001.002.003.004". It's useful when printing multiple lines of addresses, but was a change in output style for some existing uses. Using %pI4 restores the previous output style. Signed-off-by: Joe Perches Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed