From owner-cvs-all@FreeBSD.ORG Thu Aug 25 05:02:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C5416A41F; Thu, 25 Aug 2005 05:02:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F0043D45; Thu, 25 Aug 2005 05:02:28 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7P52SBY011304; Thu, 25 Aug 2005 05:02:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7P52Sp4011303; Thu, 25 Aug 2005 05:02:28 GMT (envelope-from rwatson) Message-Id: <200508250502.j7P52Sp4011303@repoman.freebsd.org> From: Robert Watson Date: Thu, 25 Aug 2005 05:02:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 05:02:28 -0000 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