ovs-ctl: let openvswitch startup to NOT hold up system boot upon error
[cascardo/ovs.git] / utilities / ovs-ctl.in
index 97716e9..99d789c 100755 (executable)
@@ -717,7 +717,7 @@ do
 done
 case $command in
     start)
-        start_ovsdb
+        start_ovsdb || exit 1
         start_forwarding
         add_managers
         ;;