
Hi,
we try to use libsmi in future versions of GxSNMP and replace the ancient related functions from CMU. Things look pretty good so far :). We want to have the possibility to configure which MIBs get loaded by GxSNMP during startup.
One problem is that there is no way to override the compiled in search path other than setting an environment variable (GxSNMP might fork() from plugins and exec other programs whch might be f'd by a changed SMIPATH). Would it be possible to add a parameter to smiInit() to override the search path?
Another problem is that smiLoadModule always returns -1 when a full path to a module is specified. The problem seems to be that the path is not chopped off before verifying if the module with the given name really has been loaded.
Last not least (for our MIB browser), is there an easy way to walk though all nodes of the tree without using the data.h internal header file?
Thanks, Jochen
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.
participants (1)
-
Jochen Friedrich