You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/vde/files/vde.conf-r1

15 lines
341 B

# 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="qemu"
# VDE socket location (default: /run/${RC_SVCNAME}.ctl)
VDE_SOCKET=""
# Additional options passed to the vde_switch daemon.
#VDE_OPTS=""
VDE_OPTS=""