You can do it like:
ovs-vsctl add-br <br name>
ovs-vsctl add-bond <br name> <bond name> [<iface> <iface>]

So:
ovs-vsctl add-br br-test
ovs-vsctl add-bond br-test bond-test eth0 eth1
2012/9/28 yue wang <heuye.w...@gmail.com>

> Hi,All
> i didn't find any docs about how ovs deal with 'external bond'(not created
> by ovs-vsctl add-bond command)
>
> eg:
> i do like this:
> 1.create a bond0(eth0、eth1、eth2 as its slaves)
> 2.attach the bond0 to ovs:
>     *ovs-vsctl add-port br0 bond0*
> *
> *
> Could both ovs and bonding work correctly?any suggestions?
>
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to