789d61ab13950347d62e6caf3bad9625ec26634f
[sliver-openvswitch.git] / xenserver / etc_sysconfig_vswitch.example
1 ### Configuration options for vswitch
2
3 # Copyright (C) 2009 Nicira Networks, Inc.
4 #
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.  This file is offered as-is,
8 # without warranty of any kind.
9
10 # VSWITCH_BASE: Root directory where vswitch binaries are installed
11 # VSWITCH_BASE=/root/vswitch/openvswitch/build
12
13 # ENABLE_BRCOMPAT: If 'y' than emulate linux bridging interfaces
14 #    using the brcompat kernel module and ovs-brcompatd daemon
15 # ENABLE_BRCOMPAT=y
16
17 # ENABLE_FAKE_PROC_NET: If 'y' then emulate linux bonding and vlan
18 #    files in /proc as if the bonding and vlan demultiplexing done in
19 #    ovs-vswitchd were being implemented using existing Linux mechanisms.
20 #    This is useful in some cases when replacing existing solutions.
21 # ENABLE_FAKE_PROC_NET=y
22
23 # FORCE_COREFILES: If 'y' then core files will be enabled.
24 # FORCE_COREFILES=y
25
26 # COREFILE_PATTERN: Pattern used to determine path and filename for
27 #     core files when FORCE_COREFILES is 'y'.  This is Linux specific.
28 #     See the manpage for "core".
29 # COREFILE_PATTERN="/var/log/%e-%t"
30
31 # VSWITCHD_CONF: File in which ovs-vswitchd stores its configuration.
32 # VSWITCHD_CONF=/etc/ovs-vswitchd.conf
33
34 # VSWITCHD_PIDFILE: File in which to store the pid of the running
35 #     ovs-vswitchd.
36 # VSWITCHD_PIDFILE=/var/run/ovs-vswitchd.pid
37
38 # VSWITCHD_RUN_DIR: Set the directory in which ovs-vswitchd should be
39 #     run.  This mainly affects where core files will be placed.
40 # VSWITCHD_RUN_DIR=/var/xen/vswitch
41
42 # VSWITCHD_PRIORITY: "nice" priority at which to run ovs-vswitchd and related
43 #     processes.
44 # VSWITCHD_PRIORITY=-5
45
46 # VSWITCHD_LOGFILE: File to send the FILE_LOGLEVEL log messages to.
47 # VSWITCHD_LOGFILE=/var/log/ovs-vswitchd.log
48
49 # VSWITCHD_FILE_LOGLEVEL: Log level at which to log into the
50 #     VSWITCHD_LOG file.  If this is null or not set the logfile will
51 #     not be created and nothing will be sent to it.  This is the
52 #     default.  The available options are: EMER, WARN, INFO and DBG.
53 # VSWITCHD_FILE_LOGLEVEL=""
54
55 # VSWITCHD_SYSLOG_LOGLEVEL: Log level at which to log into syslog.  If
56 #     this is null or not set the default is to log to syslog
57 #     emergency and warning level messages only.
58 # VSWITCHD_SYSLOG_LOGLEVEL="WARN"
59
60 # BRCOMPATD_PIDFILE: File in which to store the pid of the running
61 #     ovs-brcompatd (the Linux bridge compatibility daemon for ovs-vswitchd).
62 #     If this is the empty string, ovs-brcompatd will not be started and
63 #     the brcompat_mod kernel module will not be inserted.  Note that
64 #     the default is to use brcompat!
65 # BRCOMPATD_PIDFILE=/var/run/ovs-brcompatd.pid
66
67 # BRCOMPATD_RUN_DIR: Set the directory in which ovs-brcompatd should be
68 #     run.  This mainly affects where core files will be placed.
69 # BRCOMPATD_RUN_DIR=/var/xen/vswitch
70
71 # BRCOMPATD_PRIORITY: "nice" priority at which to run ovs-vswitchd and related
72 #     processes.
73 # BRCOMPATD_PRIORITY=-5
74
75 # BRCOMPATD_LOGFILE: File to send the FILE_LOGLEVEL log messages to.
76 # BRCOMPATD_LOGFILE=/var/log/ovs-brcompatd.log
77
78 # BRCOMPATD_FILE_LOGLEVEL: Log level at which to log into the
79 #     BRCOMPATD_LOG file.  If this is null or not set the logfile will
80 #     not be created and nothing will be sent to it.  This is the
81 #     default.  The available options are: EMER, WARN, INFO and DBG.
82 # BRCOMPATD_FILE_LOGLEVEL=""
83
84 # BRCOMPATD_SYSLOG_LOGLEVEL: Log level at which to log into syslog.  If
85 #     this is null or not set the default is to log to syslog
86 #     emergency and warning level messages only.
87 # BRCOMPATD_SYSLOG_LOGLEVEL="WARN"