-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Compatiblity to read IPRoute attribute #1223
Comments
You can check this attribute, as well as some others, in the print(ipr.status) But currently this particular Pls be aware that the core is being rewritten, so some more issues might happen the nearest weeks. |
I understood that current master branch is "experimental", it's fine for me. I just tried to run some of our tests suites with it, to report (and perhaps contribute to solve) emerging bugs. Please consider all our reports as low priority, it's only to track it. So far, it looks promising. |
I hope to keep the master branch less experimental :) But the CI covers not all the functionality yet, thus compatibility issues. The first priority now is to make the current master as functional as 0.8.1, though eventual API differences might happen. |
Thanks, code has been updated with ipr.status |
Hello,
We used to read IPRoute attributes to check if some options are enabled on it, like this:
How can we update our code to check this now?
The text was updated successfully, but these errors were encountered: