From: Florian Westphal <[email protected]> redhat: disable iptables-legacy compatibility layer
Already disabled in RHEL, also disable this in Fedora. This means 32bit iptables binaries do not work anymore on 64 bit kernels. This doesn't affect 64bit binaries in any way. Signed-off-by: Florian Westphal <[email protected]> diff --git a/redhat/configs/rhel/generic/CONFIG_NETFILTER_XTABLES_COMPAT b/redhat/configs/common/generic/CONFIG_NETFILTER_XTABLES_COMPAT rename from redhat/configs/rhel/generic/CONFIG_NETFILTER_XTABLES_COMPAT rename to redhat/configs/common/generic/CONFIG_NETFILTER_XTABLES_COMPAT index blahblah..blahblah 100644 --- a/redhat/configs/rhel/generic/CONFIG_NETFILTER_XTABLES_COMPAT +++ b/redhat/configs/common/generic/CONFIG_NETFILTER_XTABLES_COMPAT diff --git a/redhat/configs/fedora/generic/CONFIG_NETFILTER_XTABLES_COMPAT b/redhat/configs/fedora/generic/CONFIG_NETFILTER_XTABLES_COMPAT deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_NETFILTER_XTABLES_COMPAT +++ /dev/null @@ -1 +0,0 @@ -CONFIG_NETFILTER_XTABLES_COMPAT=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2823 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
