Use "ovs-vsctl add-br" to add multiple switches.
On Sat, Apr 29, 2017 at 09:22:38PM +0530, Ajay R wrote: > "single instance of OVS supports any number of OpenFlow switches" > > Can you please let me know the steps to configure like that (configuring > multiple bridges ?) ? Since I have the binary built from code, is it > equivalent to running multiple vswitchd process ? > > Thanks, > ajay > > On Sat, Apr 22, 2017 at 2:27 AM, Ben Pfaff <[email protected]> wrote: > > > On Fri, Apr 21, 2017 at 08:52:41AM +0530, Ajay R wrote: > > > Is there a way I could add multiple interfaces on OVS and connect each > > > interface to a controller or different controllers ? > > > I cannot run more than one instance of ovs-switch daemon(built from > > source > > > code) in a VM and I'm trying to emulate multiple switches connecting to > > > controller. > > > > > > Could you please provide inputs to achieve this or any source which has > > > info regarding this ? > > > > Controller aren't per-interface, they're per-bridge. However, a single > > instance of OVS supports any number of OpenFlow switches, and each one > > can connect to any number of controllers. > > _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
