Skip to content

Commit

Permalink
netfilter: kmod-nft-netdev: add egress support
Browse files Browse the repository at this point in the history
The netdev egress hook was added in Linux kernel 5.16.

Link: https://patchwork.ozlabs.org/project/openwrt/patch/[email protected]/
Signed-off-by: 谢致邦 (XIE Zhibang) <[email protected]>
  • Loading branch information
Red54 authored and hauke committed Jul 13, 2024
1 parent 708b77f commit e4ce494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/kernel/linux/modules/netfilter.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ define KernelPackage/nft-netdev
DEPENDS:=+kmod-nft-core
KCONFIG:= \
CONFIG_NETFILTER_INGRESS=y \
CONFIG_NETFILTER_EGRESS=y \
CONFIG_NF_TABLES_NETDEV \
CONFIG_NF_DUP_NETDEV \
CONFIG_NFT_DUP_NETDEV \
Expand Down

0 comments on commit e4ce494

Please sign in to comment.