mirror of
https://github.com/aya-rs/aya.git
synced 2026-03-03 18:23:55 +01:00
The netlink attribute buffer in TcRequest was only 64 bytes, which is not enough when TC program names get close to the kernel's 256-byte limit. This led to a misleading no space left error when attaching programs with longer names. Bump the buffer size so it can precisely fit all the netlink attributes and the max-length name.