From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH] tools/hotplug: Remove network-* Date: Wed, 9 Apr 2014 10:55:38 +0200 Message-ID: <53450B0A.30009@citrix.com> References: <1397032120-21058-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397032120-21058-1-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , xen-devel@lists.xen.org, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 09/04/14 10:28, Ian Campbell wrote: > These are a xend-ism. Since Xen 4.1 the recommened way to configure networking > has been to use the distro facilities (e.g. > http://wiki.xen.org/wiki/HostConfiguration/Networking) > > Signed-off-by: Ian Campbell > --- > tools/hotplug/Linux/network-bridge | 339 ------------------------------------ > tools/hotplug/Linux/network-nat | 124 ------------- > tools/hotplug/Linux/network-route | 28 --- Shouldn't you also modify tools/hotplug/Linux/Makefile to remove the references to those files, or am I missing something? Roger.