Ben Pfaff writes:
> On Mon, Mar 21, 2016 at 09:37:15AM -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
On Mon, Mar 21, 2016 at 09:37:15AM -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
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