Skip to content

Commit 3376801

Browse files
valpackettslp
authored andcommitted
config: consistently enable TUN and VETH across arches
They're already enabled on x86_64, enable on other architectures as well. TUN is especially useful for VPN clients. Signed-off-by: Val Packett <[email protected]>
1 parent 23721f0 commit 3376801

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config-libkrunfw_aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,9 +1398,9 @@ CONFIG_NET_CORE=y
13981398
# CONFIG_GTP is not set
13991399
# CONFIG_MACSEC is not set
14001400
# CONFIG_NETCONSOLE is not set
1401-
# CONFIG_TUN is not set
1401+
CONFIG_TUN=y
14021402
# CONFIG_TUN_VNET_CROSS_LE is not set
1403-
# CONFIG_VETH is not set
1403+
CONFIG_VETH=y
14041404
CONFIG_VIRTIO_NET=y
14051405
# CONFIG_NLMON is not set
14061406
# CONFIG_MHI_NET is not set

config-libkrunfw_riscv64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,9 +1264,9 @@ CONFIG_NET_CORE=y
12641264
# CONFIG_PFCP is not set
12651265
# CONFIG_MACSEC is not set
12661266
# CONFIG_NETCONSOLE is not set
1267-
# CONFIG_TUN is not set
1267+
CONFIG_TUN=y
12681268
# CONFIG_TUN_VNET_CROSS_LE is not set
1269-
# CONFIG_VETH is not set
1269+
CONFIG_VETH=y
12701270
CONFIG_VIRTIO_NET=y
12711271
# CONFIG_NLMON is not set
12721272
# CONFIG_NETKIT is not set

0 commit comments

Comments
 (0)