Yes, thank you:
Name  Mtu   Network       Address            Ipkts Ierrs     Ibytes    Opkts Oerrs     
Obytes  Coll
tun0  1500  <Link#3>                        469561     0  158358233   438305     0  
114637121     0
tun0  1500  195.161.2     195.161.2.170     469561     0  158358233   438305     0  
114637121     0

> Ok...  Does this work though?
> 
> On Wed, 16 Feb 2000, Igor Timkin wrote:
> > What's abount ibytes ?
> > >           m_adj(top, sizeof(family));
> > >   } else
> > >           family = AF_INET;
> Add:
> 
>         ifp->if_ibytes += top->m_pkthdr.len;
> 
> > > +
> > > + ifp->if_ipackets++;
> > >  
> > >   return family_enqueue(family, top);
> > >  }
> 
> -- 
> | Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
> | [EMAIL PROTECTED] |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
> | http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to