Re: [ovs-dev] [link_resets 2/7] rtnetlink-link: Expose carrier changes.

2011-10-17 Thread Ben Pfaff
On Mon, Oct 17, 2011 at 12:10:19PM -0700, Ethan Jackson wrote: > This will be used in a future commit. Looks good, thank you. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [link_resets 2/7] rtnetlink-link: Expose carrier changes.

2011-10-17 Thread Ethan Jackson
This will be used in a future commit. --- lib/rtnetlink-link.c |1 + lib/rtnetlink-link.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/rtnetlink-link.c b/lib/rtnetlink-link.c index 0a40cea..7d26d86 100644 --- a/lib/rtnetlink-link.c +++ b/lib/rtnetlink-link.c @@