I have a mib2c-based project that needs to be able to know whether an
INDEX is IMPLIED - this allows the decision to use
ASN_PRIV_IMPLIED_OCTET_STR to be:
if ( ($node->{type} == "OCTETSTR") && (@{ $node->{ranges} } == 1) ) {
my $range = $node->{ranges}->[0];
if ( $range->{high} == $
> On Thu, 2 Apr 2009 20:14:26 -0700, Bill Fenner said:
BF> Yeah, sorry for being dumb
That's ok; the intent was certainly helpful :-)
BF> I am so in love with reviewboard and it works so well at my office
BF> that I thought I'd try it for open source stuff. I will continue to
BF> post my d
On Thu, Apr 2, 2009 at 2:24 PM, Wes Hardaker
wrote:
>> On Thu, 02 Apr 2009 18:49:45 -, "Bill Fenner (gmail)"
>> said:
> BF> ---
> BF> This is an automatically generated e-mail. To reply, visit:
> BF> http://review.fenron.com/r/4
> On Thu, 02 Apr 2009 18:49:45 -, "Bill Fenner (gmail)"
> said:
Hi Bill!
BF> ---
BF> This is an automatically generated e-mail. To reply, visit:
BF> http://review.fenron.com/r/4/
BF>
---
This is an automatically generated e-mail. To reply, visit:
http://review.fenron.com/r/4/
---
Review request for Net-SNMP Coders.
Summary
---
If you start snmpd twice (e.g.,
The first of the pre-releases for 5.5 is now available on our download
site. Feedback during our pre-release and RC series is always greatly
appreciated, so if you're willing to give it a whirl please do so!
http://sourceforge.net/project/showfiles.php?group_id=12694&package_id=11571&release_
2009/4/2 Kang Chen :
> If the data is not belong to the agent, I mean the data will change
> dynamically,
> is there any chance to reload the data again when I want to get the data?
Generate the template code using
mib2c -S cache=1 .
That will include a mechanism for re-loading the data
Hi, Dave
I've implement the code using mib2c.table_data.conf. Another question,
If the data is not belong to the agent, I mean the data will change
dynamically, is there any chance to reload the data again when I want to get
the data?
-邮件原件-
发件人: dave.shi...@googlemail.com [mailto:dave.
2009/4/2 "Gómez González, Enrique" :
> About mib2c.table_data.conf there are more errors, it is easy to find them
> compiling the *.c and *.h file generated. Anycase I could progress.
If you are going to report problems, it would be useful if you could
give a bit more detail about exactly *what* e
Thank you again:
About mib2c.table_data.conf there are more errors, it is easy to find them
compiling the *.c and *.h file generated. Anycase I could progress.
A new question, I have the module volumeOccupancyTable, so after I develop
and modify in file net-snmp-5.4.2.1/agent/mibgroup/volumeOccupa
2009/4/2 Kang Chen :
> I used to use mib2c.iterate.conf, but I found the efficiency of this
> framework is too slow.
> So, how about the efficiency of mib2c.table_data.conf?
Regardless of the template that you choose, there are two (or possibly
three) basic approaches to processing a table reque
Hi, Dave
Thank you for your recommendation.
I used to use mib2c.iterate.conf, but I found the efficiency of this framework
is too slow. For example i implement a table with about 4000 instances, it took
me several minutes to walk this table.
So, how about the efficiency of mib2c.table_data.conf?
2009/4/2 Kang Chen :
> I use mib2c.mfd.conf to generate the code,
> but I find the code size is too large.
>
> What’s your opinion about this problem and do you have
> any ways to reduce the code size?
The aim of the MfD framework is to handle as much as
possible of the table processing automatica
13 matches
Mail list logo