From owner-freebsd-net@FreeBSD.ORG Fri Dec 2 08:51:27 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C26116A41F for ; Fri, 2 Dec 2005 08:51:27 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AAF43D4C for ; Fri, 2 Dec 2005 08:51:26 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from [84.247.144.144] (helo=lapdance.yazzy.net) by mail.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1Ei6ci-00001c-Vb; Fri, 02 Dec 2005 09:50:33 +0100 Date: Fri, 2 Dec 2005 08:50:59 +0000 From: Marcin Jessa To: bart Message-Id: <20051202085059.69d51fc2.lists@yazzy.org> In-Reply-To: <1606083455.20051201150730@convex.ru> References: <1606083455.20051201150730@convex.ru> Organization: YazzY.org X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.7; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) Cc: freebsd-net@freebsd.org Subject: Re: ifconfig description X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 08:51:27 -0000 On Thu, 1 Dec 2005 15:07:30 +0500 bart wrote: > Hello, Hi Alex. > previous patches had problem with quagga/zebra. > here are set of patches for 5.4 that work fine. > I also have patch for quagga to show interface descriptions > in "sh int" command I like this fearure a lot. It makes a nice "addon" to the ifconfig command the same way changing name of devices with ifconfig does. A differrent approach would be to make your shell read the device config from say an XML file and display info like device name stored in that file. But that would require and "rc.d/" file to read the XML info and set up devices accordingly. It's more of a custom thing the same way as quagga's shell is. My question is, did you get any response from FreeBSD commiters and is there a chance to have that change commited to FreeBSD's source tree? Cheers, Marcin.