Re: Use ASN_PRIV_IMPLIED_OCTET_STR for string that is not the last object in the INDEX

2006-01-10 Thread Robert Story
On Mon, 9 Jan 2006 17:17:21 -0600 [EMAIL PROTECTED] wrote: EYC> I found a bug in parse_one_oid_index() in snmplib/mib.c, this function EYC> doesn't work when using ASN_PRIV_IMPLIED_OCTET_STR for MacAddress that is EYC> not the last object in the INDEX, Yes, I actaully ran into that last week, and

Re: Some problems with interfaces.c

2006-01-10 Thread Robert Story
On Tue, 10 Jan 2006 09:22:27 + Dave wrote: DS> Any thoughts about reinstating the missing 'ifNumber' DS> scalar object? (Bug #1399369) Yes - d'oh! I'll get it back in... -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid con

Location of subagent

2006-01-10 Thread Sridhar Addagada
Hello guys, I wrote my subagent based on the example at the net-snmp site. But I want to know which is the best location that i sould have the subagent. Should it be under agent/mibgroup or should i have a different dir at the same level as agent. Thanks, Sridhar --

Re: Some problems with interfaces.c

2006-01-10 Thread Dave Shield
On Mon, 2006-01-09 at 12:31 -0500, Robert Story wrote: > You are quite right. It appears that I confused myself > when adding the ifTableLastChange tracking, and deleted > the ifLastChange code (it's in 5.2.x). > I've just restored it for 5.3.1 and 5.4. Thanks. Any thoughts about reinstating th