[NETFILTER]: nf_conntrack: fix NF_CT_TUPLE_DUMP for IPv4
authorPatrick McHardy <kaber@trash.net>
Wed, 26 Mar 2008 03:07:38 +0000 (20:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2008 03:07:38 +0000 (20:07 -0700)
NF_CT_TUPLE_DUMP prints IPv4 addresses as IPv6, fix this and use printk
(guarded by #ifdef DEBUG) directly instead of pr_debug since the tuple
is usually printed at the end of line and we don't want to include a
log-level.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found