[NETFILTER]: xt_connmark match, revision 1
authorJan Engelhardt <jengelh@computergmbh.de>
Tue, 15 Jan 2008 07:39:13 +0000 (23:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:21 +0000 (15:02 -0800)
commit96e3227265852ffad332f911887c9cf26c85e40a
tree1f389c2a3e46cc6858f296f72c5d6f31600039cc
parente0a812aea5cbf2085f7645bf2bfd9cba91c8a672
[NETFILTER]: xt_connmark match, revision 1

Introduces the xt_connmark match revision 1. It uses fixed types,
eventually obsoleting revision 0 some day (uses nonfixed types).
(Unfixed types like "unsigned long" do not play well with mixed
user-/kernelspace "bitness", e.g. 32/64, as is common on SPARC64,
and need extra compat code.)

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/xt_connmark.h
net/netfilter/xt_connmark.c