jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
231 stars 59 forks source link

"netlink: 'teamd': attribute type 3 has an invalid length" in kernel log #79

Closed hgshoggins closed 2 months ago

hgshoggins commented 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?

My JSON is as follows:

{ "runner": { 
  "name": "lacp", 
  "fast_rate": true, 
  "tx_balancer": { 
    "name": "basic" 
  }, 
  "tx_hash": ["eth", "ipv4", "ipv6"] },
  "link_watch": { 
    "name": "ethtool" 
  }
}
hgshoggins commented 2 months ago

Nevermind, I was using a fairly old version. 1.32 is fine without errors.