On Fri, Dec 09, 2011 at 07:07:56AM -0500, Syed Abdullah Shah wrote: > Hi, > I am trying to test an algorithm for networks and I need to have the > following topology for this pn a single pc. > > > > > > controller 1 controller 2 controller 3 > | | | > | | | > | | | | | | | | | > | ovs1 |--------| ovs2 |----------| ovs3 | > | | | > | | | > | | | > VM_1 VM_2 VM_3 > > I tried making three bridges and added 1 tap to each of them for the three > virtual machines ie- VM_1 , VM_2, VM_3 and then connected a separate > controller for each bridge by specifying a different port. > I am confused as how to connect the bridges together with each other as > shown in the topology.?Can someone please guide me in the right direction
It sounds like you should use patch ports. Please see ovs-vswitchd.conf.db(5) for documentation. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
