summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-08-11 12:40:03 +0200
committerIlya Etingof <etingof@gmail.com>2019-08-11 12:40:03 +0200
commit5ecc8988d066e957499192a36a686ba7d35876c2 (patch)
treed9f504f99e6c82ca557b41b556e5a6610344796f
parentba53a102ce6d071ef0faf334ea3ee5b0190e3228 (diff)
downloadpysnmp-git-5ecc8988d066e957499192a36a686ba7d35876c2.tar.gz
Docstring fix
-rw-r--r--pysnmp/hlapi/auth.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pysnmp/hlapi/auth.py b/pysnmp/hlapi/auth.py
index 735d85df..f66eb49b 100644
--- a/pysnmp/hlapi/auth.py
+++ b/pysnmp/hlapi/auth.py
@@ -317,11 +317,11 @@ class UsmUserData(object):
Notes
-----
- If `~pysnmp.hlapi.usmKeyTypeLocalized` is used when running a
- non-authoritative SNMP engine, USM key localization mechanism
- is not invoked. As a consequence, local SNMP engine configuration
- won't get automatically populated with remote SNMP engine's
- *securityEngineId*.
+ If :py:class:`~pysnmp.hlapi.usmKeyTypeLocalized` is used when
+ running a non-authoritative SNMP engine, USM key localization
+ mechanism is not invoked. As a consequence, local SNMP engine
+ configuration won't get automatically populated with remote SNMP
+ engine's *securityEngineId*.
Therefore peer SNMP engine's *securityEngineId* must be added
to local configuration and associated with its localized keys.