]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: x_tables: pass registered match/target data to match/target functions
authorPatrick McHardy <kaber@trash.net>
Tue, 21 Mar 2006 02:02:15 +0000 (18:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 02:02:15 +0000 (18:02 -0800)
commit0940c826bf45a4e9645148cc57446a1c2f1f37ef
tree9c60dd1717ddf458f66c4a71cb41c3ef7186cdd3
parent4b9195cd1428f84d1e27f7670e8a9d3be9394d5e
[NETFILTER]: x_tables: pass registered match/target data to match/target functions

This allows to make decisions based on the revision (and address family
with a follow-up patch) at runtime.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/sched/act_ipt.c