Re: [ovs-discuss] how to add an interface to exists bonding port?

2018-01-09 Thread cokabug
Got it. Thanks a lot! On Jan 10, 2018 03:15, "Ben Pfaff" wrote: > On Tue, Jan 09, 2018 at 02:59:33PM +0800, cokabug wrote: > > I have a bonding port : bond0 that contain two interface : eth0 eth1, > > now i want to add eth2 to bond0 without network interrupt, how can i do > >

Re: [ovs-discuss] how to add an interface to exists bonding port?

2018-01-09 Thread Ben Pfaff
On Tue, Jan 09, 2018 at 02:59:33PM +0800, cokabug wrote: > I have a bonding port : bond0 that contain two interface : eth0 eth1, > now i want to add eth2 to bond0 without network interrupt, how can i do > this, > i try the command : > ovs-vsctl --may-exist add-bond br-f2b0711

[ovs-discuss] how to add an interface to exists bonding port?

2018-01-08 Thread cokabug
hello~ I have a bonding port : bond0 that contain two interface : eth0 eth1, now i want to add eth2 to bond0 without network interrupt, how can i do this, i try the command : ovs-vsctl --may-exist add-bond br-f2b0711 bond0 eth0 eth1 eth2 or ovs-vsctl --may-exist