You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop unnecessary size checks and corrections for Netlink attributes.
Some Netlink attributes have a fixed size. The map attempted to make adding
attributes safer and easier by having default sizes for certain attributes.
However, attributes are identified via their enums, which often overlap for
different types of requests, making these default sizes not hold true for all
attributes that map to it.
PiperOrigin-RevId: 778632075
0 commit comments