[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules
authorPavel Emelyanov <xemul@openvz.org>
Wed, 9 Jan 2008 08:33:11 +0000 (00:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:10 +0000 (15:01 -0800)
commit3d7cc2ba628dcc6b55a2bafc7eaf35019fdcc201
tree0b709ed4a97e048058d374401b50a3a1dbdce516
parentc6995bdff0fc9f97621922a7f857fa640537a7e2
[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules

This includes the most simple cases for netfilter.

The first part is tne queue modules for ipv4 and ipv6,
on which the net/ipv4/ and net/ipv6/ paths are reused
from the appropriate ipv4 and ipv6 code.

The conntrack module is also patched, but this hunk is
very small and simple.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
include/net/ipv6.h
net/ipv4/netfilter/ip_queue.c
net/ipv4/sysctl_net_ipv4.c
net/ipv6/netfilter/ip6_queue.c
net/ipv6/sysctl_net_ipv6.c
net/netfilter/nf_conntrack_standalone.c