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 add-bond br-f2b0711 bond0 eth1 eth2

    result is : ovs-vsctl: "--may-exist add-bond br-f2b0711 bond0 eth1
eth2" but bond0 actually has interface(s) eth0

    thanks
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to