On Mon, Oct 17, 2011 at 02:52:50PM -0700, Ethan Jackson wrote:
> > Adding a column shouldn't necessitate incrementing the schema major
> > version.
>
> Middle version number then? Thanks for the review, I'll merge this soon.
Yes, middle, thanks.
___
de
> Adding a column shouldn't necessitate incrementing the schema major
> version.
Middle version number then? Thanks for the review, I'll merge this soon.
Ethan
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Mon, Oct 17, 2011 at 12:10:24PM -0700, Ethan Jackson wrote:
> An interface's 'link_resets' column represents the number of times
> Open vSwitch has observed its link_state change.
...
> if (dev->carrier != change->running) {
> dev->carrier = change->running
An interface's 'link_resets' column represents the number of times
Open vSwitch has observed its link_state change.
---
lib/netdev-dummy.c |1 +
lib/netdev-linux.c | 10 ++
lib/netdev-provider.h |6 ++
lib/netdev-vport.c |1 +
lib/netdev.c