On Tue, Nov 03, 2015 at 07:16:31PM +0530, Manpreet Singh wrote: > I am working on ovs 2.3.2 using openflow13, i have a query regarding select > group type that > if weights are not define for group type= select and having multiple > buckets, then which bucket execute first. > > Is there any mechanism define in ovs 2.3.2 for this ??
OVS 2.3 chooses a select group based on destination Ethernet address. OVS 2.4 makes it configurable, see the documentation. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
