1 # This is a POSIX shell fragment -*- sh -*-
3 # To configure the OpenFlow switch, fill in the following properly and
4 # uncomment them. Afterward, the switch will come up
5 # automatically at boot time. It can be started immediately with
6 # /etc/init.d/openvswitch-switch start
8 # OVSDB_SERVER_OPTS: Additional options to pass to ovsdb-server,
12 # OVS_VSWITCHD_OPTS: Additional options to pass to ovs-vswitchd,
16 # CORE_LIMIT: Maximum size for core dumps.
18 # Leaving this unset will use the system default. Setting it to 0
19 # will disable core dumps. Setting it to "unlimited" will dump all
20 # core files regardless of size.
23 # ENABLE_MONITOR: If 'y' then monitor daemon processes and restart them
24 # if they die due to an error signal.