source: trunk/packages/xen-3.1/xen-3.1/tools/vnet/examples/network-vnet @ 34

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

Add xen and xen-common

  • Property svn:executable set to *
File size: 146 bytes
Line 
1#!/bin/sh
2scriptdir=/etc/xen/scripts/
3
4case ${1} in
5    start)
6        ${scriptdir}/vnet-insert
7        ;;
8esac
9
10${scriptdir}/network-bridge "$@"
Note: See TracBrowser for help on using the repository browser.