
hi,
I am using libsmi-0.2.17 version.
When I use "smidump" to generate netsnmp code (smidump -f netsnmp), for the write_method routine (ex: write_ustSSSimpleString_stub), it is generating empty function definition.
Is it always like that (I mean, shall I have write the code for switch(), case: RESERVE1, RESERVE2 etc...) or it is supposed to generate the function definition.
Thanks,
__________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com
-- !! 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.

Hi!
Var> I am using libsmi-0.2.17 version.
Var> When I use "smidump" to generate netsnmp code (smidump Var> -f netsnmp), Var> for the write_method routine (ex: Var> write_ustSSSimpleString_stub), it is generating empty Var> function definition.
Var> Is it always like that (I mean, shall I have write the Var> code for switch(), case: RESERVE1, RESERVE2 etc...) or Var> it is supposed to generate the function definition.
The netsnmp driver is incomplete. Currently, what you're seeing is all of the write function support. We had plans for further improvements of the driver, but that project got stuck for quite some time.
-frank -- !! 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 (2)
-
Frank Strauss
-
Var P