Skip to content

redhat/configs: enable nf_tables SYNPROXY extension on ark

Davide Caratti requested to merge dcaratti/kernel-ark:nft-synproxy into os-build

as part of the ongoing iptables deprecation, enable SYNPROXY extension on nftables. While at it, explicitly disable CONFIG_IP{,6}_NF_TARGET_SYNPROXY: they were 'm' but 'make dist-configs' clears them since they depend on CONFIG_NF_IP{,6}TABLES that's unset in ark. The overall result is: support for SYNPROXY is still there, and the kernel keeps building with CONFIG_NETFILTER_SYNPROXY (that's selected by the above items) set to 'm'.

Signed-off-by: Davide Caratti dcaratti@redhat.com

Merge request reports