
12 Jun
2003
12 Jun
'03
4:11 p.m.
winston writes:
winston> Why do I want to do this is because the MIB filenames are winston> different than their internal module names (I can't change winston> the filenames). And so they are not loaded automatically.
So what you are really looking for is a mapping from module names to file names. On my preferred platform, this mapping is a symbolic link but I understand that this might not work in all places. So someone has to write a piece of code so that libsmi can load such mappings from the configuration file and use them while search for modules.
I think this is a good project for someone who wants to learn more about the libsmi internals. ;-)
/js