Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030226AbWAISYg (ORCPT ); Mon, 9 Jan 2006 13:24:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030224AbWAISYg (ORCPT ); Mon, 9 Jan 2006 13:24:36 -0500 Received: from relay.axxeo.de ([213.239.199.237]:31149 "EHLO relay.axxeo.de") by vger.kernel.org with ESMTP id S1030229AbWAISYf (ORCPT ); Mon, 9 Jan 2006 13:24:35 -0500 From: Ingo Oeser Organization: Axxeo GmbH To: "David S. Miller" Subject: Re: [Bcm43xx-dev] [Fwd: State of the Union: Wireless] Date: Mon, 9 Jan 2006 19:24:26 +0100 User-Agent: KMail/1.7.2 Cc: dlang@digitalinsight.com, kaber@trash.net, marcel@holtmann.org, mbuesch@freenet.de, jgarzik@pobox.com, bcm43xx-dev@lists.berlios.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <1136549423.7429.88.camel@localhost> <20060106.141836.41371212.davem@davemloft.net> In-Reply-To: <20060106.141836.41371212.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601091924.26575.netdev@axxeo.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1125 Lines: 32 David S. Miller wrote: > From: David Lang > Date: Fri, 6 Jan 2006 14:16:17 -0800 (PST) > > > character devices are far easier to script. this really sounds like the > > type of configuration stuff that sysfs was designed for. can we avoid yet > > another configuration tool that's required? > > netlink is being recommended exactly because it can result > in only needing one tool for everything Yes, iproute2 rocks! I recently discovered that it can do "xfrm" stuff and was amazed to see that the developer(s) had a big clue about what we like to see (and what is human readable), if we type "ip xfrm state" and "ip xfrm policy" as opposed to "setkey -D" and "setkey -PD". So I can only hope that netlink and iproute will be chosen as a way to represent it to the user, just because of the clueful developers of iproute2. Regards Ingo Oeser - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/