From owner-freebsd-net Tue May 22 11:12:28 2001 Delivered-To: freebsd-net@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 3A64737B43E for ; Tue, 22 May 2001 11:12:21 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id OAA20157; Tue, 22 May 2001 14:12:18 -0400 (EDT) (envelope-from wollman) Date: Tue, 22 May 2001 14:12:18 -0400 (EDT) From: Garrett Wollman Message-Id: <200105221812.OAA20157@khavrinen.lcs.mit.edu> To: =?iso-8859-1?q?vishwanath=20pargaonkar?= Cc: freebsd-net@FreeBSD.ORG Subject: interface flags In-Reply-To: <20010522065244.10710.qmail@web5302.mail.yahoo.com> References: <20010522065244.10710.qmail@web5302.mail.yahoo.com> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > i have freebsd 4.2 stable. > what is difference between interface flags IFF_UP and > IFF_RUNNING? IFF_UP indicates that the interface is administratively configured up. IFF_RUNNING indicates that the hardware has been set to an operational state. For Ethernet-like interfaces, which often do not provide a direct link-ready indication to software, IFF_RUNNING is usually not meaningful. (In true historic Ethernets, there was no way for even the hardware to know whether its transceiver was connected to a network or not.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message