Harvey Harrison f940964901 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>
2009-03-28 23:55:57 -07:00
..
2009-03-21 19:06:50 -07:00
2009-03-17 13:10:52 -07:00
2009-03-28 23:39:18 -07:00
2009-01-04 17:29:21 -08:00
2009-03-21 13:36:17 -07:00
2009-03-21 19:19:16 -07:00
2009-03-03 21:39:40 -08:00
2009-03-21 13:36:17 -07:00
2009-03-21 13:41:09 -07:00
2009-02-26 23:43:35 -08:00