From owner-svn-src-all@FreeBSD.ORG Fri Mar 23 06:01:17 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C580106566C; Fri, 23 Mar 2012 06:01:17 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA638FC12; Fri, 23 Mar 2012 06:01:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2N61Hrb059744; Fri, 23 Mar 2012 06:01:17 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2N61H7q059742; Fri, 23 Mar 2012 06:01:17 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201203230601.q2N61H7q059742@svn.freebsd.org> From: Sergey Kandaurov Date: Fri, 23 Mar 2012 06:01:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233339 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 06:01:17 -0000 Author: pluknet Date: Fri Mar 23 06:01:16 2012 New Revision: 233339 URL: http://svn.freebsd.org/changeset/base/233339 Log: Update IFF_* macro descriptions. MFC after: 1 week Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9 ============================================================================== --- head/share/man/man9/ifnet.9 Fri Mar 23 03:43:04 2012 (r233338) +++ head/share/man/man9/ifnet.9 Fri Mar 23 06:01:16 2012 (r233339) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 20, 2012 +.Dd March 23, 2012 .Dt IFNET 9 .Os .Sh NAME @@ -583,6 +583,14 @@ The interface is a loopback device. The interface is point-to-point; .Dq broadcast address is actually the address of the other end. +.It Dv IFF_SMART +.Aq S* +The interface manages its own routes, rather than using the generic +code in +.Fn if_up +and +.Fn if_down . +This is probably useful for serial lines. .It Dv IFF_DRV_RUNNING .Aq D* The interface has been configured and dynamic resources were @@ -619,14 +627,31 @@ multiple physical layers on some devices .It Dv IFF_MULTICAST .Aq S* This interface supports multicast. -.It Dv IFF_POLLING +.It Dv IFF_CANTCONFIG +.Aq S* +The interface isn't configurable in a meaningful way. +Primarily useful for +.Dv IFT_USB +interfaces registered at the interface list. +.It Dv IFF_MONITOR +.Aq D +This interface blocks transmission of packets and discards incoming +packets after BPF processing. +Used to monitor network trafic but not interact +with the network in question. +.It Dv IFF_STATICARP +.Aq D +Used to enable/disable ARP requests on this interface. +.It Dv IFF_DYING .Aq D* -The interface is in -.Xr polling 4 -mode. -See -.Sx Interface Capabilities Flags -for details. +Set when the +.Vt ifnet +structure of this interface is being released and still has +.Va if_refcount +references. +.It Dv IFF_RENAMING +.Aq D* +Set when this interface is being renamed. .El .Ss "Interface Capabilities Flags" Interface capabilities are specialized features an interface may