mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
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:
commit
ffa8f56297
@ -0,0 +1 @@
|
||||
- Enable CONFIG_INET_DIAG_DESTROY in kernel options ([flatcar/scripts#3176](https://github.com/flatcar/scripts/pull/3176))
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user