Re: [ovs-dev] [PATCH RFC v3] ovs-ctl: Allow selective start for db and switch

2016-03-25 Thread Ben Pfaff
On Thu, Mar 24, 2016 at 01:42:29PM -0400, Aaron Conole wrote: > Currently, ``ovs-ctl start'' will attempt to start both the DB and > vswitchd. This is quite convenient when the database already has all of > the configuration values required, and when using a single services file > for systemd integ

[ovs-dev] [PATCH RFC v3] ovs-ctl: Allow selective start for db and switch

2016-03-24 Thread Aaron Conole
Currently, ``ovs-ctl start'' will attempt to start both the DB and vswitchd. This is quite convenient when the database already has all of the configuration values required, and when using a single services file for systemd integration. The same goes for the ``ovs-ctl stop'' command. However, ther