[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification
authorPatrick McHardy <kaber@trash.net>
Sat, 4 Feb 2006 10:19:09 +0000 (02:19 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 5 Feb 2006 07:51:28 +0000 (23:51 -0800)
commit0047c65a60fa3b6607b55e058ea6a89f39cb3f28
tree27fd894c370f7930e38c9e0e83cf9b572b51f4ba
parent878c41ce5747e1b417bdd92a694c33dc4bd6ec02
[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification

The IPv4 and IPv6 version of the policy match are identical besides address
comparison and the data structure used for userspace communication. Unify
the data structures to break compatiblity now (before it is released), so
we can port it to x_tables in 2.6.17.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv4/ipt_policy.h
include/linux/netfilter_ipv6/ip6t_policy.h
net/ipv4/netfilter/ipt_policy.c
net/ipv6/netfilter/ip6t_policy.c