[ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

Ethan Jackson ethan at nicira.com
Mon Jun 25 22:51:30 UTC 2012


When an active-backup bond fails over, it makes sense to update
upstream learning tables of the change so that traffic is forwarded
to the correct slave.

Requested-by: Frido Roose <fr.roose at gmail.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 AUTHORS    |    1 +
 lib/bond.c |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index c03b596..f4da4bb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -95,6 +95,7 @@ DK Moon                 dkmoon at nicira.com
 Edwin Chiu              echiu at nicira.com
 Eivind Bulie Haanaes
 Eric Lopez              elopez at nicira.com
+Frido Roose             fr.roose at gmail.com
 Gaetano Catalli         gaetano.catalli at gmail.com
 George Shuklin          amarao at desunote.ru
 Ghanem Bahri            bahri.ghanem at gmail.com
diff --git a/lib/bond.c b/lib/bond.c
index b9d58b4..4d711c0 100644
--- a/lib/bond.c
+++ b/lib/bond.c
@@ -488,7 +488,6 @@ static bool
 may_send_learning_packets(const struct bond *bond)
 {
     return bond->lacp_status == LACP_DISABLED
-        && bond->balance != BM_AB
         && bond->balance != BM_STABLE
         && bond->active_slave;
 }
-- 
1.7.10.2




More information about the dev mailing list