rhel: Add ability to enable bridge compatibility mode in /etc/sysconfig/openvswitch
[cascardo/ovs.git] / rhel / etc_init.d_openvswitch
index 5501d18..f1a34c7 100755 (executable)
@@ -45,6 +45,9 @@ start () {
     if test X"$VSWITCHD_MLOCKALL" != X; then
        set "$@" --mlockall="$VSWITCHD_MLOCKALL"
     fi
+    if test X"$BRCOMPAT" = Xyes; then
+       set "$@" --brcompat
+    fi
     "$@"
 
     $ovs_ctl --protocol=gre enable-protocol