Re: [ovs-dev] [PATCH] ovs-ctl.in: Don't save flows if the daemons are not running.

2012-10-24 Thread Gurucharan Shetty
On Wed, Oct 24, 2012 at 1:42 PM, Ben Pfaff wrote: > On Wed, Oct 24, 2012 at 01:19:24PM -0700, Gurucharan Shetty wrote: > > 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 r

Re: [ovs-dev] [PATCH] ovs-ctl.in: Don't save flows if the daemons are not running.

2012-10-24 Thread Ben Pfaff
On Wed, Oct 24, 2012 at 01:19:24PM -0700, Gurucharan Shetty wrote: > 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. > > Signe

[ovs-dev] [PATCH] ovs-ctl.in: Don't save flows if the daemons are not running.

2012-10-24 Thread Gurucharan Shetty
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 --- utilities/ovs-ctl.in |8 +--- 1 files