Open batmancn opened 7 months ago
Even if I change teamd-1 conf as this, also all port UP:
[root@centos8-20240407 public-libteam]# cat ../lacp-t1.conf
{
"device": "team0",
"runner": {
"name": "lacp",
"sys_prio": 66,
"active": true,
"tx_hash": ["eth", "ipv4", "ipv6"]
},
"link_watch": {"name": "ethtool"},
"ports": {
"veth01": {"lacp_prio": 60},
"veth11": {"lacp_prio": 50}
}
}
Hi all,
I'm using teamd-v1.31(tag v1.31) from source compile from https://github.com/jpirko/libteam .
This is my network topo:
Which is run team-1 with veth11 and veth01, run team-2 with veth10 and veth00.
This is my conf:
Then I run these commands on teamd-0 and teamd-1:
In my opinion and code, I think this conf will cause this behavior:
But in fact, veth11 and veth10 is UP, veth01 and veth00 is also UP.
So: 1) What's wrong with my configure? 2) How to configure use lacp port priority?