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

Strings inside tables erroneously get a dot (".") suffix #14

Closed
pief opened this issue Apr 17, 2014 · 1 comment
Closed

Strings inside tables erroneously get a dot (".") suffix #14

pief opened this issue Apr 17, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@pief
Copy link
Owner

pief commented Apr 17, 2014

Under openSUSE 13.1, string objects inside tables seem to erroneously get a dot (".") suffix that ordinary string objects don't:

pief@e6400:~/python-netsnmpagent/examples> snmpwalk -v 2c -c public -M+. localhost:5555 SIMPLE-MIB::simpleMIB
[...]
SIMPLE-MIB::simpleOctetString.0 = STRING: Hello World
SIMPLE-MIB::simpleDisplayString.0 = STRING: Nice to meet you
SIMPLE-MIB::firstTableNumber.0 = Gauge32: 3
SIMPLE-MIB::firstTableEntryDesc."aa" = STRING: Prague.
SIMPLE-MIB::firstTableEntryDesc."ab" = STRING: Barcelona.
SIMPLE-MIB::firstTableEntryDesc."bb" = STRING: Unknown place.
[...]

I can't remember seeing this under openSUSE 12.2, so it might be due to different net-snmp versions. Needs investigation.

@pief pief self-assigned this Apr 17, 2014
@pief pief added this to the 0.5.1 milestone Apr 17, 2014
@pief pief added the bug label Apr 17, 2014
@pief
Copy link
Owner Author

pief commented Mar 22, 2015

Fixed in 74fac74 (also related: a8181dd).

@pief pief closed this as completed Mar 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant