summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsnmp/TODO')
-rw-r--r--contrib/bsnmp/TODO16
1 files changed, 14 insertions, 2 deletions
diff --git a/contrib/bsnmp/TODO b/contrib/bsnmp/TODO
index 5b30544..732c82c 100644
--- a/contrib/bsnmp/TODO
+++ b/contrib/bsnmp/TODO
@@ -1,5 +1,17 @@
snmpd_mibII:
- handle HC counters by periodically polling the kernel counters.
-snmpd_netgraph:
- - make some tables writeable
+snmpd:
+ - rethink transports a little bit: make them loadable and make
+ a private subtree for transports:
+ OK. Table not writeable yet.
+
+ There should be a transport table that is indexed by the transport name.
+ This table can be used to load/unload transports at run time.
+ OK. Table not writeable yet.
+
+ Then there can be a port table that is indexed by transport name and
+ port name. Plus a transport-specific table indexed by port name only.
+
+ The transport table could contain a column of type OID that points
+ to the transport-specific table.
OpenPOWER on IntegriCloud