X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fnetfilter%2FKconfig;h=8296b38bf2701fdd81aa275a18fcbc1b26a7d787;hb=782ebb992ec20b5afdd5786ee8c2f1b58b631f24;hp=3629d3d1776d174dcc8ea11bbf36839619628d41;hpb=f9e815b376dc19e6afc551cd755ac64e9e42d81f;p=linux-2.6 diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 3629d3d177..8296b38bf2 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -3,3 +3,22 @@ config NETFILTER_NETLINK help If this option is enabled, the kernel will include support for the new netfilter netlink interface. + +config NETFILTER_NETLINK_QUEUE + tristate "Netfilter NFQUEUE over NFNETLINK interface" + depends on NETFILTER_NETLINK + help + If this option isenabled, the kernel will include support + for queueing packets via NFNETLINK. + +config NETFILTER_NETLINK_LOG + tristate "Netfilter LOG over NFNETLINK interface" + depends on NETFILTER_NETLINK + help + If this option is enabled, the kernel will include support + for logging packets via NFNETLINK. + + This obsoletes the existing ipt_ULOG and ebg_ulog mechanisms, + and is also scheduled to replace the old syslog-based ipt_LOG + and ip6t_LOG modules. +