-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
v4.4.5 fails to parse a BIT value #193
Comments
Thank you for raising this! And sorry for the regression! If you got a simple reproducer handy, that would be awesome. If not - no worries, I will try to come up with one. |
Sorry, our code was masking an error. This will reproduce the error with a compatible Cisco device:
In 4.4.5 the above produces this error In 4.4.4 it works as expected:
|
Both master and release-4.4.6 branches should have this issue fixed. |
Hi etingof, Coud you please release 4.4.6, so that we have a new release with the fix? Cheers, |
Before I release, just wanted to double-check - does it work for you? |
Applying patch 74434d7 on top of 4.4.5 fixes the issue. |
jfyi: pysnmp 4.4.6 with this fix has been released |
Upgrading from 4.4.4 to 4.4.5 has introduced a bug for us. For example this BITS value in CISCO-WAN-3G-MIB has now become an OctetString instead of Bits:
Rolling back to 4.4.4 resolved the problem
The text was updated successfully, but these errors were encountered: