|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen domU ID and static routing
Pasi Kärkkäinen wrote:
Another option is to parse the guest ID from for example "xm list" and
use that in your firewall script to create the vif name.
I will recommend Xen commands for that.
Like this:
# for dev in $(xm network-list <xen-vhost> | awk '/^[0-9]+/ {print
$9}'); do xenstore-read $dev/vifname; done
But it is much easier to use the vifname configuration option...
--
Peter Viskup
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|