09edac3ab5
The Xen virtual machine monitor allows running several virtual machines on a single physical machine. The xentools33 package contains the tools to create, destroy and control the virtual machines. The xentools33 package contains the tools for Xen 3.3.x
3 lines
55 B
Bash
Executable file
3 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
ifconfig $1 up
|
|
exec /sbin/brconfig $2 add $1
|