1 # Set options vde_switch program
2 # To activate this vde profile add it to /etc/conf.d/vde
5 VDE_NUMPORTS="32" # Number of ports (default 32)
6 VDE_HUB="no" # [yes|no] Make the switch act as a hub
7 VDE_FSTP="no" # [yes|no] Activate the fast spanning tree protocol
8 VDE_MAC="" # Set the Switch MAC address
9 VDE_PRIORITY="" # Set the priority for FST (MAC extension)
10 VDE_HASHSIZE="" # Hash table size
12 # Options from datasock module
13 VDE_SOCK="/var/run/vde/sample.sock" # control directory pathname
14 VDE_SOCK_MODE="660" # Standard access mode for comm sockets (octal)
15 VDE_SOCK_GROUP="root" # Group owner for comm sockets
17 # Options from consmgmt module
18 VDE_MANAGEMENT_SOCK="/var/run/vde/sample.mgmt" # path of the management UNIX socket
19 VDE_MANAGEMENT_SOCK_MODE="660" # management UNIX socket access mode (octal)
21 # Other options to parse to vde_switch
24 # VDE with internet support
25 # You can use either tuntap method or slirpvde method.
27 # Options from tuntap module
28 VDE_TAP="" # Enable routing through TAP tap interface (comma separated array eg.:"tap0,tap1").
30 # slirpvde daemon support
31 SLIRP="no" # [yes|no] enable/disable SLIRP daemon support
32 SLIRP_DHCP="no" # [yes|no] turn on the DHCP server for the network autoconfiguration of all the units connected to the VDE
33 SLIRP_NETWORK="" # specify the network address (default 10.0.2.0)
34 # other options to parse to slirpvde