Re: 64 bit packet counters

2003-11-09 Thread Jesper Skriver
On Sat, Nov 08, 2003 at 10:13:48AM +0100, Harti Brandt wrote: > On Fri, 7 Nov 2003, Alex Hoff wrote: > > AH>Hi, > AH> > AH>We are attempting to implement the IF-MIB, which requires the > AH>use of 64 bit packet counters and the differentiation between > AH>

Re: 64 bit packet counters

2003-11-08 Thread Harti Brandt
On Fri, 7 Nov 2003, Alex Hoff wrote: AH>Hi, AH> AH>We are attempting to implement the IF-MIB, which requires the use of 64 bit AH>packet counters and the differentiation between multicast and broadcast AH>pkts. Since changing the if_data (by adding new counters and changing the AH>existing to u_in

64 bit packet counters

2003-11-07 Thread Alex Hoff
Hi, We are attempting to implement the IF-MIB, which requires the use of 64 bit packet counters and the differentiation between multicast and broadcast pkts. Since changing the if_data (by adding new counters and changing the existing to u_int64) is a bad idea, does anyone have any good ideas on