summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-29 23:02:34 +0200
committerIlya Etingof <etingof@gmail.com>2019-07-30 09:18:50 +0200
commit85e37003f67a05555668d09b70e1fa747f2ea876 (patch)
tree7077820b9cd135115bf0b138b41a26c6f3b92ce7
parent6c7b09ac88be195db176c37ca7a197265ca978d0 (diff)
downloadpysnmp-git-85e37003f67a05555668d09b70e1fa747f2ea876.tar.gz
Release 4.4.10
-rw-r--r--CHANGES.txt2
-rw-r--r--examples/v3arch/asyncore/agent/cmdrsp/detailed-vacm-configuration.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3579840c..7cbdf9fa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -99,7 +99,7 @@ Revision 5.0.0, released 2019-08-XX
* Global constants turned UPPER_CASED
* Long lines wrapped by more or less 80 chars
-Revision 4.4.10, released 2019-07-XX
+Revision 4.4.10, released 2019-07-29
------------------------------------
- Reworked VACM access control function. Most important changes include:
diff --git a/examples/v3arch/asyncore/agent/cmdrsp/detailed-vacm-configuration.py b/examples/v3arch/asyncore/agent/cmdrsp/detailed-vacm-configuration.py
index 374d4a82..7f82dde8 100644
--- a/examples/v3arch/asyncore/agent/cmdrsp/detailed-vacm-configuration.py
+++ b/examples/v3arch/asyncore/agent/cmdrsp/detailed-vacm-configuration.py
@@ -44,7 +44,7 @@ snmpEngine = engine.SnmpEngine()
config.addTransport(
snmpEngine,
udp.domainName,
- udp.UdpTransport().openServerMode(('127.0.0.1', 1161))
+ udp.UdpTransport().openServerMode(('127.0.0.1', 161))
)
# Register default MIB instrumentation controller with a new SNMP context