aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2005-08-09 19:30:24 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 15:31:29 -0700
commitf9e815b376dc19e6afc551cd755ac64e9e42d81f (patch)
tree1cbc3d1e64d3dd51404c8935e676beb468867979 /net/netfilter/Kconfig
parent[NETFILTER]: connection tracking event notifiers (diff)
downloadlinux-dev-f9e815b376dc19e6afc551cd755ac64e9e42d81f.tar.xz
linux-dev-f9e815b376dc19e6afc551cd755ac64e9e42d81f.zip
[NETFITLER]: Add nfnetlink layer.
Introduce "nfnetlink" (netfilter netlink) layer. This layer is used as transport layer for all userspace communication of the new upcoming netfilter subsystems, such as ctnetlink, nfnetlink_queue and some day even the mythical pkttables ;) Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
new file mode 100644
index 000000000000..3629d3d1776d
--- /dev/null
+++ b/net/netfilter/Kconfig
@@ -0,0 +1,5 @@
+config NETFILTER_NETLINK
+ tristate "Netfilter netlink interface"
+ help
+ If this option is enabled, the kernel will include support
+ for the new netfilter netlink interface.