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

config LIBNETFILTER_QUEUE
	tristate
	select LIBNFNETLINK
	prompt "libnetfilter_queue"
	help
	  libnetfilter_queue is a userspace library providing an API to
	  packets that have been queued by the kernel packet filter.
	  It is is part of a system that deprecates the old ip_queue /
	  libipq mechanism.
	  This library has been previously known as libnfnetlink_queue.