From: Florian Westphal fwestpha@redhat.com
configs: enable netfilter_netlink_hook in fedora too
Already enabled in RHEL, so move this to common.
This is required to make nft userspace "list hooks" command functional.
It will display the hook pipeline, i.e., this is an introspection feature.
Signed-off-by: Florian Westphal fwestpha@redhat.com
diff --git a/redhat/configs/rhel/generic/CONFIG_NETFILTER_NETLINK_HOOK b/redhat/configs/common/generic/CONFIG_NETFILTER_NETLINK_HOOK rename from redhat/configs/rhel/generic/CONFIG_NETFILTER_NETLINK_HOOK rename to redhat/configs/common/generic/CONFIG_NETFILTER_NETLINK_HOOK index blahblah..blahblah 100644 --- a/redhat/configs/rhel/generic/CONFIG_NETFILTER_NETLINK_HOOK +++ b/redhat/configs/common/generic/CONFIG_NETFILTER_NETLINK_HOOK diff --git a/redhat/configs/fedora/generic/CONFIG_NETFILTER_NETLINK_HOOK b/redhat/configs/fedora/generic/CONFIG_NETFILTER_NETLINK_HOOK deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_NETFILTER_NETLINK_HOOK +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_NETFILTER_NETLINK_HOOK is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2823