Skip to content
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

Update (query.rs): Add missing link type info from recent libbpf changes #1111

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

syogaraj
Copy link
Contributor

@syogaraj syogaraj commented Mar 5, 2025

No description provided.

Copy link
Collaborator

@d-e-s-o d-e-s-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks mostly good, left a few minor comments.

/// Priority of the netfilter link
pub priority: i32,
/// Flags used for the netfilter link
pub flags: u32,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we'd make these strongly typed in some way or another, but I understand we are not consistent with that at the moment. At the very least I think we should link the possible values.

Signed-off-by: yogaraj.s <yogarajsivaprakasam@gmail.com>
@danielocfb danielocfb merged commit bdc2b78 into libbpf:master Mar 6, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants