Date: Tue, 9 Aug 2005 12:56:20 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.h Message-ID: <200508091256.j79CuKx3029494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508091256.j79CuKx3029494>
