summaryrefslogtreecommitdiffstats
path: root/main/vde2/vde.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-31 14:44:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-31 14:44:55 +0000
commit79851f369df72a93ef0d3b10d8ce700d7da30672 (patch)
tree291376702650c2ce84d6cff800a34b927a553635 /main/vde2/vde.confd
parent2e9a487aa9364b646a2dcad16e006a2e3ada0e79 (diff)
downloadaports-79851f369df72a93ef0d3b10d8ce700d7da30672.tar.bz2
aports-79851f369df72a93ef0d3b10d8ce700d7da30672.tar.xz
main/vde2: moved from testing
Diffstat (limited to 'main/vde2/vde.confd')
-rw-r--r--main/vde2/vde.confd10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/vde2/vde.confd b/main/vde2/vde.confd
new file mode 100644
index 000000000..d87945375
--- /dev/null
+++ b/main/vde2/vde.confd
@@ -0,0 +1,10 @@
+# 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"