From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [Patch v2] net: move ifenslave from Documentation/networking to tools/networking Date: Thu, 02 Feb 2012 17:38:01 +0800 Message-ID: <4F2A5979.1010302@gmail.com> References: <1328088205-26211-1-git-send-email-xiyou.wangcong@gmail.com> <20120201121140.0d1482c3@s6510.linuxnetplumber.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, "David S. Miller" To: Stephen Hemminger Return-path: Received: from mail-tul01m020-f174.google.com ([209.85.214.174]:50952 "EHLO mail-tul01m020-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754297Ab2BBJiK (ORCPT ); Thu, 2 Feb 2012 04:38:10 -0500 Received: by obcva7 with SMTP id va7so2527135obc.19 for ; Thu, 02 Feb 2012 01:38:09 -0800 (PST) In-Reply-To: <20120201121140.0d1482c3@s6510.linuxnetplumber.net> Sender: netdev-owner@vger.kernel.org List-ID: On 02/02/2012 04:11 AM, Stephen Hemminger wrote: > On Wed, 1 Feb 2012 17:23:25 +0800 > Cong Wang wrote: > >> V2: fix Documentation/networking/Makefile >> >> ifenslave is a real tool, and it seems main distros already ship this. >> It is nice to move it to tools/networking/ directory. >> >> (Note that this patch is generated by 'git diff -C', in case of having >> a large patch. It can be applied with git-apply.) >> >> Cc: "David S. Miller" >> Signed-off-by: WANG Cong > > ifenslave is considered deprecated in favor of using ip link command Ok, then I think it is better to leave as it is. Thanks for all replies!