mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 15:57:20 +00:00
kernel: Add CONFIG_TUN for VPN services
TUN/TAP is a must for VPN related services. Signed-off-by: Champ-Goblem <cameron@northflank.com> Signed-off-by: Fabiano Fidêncio <fidencio@northflank.com>
This commit is contained in:
parent
b8a7350a3d
commit
a37080917d
@ -71,3 +71,6 @@ CONFIG_NET_VENDOR_INTEL=y
|
||||
# Add VETH support (necessary for running Docker in the guest)
|
||||
CONFIG_VETH=y
|
||||
# We quite likely need to add others for passthrough and maybe SRIOV support
|
||||
|
||||
# We need TUN/TAP support is a must for VPN kinda services
|
||||
CONFIG_TUN=y
|
||||
|
Loading…
Reference in New Issue
Block a user