Skip to content

Commit ffa8f56

Browse files
authored
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.
2 parents 60433ca + 450557d commit ffa8f56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Enable CONFIG_INET_DIAG_DESTROY in kernel options ([flatcar/scripts#3176](https://github.com/flatcar/scripts/pull/3176))

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ CONFIG_INET6_ESP_OFFLOAD=m
285285
CONFIG_INET6_IPCOMP=m
286286
CONFIG_INET_AH=m
287287
CONFIG_INET_DIAG=m
288+
CONFIG_INET_DIAG_DESTROY=y
288289
CONFIG_INET_ESP=m
289290
CONFIG_INET_ESP_OFFLOAD=m
290291
CONFIG_INET_IPCOMP=m

0 commit comments

Comments
 (0)