etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
582 stars 200 forks source link

minor mistake in privProtocol docs #312

Closed jmgurney closed 5 years ago

jmgurney commented 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.

etingof commented 5 years ago

Yes! Fixed. Thank you!

etingof commented 5 years ago

BTW, feel free to PR right away! ;-)