commit | 7ad269787b6615ca56bb161063331991fce51abf | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Jan 24 10:21:12 2024 +0100 |
committer | Florian Westphal <fw@strlen.de> | Mon Jan 29 15:43:21 2024 +0100 |
tree | 741b168aec73f45f8287a0dedcb0f74b7f8176fb | |
parent | a9525c7f6219cee9284c0031c5930e8d41384677 [diff] |
netfilter: ebtables: allow xtables-nft only builds Same patch as previous one, but for ebtables. To build a kernel that only supports ebtables-nft, the builtin tables need to be disabled, i.e.: CONFIG_BRIDGE_EBT_BROUTE=n CONFIG_BRIDGE_EBT_T_FILTER=n CONFIG_BRIDGE_EBT_T_NAT=n The ebtables specific extensions can then be used nftables' NFT_COMPAT interface. Signed-off-by: Florian Westphal <fw@strlen.de>