[BUG] LACP state machine will find nothing and do nothing when link is single passing

2017-02-16 Thread zhou zhengwu
Hi [1]Problem description: ServerA [bond] --- [bond] ServerB I have two servers which connected with bonding interfaces LACP enabled. Two bonding interfaces are configured like following: insmod ./bonding.ko mode=4 lacp_rate=1 all_slaves_active=1 echo +trunk1 > /sys/class/ne

Re: [BUG] LACP state machine will find nothing and do nothing when link is single passing

2017-02-17 Thread zhou zhengwu
// attach to the founded aggregator port->aggregator = aggregator; port->actor_port_aggregator_identifier = port->aggregator->aggregator_identifier; On 2017/2/16 17:20, zhou zhengwu