Closed jmgurney closed 5 years ago
Was reading through the docs at: http://snmplabs.com/pysnmp/docs/api-reference.html#pysnmp.hlapi.UsmUserData
and noticed that under privProtocol, it says: usmNoPrivProtocol (default is authKey not given) usmDESPrivProtocol (default if authKey is given)
I believe both of those authKey should be privKey instead.
Yes! Fixed. Thank you!
BTW, feel free to PR right away! ;-)
Was reading through the docs at: http://snmplabs.com/pysnmp/docs/api-reference.html#pysnmp.hlapi.UsmUserData
and noticed that under privProtocol, it says: usmNoPrivProtocol (default is authKey not given) usmDESPrivProtocol (default if authKey is given)
I believe both of those authKey should be privKey instead.