Skip to content

Drop unnecessary size checks and corrections for Netlink attributes. #11888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

copybara-service[bot]
Copy link

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.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jul 7, 2025
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: 783458930
@copybara-service copybara-service bot merged commit 7da1254 into master Jul 15, 2025
@copybara-service copybara-service bot deleted the test/cl778632075 branch July 15, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant