1 config NETFILTER_NETLINK
2 tristate "Netfilter netlink interface"
4 If this option is enabled, the kernel will include support
5 for the new netfilter netlink interface.
7 config NETFILTER_NETLINK_QUEUE
8 tristate "Netfilter NFQUEUE over NFNETLINK interface"
9 depends on NETFILTER_NETLINK
11 If this option isenabled, the kernel will include support
12 for queueing packets via NFNETLINK.
14 config NETFILTER_NETLINK_LOG
15 tristate "Netfilter LOG over NFNETLINK interface"
16 depends on NETFILTER_NETLINK
18 If this option is enabled, the kernel will include support
19 for logging packets via NFNETLINK.
21 This obsoletes the existing ipt_ULOG and ebg_ulog mechanisms,
22 and is also scheduled to replace the old syslog-based ipt_LOG