cvs commit: src/sys/sys param.h src/sys/net if.c if.h

Ruslan Ermilov ru at FreeBSD.org
Tue Sep 7 23:08:32 PDT 2004


On Wed, Sep 08, 2004 at 04:50:55AM +0000, Brooks Davis wrote:
> brooks      2004-09-08 04:50:55 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/sys              param.h 
>     sys/net              if.c if.h 
>   Log:
>   Re-add ifi_epoch, to struct if_data, this time replacing ifi_unused
>   to avoid ABI changes.  It is set to the last time the interface
>   counters were zeroed, currently the time if_attach() was called.  It is
>   intentended to be a valid value for RFC2233's ifCounterDiscontinuityTime
>   and to make it easier for applications to verify that the interface they
>   find at a given index is the one that was there last time they looked.
>   
>   Due to space constraints ifi_epoch is a time_t rather then a struct
>   timeval.  SNMP would prefer higher precision, but this unlikely to be
>   useful in practice.
>   
>   Revision  Changes    Path
>   1.206     +1 -0      src/sys/net/if.c
>   1.92      +4 -1      src/sys/net/if.h
>   1.215     +1 -1      src/sys/sys/param.h
> 
Can you please update the ifnet(9) manpage?


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040908/4a2f4c17/attachment.bin


More information about the cvs-src mailing list