summaryrefslogtreecommitdiff
path: root/net-misc/vde/files/vde.conf-r1
blob: 856bde8ea2b06470c661fdefcec9223522388f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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="qemu"

# VDE socket location (default: /run/${RC_SVCNAME}.ctl)
VDE_SOCKET=""

# Additional options passed to the vde_switch daemon.
#VDE_OPTS=""
VDE_OPTS=""