source: trunk/packages/xen-common/xen-common/scripts/qemu-ifup @ 34

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

Add xen and xen-common

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