cvs commit: src/sys/net if.h
Robert Watson
rwatson at FreeBSD.org
Thu Aug 25 05:02:28 GMT 2005
rwatson 2005-08-25 05:02:28 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/net if.h
Log:
Merge if.h:1.98 from HEAD to RELENG_6:
For each interface flag, indicate whether or not it is owned by the
device driver, owned by the network stack, or initialized by the device
driver before attach and read-only from then on.
Not all device drivers and network stack components currently follow
these rules, especially with respect to IFF_UP, and a few exceptions
with IFF_ALLMULTI.
Approved by: re (scottl)
Revision Changes Path
1.96.2.2 +29 -23 src/sys/net/if.h
More information about the cvs-src
mailing list