On Fri, Mar 28, 2014 at 12:28:58AM -0700, Andy Zhou wrote:
> On Thu, Mar 27, 2014 at 8:29 PM, Ben Pfaff wrote:
> > I don't think it's a good idea to actually exit with an error code,
> > because it's a change in behavior that could break scripts. For
> > example, I bet that some people use "ovs-v
On Thu, Mar 27, 2014 at 8:29 PM, Ben Pfaff wrote:
> On Thu, Mar 27, 2014 at 05:10:31PM +0100, Thomas Graf wrote:
>> From: Andy Zhou
>>
>> ovs-vsctl is a command-line interface to the Open vSwitch database,
>> and as such it just modifies the desired Open vSwitch configuration in
>> the database.
On Thu, Mar 27, 2014 at 05:10:31PM +0100, Thomas Graf wrote:
> From: Andy Zhou
>
> ovs-vsctl is a command-line interface to the Open vSwitch database,
> and as such it just modifies the desired Open vSwitch configuration in
> the database. ovs-vswitchd, on the other hand, monitors the database
>
From: Andy Zhou
ovs-vsctl is a command-line interface to the Open vSwitch database,
and as such it just modifies the desired Open vSwitch configuration in
the database. ovs-vswitchd, on the other hand, monitors the database
and implements the actual configuration specified in the database.
This