Merge pull request #3176 from adberger/main

sys-kernel/coreos-modules: Enable CONFIG_INET_DIAG_DESTROY

Enables cilium to work with kubeProxyReplacement using socketLB.
Also helps other tools like ss -K to work.
This commit is contained in:
Adrian Vladu 2025-08-20 11:19:33 +03:00 committed by GitHub
commit ffa8f56297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- Enable CONFIG_INET_DIAG_DESTROY in kernel options ([flatcar/scripts#3176](https://github.com/flatcar/scripts/pull/3176))

View File

@ -285,6 +285,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