cleanup qemu starter; hopefully the qemu instances could keep on running after the...
[tests.git] / system / template-qemu / qemu-ifup
1 #!/bin/bash
2
3 # this is the script provided to the qemu command-line, that qemu invokes to init the net device
4 # basically this adds the interface to the bridge
5
6 cd $(dirname $0)
7 exec ./qemu-bridge-init add $1