X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-ctl.in;h=7febd1c2198527408ba544c22f1a98357375ac36;hb=e43928f2862b83a3c13e8662490a22fa25405be5;hp=e8b72bad76138fcca75020d99fce75ddcd1e1fad;hpb=03d589afc85bd3a7bb29c10bcd366835b1253e97;p=openvswitch diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in index e8b72bad..7febd1c2 100755 --- a/utilities/ovs-ctl.in +++ b/utilities/ovs-ctl.in @@ -420,7 +420,8 @@ restart () { stop_forwarding start_forwarding - restore_flows + # Restore the saved flows. Do not return error if restore fails. + restore_flows || true } ## --------------- ##