Kconfig 428 B

12345678910111213
  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. config NETFILTER_NETLINK_QUEUE
  7. tristate "Netfilter NFQUEUE over NFNETLINK interface"
  8. depends on NETFILTER_NETLINK
  9. help
  10. If this option isenabled, the kernel will include support
  11. for queueing packets via NFNETLINK.