Re: Silvercreek lexicographic test failure

2013-03-20 Thread Bill Fenner
On Tue, Mar 19, 2013 at 12:12 PM, Joan Landry wrote: > The Silvercreek test fails on a getnext of the following oid: > > 1.3.111.2.802.1.1.13.1.3.8.1.3.1.4294967295.2.3.4.5 > > Netsnmp is converting 4294967295 which is the string length of the ip address > to 0, which makes the get next return >

Silvercreek lexicographic test failure

2013-03-19 Thread Joan Landry
The Silvercreek test fails on a getnext of the following oid: 1.3.111.2.802.1.1.13.1.3.8.1.3.1.4294967295.2.3.4.5 Netsnmp is converting 4294967295 which is the string length of the ip address to 0, which makes the get next return 1.3.111.2.802.1.1.13.1.3.8.1.3.1.4.2.3.4.5 Which is not lexicogr