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

IPRoute().get_rules() is broken in strict mode #1224

Open
ffourcot opened this issue Dec 20, 2024 · 4 comments
Open

IPRoute().get_rules() is broken in strict mode #1224

ffourcot opened this issue Dec 20, 2024 · 4 comments

Comments

@ffourcot
Copy link
Collaborator

In [7]: IPRoute(ext_ack=True, strict_check=True).get_rules(family=AF_INET)
---------------------------------------------------------------------------
NetlinkError                              Traceback (most recent call last)
Cell In [7], line 1
----> 1 IPRoute(ext_ack=True, strict_check=True).get_rules(family=AF_INET)

[...]

NetlinkError: (22, 'Invalid values in header for fib rule dump request')

I can try to git bisect if necessary, I don't know that last working version

@svinota
Copy link
Owner

svinota commented Dec 20, 2024

Thanks, fixing!

Expect it on this Monday the latest.

@svinota
Copy link
Owner

svinota commented Dec 20, 2024

BTW, the last stable version is tagged now as 0.8.1.

@svinota
Copy link
Owner

svinota commented Dec 21, 2024

The issue reproduced and located. Looking for the root cause.

svinota added a commit that referenced this issue Dec 23, 2024
@svinota
Copy link
Owner

svinota commented Dec 23, 2024

Should be fixed now.

The CI will be fixed this week as well.

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

No branches or pull requests

2 participants