From 49d2e17ea5cc81e377481fa14035aab5b0ae740b Mon Sep 17 00:00:00 2001 From: Flavio Leitner Date: Oct 28 2013 17:58:43 +0000 Subject: rhel: Return an exit value of 0 for ifup-ovs. applied upstream commit 79416011612541d103a1d396d888bb8c84eb1da4 Signed-off-by: Flavio Leitner --- diff --git a/ifup-ovs b/ifup-ovs index f24bf78..6748908 100644 --- a/ifup-ovs +++ b/ifup-ovs @@ -77,6 +77,7 @@ case "$TYPE" in ${OTHERSCRIPT} ${CONFIG} fi [ -n "${STP}" ] && ovs-vsctl --no-wait set bridge "${DEVICE}" stp_enable="${STP}" + exit 0 ;; OVSPort) /sbin/ifup "$OVS_BRIDGE" diff --git a/openvswitch.spec b/openvswitch.spec index 1a482ab..abd5377 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -19,7 +19,7 @@ Name: openvswitch Version: 1.11.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -268,6 +268,10 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/ovsdbmonitor %changelog +* Mon Oct 28 2013 Flavio Leitner - 1.11.0-5 +- applied upstream commit 79416011612541d103a1d396d888bb8c84eb1da4 + rhel: Return an exit value of 0 for ifup-ovs. + * Mon Oct 28 2013 Flavio Leitner - 1.11.0-4 - applied upstream commit 2517bad92eec7e5625bc8b248db22fdeaa5fcde9 Added RHEL ovs-ifup STP option handling