> How I setup a xenbrX for a bonding interface?
>
> I want bond eth1 and eth3 together into bond0, then setup a xen bridge on
> it.
> But how?
> There is no vbond0 device.

  I'm using such script as network-script in xend-config.sxp:

#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" netdev=bond0
"$dir/network-bridge" "$@" netdev=bond0.250 vifnum=1
"$dir/network-bridge" "$@" netdev=bond0.260 vifnum=2

  Mindaugas

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to