]> git.proxmox.com Git - mirror_ovs.git/blame - rhel/usr_share_openvswitch_scripts_sysconfig.template
rhel: Fix syntax error when matching version.
[mirror_ovs.git] / rhel / usr_share_openvswitch_scripts_sysconfig.template
CommitLineData
c434706a
BP
1### Configuration options for openvswitch
2
e0edde6f 3# Copyright (C) 2009, 2010, 2011 Nicira, Inc.
c434706a
BP
4
5# FORCE_COREFILES: If 'yes' then core files will be enabled.
6# FORCE_COREFILES=yes
7
8# OVSDB_SERVER_PRIORITY: "nice" priority at which to run ovsdb-server.
9#
10# OVSDB_SERVER_PRIORITY=-10
11
12# VSWITCHD_PRIORITY: "nice" priority at which to run ovs-vswitchd.
13# VSWITCHD_PRIORITY=-10
14
15# VSWITCHD_MLOCKALL: Whether to pass ovs-vswitchd the --mlockall option.
16# This option should be set to "yes" or "no". The default is "yes".
17# Enabling this option can avoid networking interruptions due to
18# system memory pressure in extraordinary situations, such as multiple
19# concurrent VM import operations.
20# VSWITCHD_MLOCKALL=yes
279320b8 21
87378a87
BP
22# OVS_CTL_OPTS: Extra options to pass to ovs-ctl. This is, for example,
23# a suitable place to specify --ovs-vswitchd-wrapper=valgrind.
24# OVS_CTL_OPTS=