Skip to content

Commit 177fa81

Browse files
eakman-datadogTheRayquaza
authored andcommitted
kernel: drop unused CONFIG_INET_ESP from default config
1 parent c4b34b2 commit 177fa81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/packaging/kernel/configs/fragments/common/network.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ CONFIG_MACVLAN=y
8282
CONFIG_MACVTAP=y
8383
CONFIG_BRIDGE_NETFILTER=y
8484
CONFIG_VXLAN=y
85-
CONFIG_INET_ESP=y
85+
# IPsec ESP is not required by default Kata workloads. Keep it disabled.
86+
# CONFIG_INET_ESP is not set
8687

8788

8889
# Need netfilter support for iptables

0 commit comments

Comments
 (0)