cvs commit: src/sys/net if.h
Robert Watson
rwatson at FreeBSD.org
Tue Aug 9 12:56:21 GMT 2005
rwatson 2005-08-09 12:56:20 UTC
FreeBSD src repository
Modified files:
sys/net if.h
Log:
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.
MFC after: 7 days
Revision Changes Path
1.98 +29 -23 src/sys/net/if.h
More information about the cvs-src
mailing list