From: Florian Westphal fwestpha@redhat.com
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 fwestpha@redhat.com
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