From df8e4906f7d02fbf7f705c14fe304e4f4cb4cf38 Mon Sep 17 00:00:00 2001 From: Brett Mastbergen Date: Fri, 30 Oct 2020 10:35:05 -0400 Subject: netfilter: Add queue support for nftables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds the configuration option to build and include the nft_queue kernel module, which allows traffic to be queued up to userspace from an nftables rule Tested-by: Sébastien Delafond sdelafond@gmail.com Signed-off-by: Brett Mastbergen --- package/kernel/linux/modules/netfilter.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'package/kernel/linux/modules/netfilter.mk') diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk index 22a9f8e2a6..aacf5948b1 100644 --- a/package/kernel/linux/modules/netfilter.mk +++ b/package/kernel/linux/modules/netfilter.mk @@ -1167,3 +1167,15 @@ define KernelPackage/nft-fib endef $(eval $(call KernelPackage,nft-fib)) + + +define KernelPackage/nft-queue + SUBMENU:=$(NF_MENU) + TITLE:=Netfilter nf_tables queue support + DEPENDS:=+kmod-nft-core +kmod-nfnetlink-queue + FILES:=$(foreach mod,$(NFT_QUEUE-m),$(LINUX_DIR)/net/$(mod).ko) + AUTOLOAD:=$(call AutoProbe,$(notdir $(NFT_QUEUE-m))) + KCONFIG:=$(KCONFIG_NFT_QUEUE) +endef + +$(eval $(call KernelPackage,nft-queue)) -- cgit v1.2.3