From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 16/22] ts-xen-install: Properly handle hosts without a static IP address Date: Wed, 11 Nov 2015 10:08:17 +0000 Message-ID: <1447236497.8556.28.camel@citrix.com> References: <1447185214-6551-1-git-send-email-ian.jackson@eu.citrix.com> <1447185214-6551-17-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZwSKS-0005L3-8n for xen-devel@lists.xenproject.org; Wed, 11 Nov 2015 10:08:36 +0000 In-Reply-To: <1447185214-6551-17-git-send-email-ian.jackson@eu.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 Jackson , xen-devel@lists.xenproject.org Cc: Robert Ho List-Id: xen-devel@lists.xenproject.org On Tue, 2015-11-10 at 19:53 +0000, Ian Jackson wrote: > From: Robert Ho > > Check IpStatic, and if it is not set, provide a dhcp stanza in > /etc/network/interfaces, rather than an `inet static' one. > > This is necessary for L1 nested hosts, because they don't have a > static IP address. > > In principle this makes matters more correct for physical hosts > without static IP addresses, but these are currently not supported > by selecthost(). > > Signed-off-by: Robert Ho > Signed-off-by: Ian Jackson > Tested-by: Robert Ho Acked-by: Ian Campbell