initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

15
vde2/vde_switch.confd Normal file
View File

@@ -0,0 +1,15 @@
# load the tun module
VDE_MODPROBE_TUN="yes"
# virtual tap networking device to be used for vde
VDE_TAP="tap0"
# The group that will have access to the VDE control socket.
VDE_GROUP="vde"
# VDE socket location (default: /run/${RC_SVCNAME}.ctl)
VDE_SOCKET=""
# Additional options passed to the vde_switch daemon.
#VDE_OPTS=""
VDE_OPTS=""