Kconfig 801 B

123456789101112131415161718192021222324
  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.
  12. config NETFILTER_NETLINK_LOG
  13. tristate "Netfilter LOG over NFNETLINK interface"
  14. depends on NETFILTER_NETLINK
  15. help
  16. If this option is enabled, the kernel will include support
  17. for logging packets via NFNETLINK.
  18. This obsoletes the existing ipt_ULOG and ebg_ulog mechanisms,
  19. and is also scheduled to replace the old syslog-based ipt_LOG
  20. and ip6t_LOG modules.