[ovs-dev] [PATCH] lacp: Notify LACP module when carrier changes.

Ben Pfaff blp at nicira.com
Wed Mar 7 22:53:43 UTC 2012


On Wed, Mar 07, 2012 at 02:51:12PM -0800, Ethan Jackson wrote:
> Without this patch, when a slave's carrier goes down, the LACP
> module (as evidenced by ovs-appctl lacp/show) would consider the
> slave current until it hadn't received LACP PDUs for the requisite
> amount of time.  It should instead, immediately mark the slave
> expired.  This shouldn't actually affect the behavior of LACP bonds
> because the bond module won't choose to send traffic out a slave
> whose carrier is down.
> 
> Signed-off-by: Ethan Jackson <ethan at nicira.com>
> ---
> 
> Here's a version with an updated commit message that actually updates
> carrier_seq.

This version looks good, thank you.



More information about the dev mailing list