It depends - some of it is generated from comments in the code; for
that, I suppose submit patches. For the website I'm not sure, but I'm
dead certain that if you mailed this list with useful updates that
they'd get put on the site.
Anyone with more of a clue than I able to answer?
-Dan
2008/11/
How do I get involved in helping clean up this documentation?
-Original Message-
From: dan anderson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2008 3:11 PM
To: Jared Gisin
Cc: [email protected]
Subject: Re: net-snmp agent API document is lacking
Oh, and I
Hello,
I have checked in "mib_module_inits.h".My table init is included
there.But using Walk i didn't get my objects.But communication is
there.I got sysTime also.
On Fri, 2008-11-21 at 10:50 +0530, kusuma.bm wrote:
> check whether u have registered the mib in the " mib_module_inits.h "
>
Thanks for the information I will play around with these options.
What are default number of retries performed by snmpget if the -r option is not
used?
What is the default timeout period by snmpget is the -t option is not used?
--- On Thu, 11/20/08, Magnus Fromreide <[EMAIL PROTECTED]> w
Hello there,
I wondered if the line
#include "struct.h"
in file util_funcs.h (found at /usr/local/include/net-snmp/agent/)
shouldn't be there. I got an error compiling a subagent pointing out,
that there is no struct.h; so I removed the line and everything works
okay (compilation & running the sub