]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
network: If the 'test' parameter is used still create an ifup-script
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 13 May 2014 19:40:52 +0000 (15:40 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 13 May 2014 19:40:52 +0000 (15:40 -0400)
instead of just ignoring that.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/etc/init.d/primary_network

index be8e44e9f8cd10108369206d5e5be54193d9f021..043ebf7d5e72cfb135916c00d459c03de0146d2c 100755 (executable)
@@ -116,6 +116,9 @@ if [ $? == 0 ]; then
                net)
                        create_dhcp_if
                        ;;
+               *)
+                       create_bridge_if switch
+                       ;;
        esac
 else
        create_bridge_if switch