jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
225 stars 57 forks source link

team interface does not come up if neighbour is absent for some time #8

Open funditus opened 10 years ago

funditus commented 10 years ago

I use arp_ping link watches and activebackup runner. If I start teaming on one side, but the other side is not reachable for some time (some seconds) libteam puts team0 to DOWN state forever. If afterwards other side comes up, all ports in team0 are in UP state on both sides, but team0 is DOWN anyway on the first side. ip link set dev team0 up does not help. The only workaround to this is to start team0 on both sides almost at the same time. Any solution to this?

funditus commented 10 years ago

I have the same problem with load balancing scheme. I tried on LXC, now going to test with different kernels.