[ovs-dev] [PATCH] bond: Correct comment.

Ben Pfaff blp at nicira.com
Thu Aug 16 20:43:48 UTC 2012


Thanks, I pushed this to master.

On Thu, Aug 16, 2012 at 01:42:24PM -0700, Ethan Jackson wrote:
> Looks good, thank you.
> 
> Ethan
> 
> On Thu, Aug 16, 2012 at 10:47 AM, Ben Pfaff <blp at nicira.com> wrote:
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> >  lib/bond.c |    7 ++++---
> >  1 files changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/lib/bond.c b/lib/bond.c
> > index 4d711c0..7178416 100644
> > --- a/lib/bond.c
> > +++ b/lib/bond.c
> > @@ -1,5 +1,5 @@
> >  /*
> > - * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc.
> > + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
> >   *
> >   * Licensed under the Apache License, Version 2.0 (the "License");
> >   * you may not use this file except in compliance with the License.
> > @@ -498,8 +498,9 @@ may_send_learning_packets(const struct bond *bond)
> >   * is located.  For each MAC that has been learned on a port other than 'bond',
> >   * it should call bond_compose_learning_packet().
> >   *
> > - * This function will only return true if 'bond' is in SLB mode and LACP is not
> > - * negotiated.  Otherwise sending learning packets isn't necessary.
> > + * This function will only return true if 'bond' is in SLB or active-backup
> > + * mode and LACP is not negotiated.  Otherwise sending learning packets isn't
> > + * necessary.
> >   *
> >   * Calling this function resets the state that it checks. */
> >  bool
> > --
> > 1.7.2.5
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list