Re: [ovs-discuss] Can I add a manual bonded interface as a ovs port ?

2018-06-20 Thread netsurfed
Dear Ben: When I added a"Linux balance-alb bond" to an OVS bridge, I had a problem. Some machines can ping the bridge‘s IP, but some can not. My procedure would look something like this: 1. configure "bond0", mode is balance-alb. 2. add an ovs bridge "ovsbr0" in "machine-x", and add a port

Re: [ovs-discuss] Can I add a manual bonded interface as a ovs port ?

2018-04-28 Thread Ben Pfaff
On Fri, Apr 27, 2018 at 11:44:46AM +0800, netsurfed wrote: > There is a "balance-alb" bond0 in my linux host, like this: > > > Can I add this as a port to ovs bridge? like this: > ovs-vsctl add-br ovsbr0 > ovs-vsctl add-port ovsbr0 bond0 > > > I know ovs can create bond using "ovs-vsctl