X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=xenserver%2Fusr_share_openvswitch_scripts_sysconfig.template;h=c639df81aafe0d30d4637c36774d5ea4539afd52;hb=79eb8b002c588e6f7495a0cd73d8a0597a458442;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..c639df81 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.