[ovs-git] [openvswitch/ovs] 4e12bb: lacp: enable bond slave immediately after lacp att...

GitHub noreply at github.com
Wed Aug 2 19:36:53 UTC 2017


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 4e12bb34e4f17a9539d0bfa0119a759bcd0aa8aa
      https://github.com/openvswitch/ovs/commit/4e12bb34e4f17a9539d0bfa0119a759bcd0aa8aa
  Author: Huanle Han <hanxueluo at gmail.com>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M lib/lacp.c

  Log Message:
  -----------
  lacp: enable bond slave immediately after lacp attach

There is a long interval (5~20 seconds) between lacp slave attach
and bond slave enable. During the interval, ovs drop all received
packets from that slave because bond_check_admissibility() check
fails. The root cause is that connectivity_seq is not changed
after lacp update and lacp status is not populated into port->may_enable
by port_run() immediately.

Signed-off-by: Huanle Han <hanxueluo at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list