On Fri, Jan 30, 2015 at 2:34 AM, Flora Mittal <mittal.fl...@gmail.com> wrote: > Hi All, > > Can anyone please tell us the ovs-vsctl command to have multiple > interfaces in a port.
You usually add multiple interfaces to a port for bonding. If that is what you wanted to do, then something like this: ovs-vsctl -v add-bond br1 bond0 p0 p1 bond_mode=active-backup More information at the manpages of ovs-vsctl and ovs-vswitchd.conf.db > > Thanks. > > _______________________________________________ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/mailman/listinfo/discuss > _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss