/contrib/bsnmp/TODO

https://bitbucket.org/freebsd/freebsd-head/ · #! · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 24c4a45feac67df0cf6ca6a213b7939b MD5 · raw file

  1. snmpd:
  2. - rethink transports a little bit: make them loadable and make
  3. a private subtree for transports:
  4. OK. Table not writeable yet.
  5. There should be a transport table that is indexed by the transport name.
  6. This table can be used to load/unload transports at run time.
  7. OK. Table not writeable yet.
  8. Then there can be a port table that is indexed by transport name and
  9. port name. Plus a transport-specific table indexed by port name only.
  10. The transport table could contain a column of type OID that points
  11. to the transport-specific table.