summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorelie <elie>2013-03-23 06:45:01 +0000
committerelie <elie>2013-03-23 06:45:01 +0000
commit4b83fba608ba415b6c6c1fa4ee7ceb55e59a32d2 (patch)
tree23305a409be073d455e61525380fac13ef30c552 /examples
parent26c7e6b13788e72e181e7ebb0f8710d2bbc8f1c4 (diff)
downloadpysnmp-4b83fba608ba415b6c6c1fa4ee7ceb55e59a32d2.tar.gz
minor comment
Diffstat (limited to 'examples')
-rw-r--r--examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py1
-rw-r--r--examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py1
-rw-r--r--examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py1
-rw-r--r--examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py1
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py b/examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py
index 2c6fd16..075ba71 100644
--- a/examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py
+++ b/examples/v3arch/twisted/agent/cmdrsp/v1-read-and-write-communities.py
@@ -8,6 +8,7 @@
# * with SNMP community "public" (read access) or "private" (write access)
# * allow access to SNMPv2-MIB objects (1.3.6.1.2.1)
# * over IPv4/UDP, listening at 127.0.0.1:161
+# * using Twisted fraework for network transport
#
# The following Net-SNMP's commands will GET/SET a value at this Agent:
#
diff --git a/examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py b/examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py
index 82f34bb..e1e6ff8 100644
--- a/examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py
+++ b/examples/v3arch/twisted/agent/cmdrsp/v2c-custom-scalar-mib-objects.py
@@ -9,6 +9,7 @@
# * serving custom Managed Object Instance defined within this script
# * allow read access only to the subtree where the custom MIB object resides
# * over IPv4/UDP, listening at 127.0.0.1:161
+# * using Twisted fraework for network transport
#
# Either of the following Net-SNMP's commands will walk this Agent:
#
diff --git a/examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py b/examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py
index 6b3e42d..4c2aaf7 100644
--- a/examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py
+++ b/examples/v3arch/twisted/agent/cmdrsp/v2c-multiple-interfaces.py
@@ -8,6 +8,7 @@
# * with SNMP community "public"
# * allow access to SNMPv2-MIB objects (1.3.6.1.2.1)
# * over IPv4/UDP, listening at 127.0.0.1:161 and 127.0.0.2:161 interfaces
+# * using Twisted framework for network transport
#
# Either of the following Net-SNMP's commands will walk this Agent:
#
diff --git a/examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py b/examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py
index 38f058f..c2c99e1 100644
--- a/examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py
+++ b/examples/v3arch/twisted/agent/cmdrsp/v3-multiple-users.py
@@ -10,6 +10,7 @@
# with USM user 'usr-sha-aes128', auth: SHA, priv AES
# * allow access to SNMPv2-MIB objects (1.3.6.1.2.1)
# * over IPv4/UDP, listening at 127.0.0.1:161
+# * using Twisted framework for network transport
#
# Either of the following Net-SNMP's commands will walk this Agent:
#