From: Ben Pfaff Date: Tue, 14 Aug 2012 20:41:01 +0000 (-0700) Subject: bond: Correct comment. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~40 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=477879ea870814d297e65ebccc91c6a73a0cf160;hp=d88b629b974184efbca54d1750026904a9f77c3f;p=sliver-openvswitch.git bond: Correct comment. Signed-off-by: Ben Pfaff --- diff --git a/lib/bond.c b/lib/bond.c index 4d711c034..71784160a 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