1config BR2_PACKAGE_LIBNETFILTER_LOG
2	bool "libnetfilter_log"
3	select BR2_PACKAGE_LIBMNL
4	select BR2_PACKAGE_LIBNFNETLINK
5	help
6	  libnetfilter_log is a userspace library providing interface
7	  to packets that have been logged by the kernel packet filter.
8
9	  https://www.netfilter.org/projects/libnetfilter_log/
10