From owner-freebsd-current@FreeBSD.ORG Wed Jan 25 08:03:13 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5637F16A41F for ; Wed, 25 Jan 2006 08:03:13 +0000 (GMT) (envelope-from current@dino.sk) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1E3643D46 for ; Wed, 25 Jan 2006 08:03:11 +0000 (GMT) (envelope-from current@dino.sk) Received: from [192.168.16.13] ([213.215.74.194]) (AUTH: PLAIN milan, SSL: TLSv1/SSLv3,128bits,RC4-MD5) by bsd.dino.sk with esmtp; Wed, 25 Jan 2006 09:03:12 +0100 id 00000131.43D730C1.00004D8C From: Milan Obuch To: freebsd-current@freebsd.org Date: Wed, 25 Jan 2006 09:03:00 +0100 User-Agent: KMail/1.8.3 References: <20060124075437.B67285@xorpc.icir.org> <20060124.231504.74682748.sthaug@nethelp.no> <43D72F49.8080304@freebsd.org> In-Reply-To: <43D72F49.8080304@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601250903.01941.current@dino.sk> Subject: Re: if_flags usage etc. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2006 08:03:13 -0000 On Wednesday 25 January 2006 08:56, Andre Oppermann wrote: > sthaug@nethelp.no wrote: > >>We should probably better document the interface "interface". if we are > >>going to (as Sam suggests) > >>do some cleanups we might as well consider what other changes should be > >>put in at the same time. > > ... > > > - One feature sorely missed (which I use a lot in my daily work with > > hardware based routers) is the ability to associate a "description" > > field with each interface. Note that this should be available both > > for physical interfaces (Ethernet etc.) and for logical interfaces > > (e.g. vlan). > > Struct ifnet is the same for all kinds of interfaces, so any change > would make it available for everyone. And yes, this looks like a useful > addition. See archives - mailing list freebsd-net, Nov 25. 2005, subject ifconfig description. Regards Milan