* [docker-teamd]: Explicitly set LAG hwaddr Team device is initially created without any members and has a random HW address, which is later changed to port's address. This configuration sets team device's address explicitly to base MAC to avoid reassignment. Signed-off-by: marian-pritsak <marianp@mellanox.com> * Update teamd config tests with hwaddr Signed-off-by: marian-pritsak <marianp@mellanox.com> * Align HW addr byte for Centec and Mellanox Signed-off-by: marian-pritsak <marianp@mellanox.com> * Change HW addr to unicast in config tests Signed-off-by: marian-pritsak <marianp@mellanox.com>
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
{
|
|
"device": "PortChannel03",
|
|
"hwaddr": "e4:1d:2d:a5:f3:ad",
|
|
"runner": {
|
|
"name": "lacp",
|
|
"active": true,
|
|
"min_ports": 1,
|
|
"tx_hash": ["eth", "ipv4", "ipv6"]
|
|
},
|
|
"link_watch": {
|
|
"name": "ethtool"
|
|
},
|
|
"ports": {
|
|
"Ethernet120": {}
|
|
}
|
|
}
|
|
|