Re: Question about register_mib_range

2004-07-29 Thread Dave Shield
> Here is more information on what I want to do: > > - > oid oid1[] = { 1,1,1,1,1,1,1,1,1,1,1,5}; > > I have two variables of the type: > > #define VAR1 1 > { VAR1, ASN_UNSIGNED , RONLY, foo, 2, { 1,1 } }, > #define VAR2 1 > { VAR2, ASN_UNSIGNED , RONLY, foo, 2, { 1,2 }

Question about register_mib_range

2004-07-29 Thread Ankur Gupta
Hi, I haven't been able to find an example of using register_mib_range. Here is more information on what I want to do: - oid oid1[] = { 1,1,1,1,1,1,1,1,1,1,1,5}; I have two variables of the type: #define VAR1 1 { VAR1, ASN_UNSIGNED , RONLY, foo, 2, { 1,1 } }, #define VAR