From 0584598a682326f1d7bd6abc7aba2a3eca350011 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 11 Aug 2019 12:40:03 +0200 Subject: Docstring fix --- pysnmp/hlapi/v3arch/auth.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pysnmp/hlapi/v3arch/auth.py b/pysnmp/hlapi/v3arch/auth.py index d93e30af..34609904 100644 --- a/pysnmp/hlapi/v3arch/auth.py +++ b/pysnmp/hlapi/v3arch/auth.py @@ -343,11 +343,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. -- cgit v1.2.1