source: trunk/packages/xen-3.1/xen-3.1/tools/ioemu/target-i386-dm/qemu-ifup @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 156 bytes
Line 
1#!/bin/sh
2
3#. /etc/rc.d/init.d/functions
4#ulimit -c unlimited
5
6echo 'config qemu network with xen bridge for ' $*
7
8ifconfig $1 0.0.0.0 up
9brctl addif $2 $1
Note: See TracBrowser for help on using the repository browser.