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:
Champ-Goblem 2025-05-30 11:25:16 +02:00 committed by Fabiano Fidêncio
parent b8a7350a3d
commit a37080917d

View File

@ -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