X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fusr_share_openvswitch_scripts_sysconfig.template;h=6492931b656b2c58ec7d96311ec5e42d6fc51798;hb=a9633ada756ec15e1ed3dd9b503af3027dee3d10;hp=9bd51bc2be81af79c542988706eecdc693314e7c;hpb=bc39196036f8e33d15274855087f0c47be2095ee;p=openvswitch diff --git a/xenserver/usr_share_openvswitch_scripts_sysconfig.template b/xenserver/usr_share_openvswitch_scripts_sysconfig.template index 9bd51bc2..6492931b 100644 --- a/xenserver/usr_share_openvswitch_scripts_sysconfig.template +++ b/xenserver/usr_share_openvswitch_scripts_sysconfig.template @@ -9,13 +9,17 @@ # ENABLE_BRCOMPAT: If 'y' than emulate linux bridging interfaces # using the brcompat kernel module and ovs-brcompatd daemon -# ENABLE_BRCOMPAT=y +# This is required and enabled by default for XenServer 5.5.0, +# and not required and not enabled by default for later versions. +# ENABLE_BRCOMPAT=? # ENABLE_FAKE_PROC_NET: If 'y' then emulate linux bonding and vlan # files in /proc as if the bonding and vlan demultiplexing done in # ovs-vswitchd were being implemented using existing Linux mechanisms. # This is useful in some cases when replacing existing solutions. -# ENABLE_FAKE_PROC_NET=y +# This is required and enabled by default for XenServer 5.5.0, +# and not required and not enabled by default for later versions. +# ENABLE_FAKE_PROC_NET=? # ENABLE_MONITOR: If 'y' then monitor daemon processes and restart them # if they die due to an error signal. @@ -232,3 +236,11 @@ # This option's value is honored only when BRCOMPATD_VALGRIND_LOG is # set to a nonempty string. # BRCOMPATD_VALGRIND_OPT="" + +# XENSERVERD_PIDFILE: File in which to store the pid of the running +# ovs-xenserved. +# XENSERVERD_PIDFILE=/var/run/openvswitch/ovs-xenserverd.pid + +# XENSERVERD_RUN_DIR: Set the directory in which ovs-xenserverd should be +# run. This mainly affects where core files will be placed. +# XENSERVERD_RUN_DIR=/var/xen/openvswitch