X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Ftemplate-qemu%2Fqemu-ifup;h=c929270308f36bd83ce32e32153203d3cbe59796;hb=a9e5d3afadff87fa868bd6c2e6c2dd31ae80f816;hp=206f1497d8e4191059793610494891a47c783f0c;hpb=2d879db75bed7f76fb868c566cbc2f4a8aba1c8c;p=tests.git diff --git a/system/template-qemu/qemu-ifup b/system/template-qemu/qemu-ifup index 206f149..c929270 100755 --- a/system/template-qemu/qemu-ifup +++ b/system/template-qemu/qemu-ifup @@ -1,6 +1,10 @@ #!/bin/bash -# use the bridge as set up by qemu-bridge-init start +# Thierry Parmentelat +# Copyright (C) 2010 INRIA +# +# this is the script provided to the qemu command-line, that qemu invokes to init the net device +# basically this adds the interface to the bridge cd $(dirname $0) -./qemu-bridge-init add $1 +exec ./qemu-bridge-init add $1