netfilter: nft: add queue module
authorEric Leblond <eric@regit.org>
Thu, 5 Dec 2013 23:24:13 +0000 (00:24 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 7 Dec 2013 22:20:46 +0000 (23:20 +0100)
commit0aff078d58e1c69139189e45ba5e929c030e8056
tree1251133d723af4b7ba6d5152bf6b8b225b44e393
parent97a2d41c47a2246c3387a937c62126c9faefe875
netfilter: nft: add queue module

This patch adds a new nft module named "nft_queue" which provides
a new nftables expression that allows you to enqueue packets to
userspace via the nfnetlink_queue subsystem. It provides the same
level of functionality as NFQUEUE and it shares some code with it.

Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/uapi/linux/netfilter/nf_tables.h
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/nft_queue.c [new file with mode: 0644]