summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-03-16 18:18:17 +0000
committerelie <elie>2013-03-16 18:18:17 +0000
commit2f787899cc6383006af03722c98da6e9ba54b756 (patch)
treeada36f019a12a2c80136ba3c16ee82d2e37d1006
parentc4ada8eada8b4ea59a4bbb7d9c6123199d51917a (diff)
downloadpysnmp-2f787899cc6383006af03722c98da6e9ba54b756.tar.gz
cosmetics
-rw-r--r--examples/v3arch/twisted/manager/ntfrcv/v2c-multiple-interfaces.py1
-rw-r--r--examples/v3arch/twisted/manager/ntfrcv/v3-multiple-users.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/v3arch/twisted/manager/ntfrcv/v2c-multiple-interfaces.py b/examples/v3arch/twisted/manager/ntfrcv/v2c-multiple-interfaces.py
index 66f542a..576ee1f 100644
--- a/examples/v3arch/twisted/manager/ntfrcv/v2c-multiple-interfaces.py
+++ b/examples/v3arch/twisted/manager/ntfrcv/v2c-multiple-interfaces.py
@@ -7,6 +7,7 @@
# * with SNMP community "public"
# * over IPv4/UDP, listening at 127.0.0.1:162
# over IPv4/UDP, listening at 127.0.0.1:2162
+# * using Twisted framework for network transport
# * print received data on stdout
#
# Either of the following Net-SNMP's commands will send notifications to this
diff --git a/examples/v3arch/twisted/manager/ntfrcv/v3-multiple-users.py b/examples/v3arch/twisted/manager/ntfrcv/v3-multiple-users.py
index 3ba5eaf..63b3fef 100644
--- a/examples/v3arch/twisted/manager/ntfrcv/v3-multiple-users.py
+++ b/examples/v3arch/twisted/manager/ntfrcv/v3-multiple-users.py
@@ -9,6 +9,7 @@
# 'usr-md5-none', auth: MD5, priv NONE, ContextEngineId: 8000000001020304
# 'usr-sha-aes128', auth: SHA, priv AES, ContextEngineId: 8000000001020304
# * over IPv4/UDP, listening at 127.0.0.1:162
+# * using Twisted framework for network transport
# * print received data on stdout
#
# Either of the following Net-SNMP's commands will send notifications to this