From 450557d943124112ae130b5509306f6c8ceb201a Mon Sep 17 00:00:00 2001 From: Adrian Berger Date: Wed, 6 Aug 2025 14:36:20 +0200 Subject: [PATCH] sys-kernel/coreos-modules: Enable CONFIG_INET_DIAG_DESTROY Signed-off-by: Adrian Berger --- changelog/changes/2025-08-06-enable-config-inet-diag-destroy.md | 1 + .../sys-kernel/coreos-modules/files/commonconfig-6.12 | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/changes/2025-08-06-enable-config-inet-diag-destroy.md diff --git a/changelog/changes/2025-08-06-enable-config-inet-diag-destroy.md b/changelog/changes/2025-08-06-enable-config-inet-diag-destroy.md new file mode 100644 index 00000000000..42bc8da551e --- /dev/null +++ b/changelog/changes/2025-08-06-enable-config-inet-diag-destroy.md @@ -0,0 +1 @@ +- Enable CONFIG_INET_DIAG_DESTROY in kernel options ([flatcar/scripts#3176](https://github.com/flatcar/scripts/pull/3176)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 index 32312c1cba9..631af6ca8a8 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 @@ -282,6 +282,7 @@ CONFIG_INET6_ESP_OFFLOAD=m CONFIG_INET6_IPCOMP=m CONFIG_INET_AH=m CONFIG_INET_DIAG=m +CONFIG_INET_DIAG_DESTROY=y CONFIG_INET_ESP=m CONFIG_INET_ESP_OFFLOAD=m CONFIG_INET_IPCOMP=m