From c737fb227929d5b0d5f01d61464d965bd9d2b0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 5 Feb 2018 18:35:20 +0100 Subject: Try to fix vde compilation --- net-misc/vde/files/vde.conf-r1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-misc/vde/files/vde.conf-r1 (limited to 'net-misc/vde/files/vde.conf-r1') diff --git a/net-misc/vde/files/vde.conf-r1 b/net-misc/vde/files/vde.conf-r1 new file mode 100644 index 0000000..856bde8 --- /dev/null +++ b/net-misc/vde/files/vde.conf-r1 @@ -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="qemu" + +# VDE socket location (default: /run/${RC_SVCNAME}.ctl) +VDE_SOCKET="" + +# Additional options passed to the vde_switch daemon. +#VDE_OPTS="" +VDE_OPTS="" \ No newline at end of file -- cgit v1.2.3