Closed hgshoggins closed 2 months ago
My kernel log is full of netlink: 'teamd': attribute type 3 has an invalid length messages. What could be the meaning of it? What is the attribute type 3? Is it something in the JSON config or somewhere else?
netlink: 'teamd': attribute type 3 has an invalid length
attribute type 3
My JSON is as follows:
{ "runner": { "name": "lacp", "fast_rate": true, "tx_balancer": { "name": "basic" }, "tx_hash": ["eth", "ipv4", "ipv6"] }, "link_watch": { "name": "ethtool" } }
Nevermind, I was using a fairly old version. 1.32 is fine without errors.
1.32
My kernel log is full of
netlink: 'teamd': attribute type 3 has an invalid length
messages. What could be the meaning of it? What is theattribute type 3
? Is it something in the JSON config or somewhere else?My JSON is as follows: