# Set options vde_switch program # To activate this vde profile add it to /etc/vde2/conf.d/.conf # Global options VDE_NUMPORTS="" # Number of ports (default 32) VDE_HUB="" # "yes" Make the switch act as a hub VDE_FSTP="" # "yes" Activate the fast spanning tree protocol VDE_MAC="" # Set the Switch MAC address VDE_PRIORITY="" # Set the priority for FST (MAC extension) VDE_HASHSIZE="" # Hash table size # Options from datasock module VDE_SOCK_MODE="660" # Standard access mode for comm sockets (octal) VDE_SOCK_GROUP="netdev" # Group owner for comm sockets # Options from consmgmt module VDE_MGMT_SOCK_MODE="660" # management UNIX socket access mode (octal) VDE_MGMT_SOCK_GROUP="netdev" # Group owner for socket # Other options to parse to vde_switch VDE_OPTIONS="" # VDE with internet support # You can use either tuntap method or slirpvde method. # Options from tuntap module. Tap interfaces should be configured in /etc/rc.d/rc.inet1.conf VDE_TAP="" # Enable routing through TAP tap interface (comma separated array eg.:"tap0,tap1"). # slirpvde daemon support SLIRP="" # "yes" enable/disable SLIRP daemon support SLIRP_DHCP="" # "yes" turn on the DHCP server for the network autoconfiguration of all the units connected to the VDE SLIRP_HOST="" # specify the network address (default 10.0.2.2/24) SLIRP_TFTP="" # The path to a tftp directory. Default empty means no tftp. # other options to parse to slirpvde SLIRP_OPTIONS=""