vde.conf 305 B

1234567891011
  1. # load the tun module
  2. VDE_MODPROBE_TUN="yes"
  3. # virtual tap networking device to be used for vde
  4. VDE_TAP="tap0"
  5. # mode and group for the socket
  6. VDE_SOCK_CHMOD="770"
  7. VDE_SOCK_CHOWN=":qemu"
  8. # This is the actual options string passed to VDE. Change this at your own risk.
  9. VDE_OPTS="-tap ${VDE_TAP} -daemon"