ovs-ctl.in: Don't save flows if the daemons are not running.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 24 Oct 2012 20:19:24 +0000 (13:19 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 24 Oct 2012 23:25:42 +0000 (16:25 -0700)
commit03d589afc85bd3a7bb29c10bcd366835b1253e97
tree3293691c06bd5c7fb8f13ed89f9408d9ce63455b
parente5f77cc3e33d68cf6467842073514cf4d008b852
ovs-ctl.in: Don't save flows if the daemons are not running.

When a 'ovs-ctl restart' is executed and the userspace daemons
like ovsdb-server and ovs-vswitchd are not running, attempt to
save flows can wait forever. This also results in the daemons
from not getting started.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-ctl.in