summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2015-11-22 13:22:05 +0000
committerelie <elie>2015-11-22 13:22:05 +0000
commit0d1b42e1f8964bdc916893733db68efc5f6b3a03 (patch)
tree04b6f047f732836639c2411607685ed47d9af2c9 /TODO.txt
parent2d7329e6a2d554729e4a34f2f30c509e95cb858b (diff)
downloadpysnmp-git-0d1b42e1f8964bdc916893733db68efc5f6b3a03.tar.gz
* SNMP table row consistency check added. This change may break
valid SNMP SET operations on tables if RowStatus column is not passed at the very end of var-binds.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 455412c9..c7a4fae3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -52,3 +52,9 @@ Sparse notes on major existing problems/plans
may need a means to deal only with specific node types.
* redesign proto.errind.ErrorIndication
+
+* redesign PYSNMP MIB tables to better handle optional values (keys)
+
+* add RowStatus checks when reading MIB tables (LCD)
+
+* Disallow empty SET value reaching scalar MIB object