Re: [Xen-devel] [OSSTEST PATCH 08/22] await_tcp(): Run check_ip on each loop iteration

2015-11-11 Thread Ian Campbell
On Tue, 2015-11-10 at 19:53 +, Ian Jackson wrote: > From: Robert Ho > > await_tcp is often invoked after a reboot. > > In this situation the target's IP address may change.  If this happens > while await_tcp is running, we would continue to poll the old IP address. >

[Xen-devel] [OSSTEST PATCH 08/22] await_tcp(): Run check_ip on each loop iteration

2015-11-10 Thread Ian Jackson
From: Robert Ho await_tcp is often invoked after a reboot. In this situation the target's IP address may change. If this happens while await_tcp is running, we would continue to poll the old IP address. Fix this by running target_check_ip on each iteration. Signed-off-by: