From: Konrad Rzeszutek Wilk Date: Tue, 13 May 2014 19:40:52 +0000 (-0400) Subject: network: If the 'test' parameter is used still create an ifup-script X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=98cefa1a8ee549476dd917a0d5d0011f650f12b3;p=xentesttools%2Fbootstrap.git network: If the 'test' parameter is used still create an ifup-script instead of just ignoring that. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/etc/init.d/primary_network b/root_image/etc/init.d/primary_network index be8e44e..043ebf7 100755 --- a/root_image/etc/init.d/primary_network +++ b/root_image/etc/init.d/primary_network @@ -116,6 +116,9 @@ if [ $? == 0 ]; then net) create_dhcp_if ;; + *) + create_bridge_if switch + ;; esac else create_bridge_if switch