Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 26 Jan 2024 12:13:08 -0800 you wrote:
Modern OSes use iptables implementation with nf_tables as a backend, e.g.:
$ iptables -V iptables v1.8.8 (nf_tables)
Pablo points out that we need CONFIG_NFT_COMPAT to make that work, otherwise we see a lot of:
[...]
Here is the summary with links: - [net] selftests: net: add missing config for nftables-backed iptables https://git.kernel.org/netdev/net/c/59c93583491a
You are awesome, thank you!