2011-06-21 13:00:22 -07:00
|
|
|
### Configuration options for openvswitch
|
|
|
|
|
2012-05-02 15:21:36 -07:00
|
|
|
# Copyright (C) 2009, 2010, 2011 Nicira, Inc.
|
2011-06-21 13:00:22 -07:00
|
|
|
|
|
|
|
# FORCE_COREFILES: If 'yes' then core files will be enabled.
|
|
|
|
# FORCE_COREFILES=yes
|
|
|
|
|
|
|
|
# OVSDB_SERVER_PRIORITY: "nice" priority at which to run ovsdb-server.
|
|
|
|
#
|
|
|
|
# OVSDB_SERVER_PRIORITY=-10
|
|
|
|
|
|
|
|
# VSWITCHD_PRIORITY: "nice" priority at which to run ovs-vswitchd.
|
|
|
|
# VSWITCHD_PRIORITY=-10
|
|
|
|
|
|
|
|
# VSWITCHD_MLOCKALL: Whether to pass ovs-vswitchd the --mlockall option.
|
|
|
|
# This option should be set to "yes" or "no". The default is "yes".
|
|
|
|
# Enabling this option can avoid networking interruptions due to
|
|
|
|
# system memory pressure in extraordinary situations, such as multiple
|
|
|
|
# concurrent VM import operations.
|
|
|
|
# VSWITCHD_MLOCKALL=yes
|
2011-11-14 09:08:03 -08:00
|
|
|
|
2012-06-15 10:26:34 -07:00
|
|
|
# OVS_CTL_OPTS: Extra options to pass to ovs-ctl. This is, for example,
|
|
|
|
# a suitable place to specify --ovs-vswitchd-wrapper=valgrind.
|
|
|
|
# OVS_CTL_OPTS=
|