[NETFILTER]: Add refcounting and /proc/net/netfilter interface to nfnetlink_queue
[linux-2.6] / net / netfilter / Kconfig
1 config NETFILTER_NETLINK
2        tristate "Netfilter netlink interface"
3        help
4          If this option is enabled, the kernel will include support
5          for the new netfilter netlink interface.
6
7 config NETFILTER_NETLINK_QUEUE
8         tristate "Netfilter NFQUEUE over NFNETLINK interface"
9         depends on NETFILTER_NETLINK
10         help
11           If this option isenabled, the kernel will include support
12           for queueing packets via NFNETLINK.
13