2005-08-10 10:30:24 +08:00
|
|
|
config NETFILTER_NETLINK
|
|
|
|
tristate "Netfilter netlink interface"
|
|
|
|
help
|
|
|
|
If this option is enabled, the kernel will include support
|
|
|
|
for the new netfilter netlink interface.
|
2005-08-10 10:44:15 +08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|