summaryrefslogtreecommitdiffstats
path: root/main/vde2/vde.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/vde2/vde.confd')
-rw-r--r--main/vde2/vde.confd10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/vde2/vde.confd b/main/vde2/vde.confd
deleted file mode 100644
index d87945375..000000000
--- a/main/vde2/vde.confd
+++ /dev/null
@@ -1,10 +0,0 @@
-# load the tun module
-VDE_MODPROBE_TUN="yes"
-# virtual tap networking device to be used for vde
-VDE_TAP="tap0"
-# mode and group for the socket
-VDE_SOCK_CHMOD="770"
-VDE_SOCK_CHOWN=":qemu"
-
-# This is the actual options string passed to VDE. Change this at your own risk.
-VDE_OPTS="-tap ${VDE_TAP} -daemon"