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