[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols
authorPatrick McHardy <kaber@trash.net>
Wed, 29 Nov 2006 01:35:17 +0000 (02:35 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:17 +0000 (21:31 -0800)
commitd62f9ed4a490309bd9e5df0b42ba5d096e7b5902
tree8d0791c4e4d711c7ae0c259d80553a85dbfe62bd
parentf8eb24a89afa12b48fa7e39775faea6d64b8e538
[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols

Add helper functions for sysctl registration with optional instantiating
of common path elements (like net/netfilter) and use it for support for
automatic registation of conntrack protocol sysctls.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter.h
include/net/netfilter/nf_conntrack_l3proto.h
include/net/netfilter/nf_conntrack_l4proto.h
net/netfilter/Makefile
net/netfilter/nf_conntrack_proto.c
net/netfilter/nf_sysctl.c [new file with mode: 0644]