Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   matt
Date:           Thu May 23 21:34:41 UTC 2002

Modified Files:
        syssrc/sys/net: if.c if.h
        syssrc/sys/sys: sockio.h

Log Message:
Add SIOCGIFDATA and SIOCZIFDATA ioctl's to get interface data.  (the Z
variant also zeroes the counters after copying them).  In ifunit, add
support for dealing all numeric ifname by treating them as an ifindex
which is used to look up the interface.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 syssrc/sys/net/if.c
cvs rdiff -r1.75 -r1.76 syssrc/sys/net/if.h
cvs rdiff -r1.18 -r1.19 syssrc/sys/sys/sockio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index