Config.in 430 B

1234567891011
  1. config BR2_PACKAGE_LIBNFNETLINK
  2. bool "libnfnetlink"
  3. help
  4. libnfnetlink is the low-level library for netfilter related
  5. kernel/userspace communication.
  6. It provides a generic messaging infrastructure for in-kernel
  7. netfilter subsystems (such as nfnetlink_log, nfnetlink_queue,
  8. nfnetlink_conntrack) and their respective users
  9. and/or management tools in userspace.
  10. http://www.netfilter.org/projects/libnfnetlink/