TODO revision 124861
1snmpd_mibII:
2	- handle HC counters by periodically polling the kernel counters.
3
4snmpd:
5	- rethink transports a little bit: make them loadable and make
6	a private subtree for transports:
7		OK. Table not writeable yet.
8
9	There should be a transport table that is indexed by the transport name.
10	This table can be used to load/unload transports at run time.
11		OK. Table not writeable yet.
12
13	Then there can be a port table that is indexed by transport name and
14	port name. Plus a transport-specific table indexed by port name only.
15
16	The transport table could contain a column of type OID that points
17	to the transport-specific table.
18