Subject: Re: 64bit interface counters
To: Darren Reed <darrenr@reed.wattle.id.au>
From: None <itojun@iijlab.net>
List: tech-net
Date: 11/19/1999 23:31:47
>> I think I've done it already (I found a mail from you on tech-net about this
>> with patches , so I've done it :). I changed:
>> struct icmpstat
>> struct igmpstat
>> struct ipstat
>> struct tcpstat
>> struct udpstat
>> struct icmp6stat
>> struct mrt6stat
>> struct ip6stat
>> struct ipsecstat
>> struct pim6stat
>> struct udp6stat
>> Did I miss one ?
>no, that looks like all the ones I touched.  The KAME folks might want to
>merge those changes back in so as to ensure their distribution elsewhere
>too...

	Yup, KAME side need to update KAME repository before we merge KAME
	into other platforms.  We have been lazy as *BSD are not consistent
	(BSDI used u_quad_t for some time now).  Thanks for updating those.

itojun