summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2009-03-28 18:38:30 +0300
committerDavid S. Miller <davem@davemloft.net>2009-03-29 10:55:57 +0400
commitf940964901aa69e28ce729d7614061d014184472 (patch)
tree4f52de427646cbff6803e4aefd68db337632d67a /include
parent3e8af307bfe3b6318a1aaaf8ce18d0af7ddf2ea2 (diff)
downloadlinux-f940964901aa69e28ce729d7614061d014184472.tar.xz
netfilter: fix endian bug in conntrack printks
dcc_ip is treated as a host-endian value in the first printk, but the second printk uses %pI4 which expects a be32. This will cause a mismatch between the debug statement and the warning statement. Treat as a be32 throughout and avoid some byteswapping during some comparisions, and allow another user of HIPQUAD to bite the dust. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions