X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rhel%2Fetc_init.d_openvswitch;h=9f1506c38697469b96ec81d5d6313e96de287706;hb=c9f716683d1d4302f026764effc17554c93a8c9f;hp=5501d188156b2f61ce5559f99581567758438480;hpb=438540b315fd4399316fa6e8448898a8ed9ecefb;p=openvswitch diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch index 5501d188..9f1506c3 100755 --- a/rhel/etc_init.d_openvswitch +++ b/rhel/etc_init.d_openvswitch @@ -27,7 +27,7 @@ # Short-Description: Open vSwitch switch ### END INIT INFO -. /usr/share/openvswitch/scripts/ovs-lib.sh || exit 1 +. /usr/share/openvswitch/scripts/ovs-lib || exit 1 test -e /etc/sysconfig/openvswitch && . /etc/sysconfig/openvswitch start () { @@ -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