summaryrefslogtreecommitdiffstats
path: root/rules/libnetfilter_log.in
blob: c1083d1a5baac9b0cb4fa798bd81448206827a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking

config LIBNETFILTER_LOG
	tristate
	select LIBNFNETLINK
	prompt "libnetfilter_log"
	help
	  libnetfilter_log is a userspace library providing interface
	  to packets that have been logged by the kernel packet filter.
	  It is is part of a system that deprecates the old syslog/dmesg
	  based packet logging.
	  This library has been previously known as libnfnetlink_log.