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 <[email protected]> Signed-off-by: Ethan Jackson <[email protected]> --- 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 [email protected] Edwin Chiu [email protected] Eivind Bulie Haanaes Eric Lopez [email protected] +Frido Roose [email protected] Gaetano Catalli [email protected] George Shuklin [email protected] Ghanem Bahri [email protected] 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 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
