On Sun, Sep 04, 2016 at 04:44:55PM +0800, AY wrote:
> I have tried this configuration with ovs 2.3 and ovs 2.5 :
> ovs-ofctl -O OpenFlow13 add-group s1
> group_id=5566,type=select,bucket=weight:33,actions=output:1,bucket=weight:33,actions=output:2,bucket=weight:34,actions=output:3
> 
> ovs-ofctl -O OpenFlow13 add-flow s1 in_port=4,actions=group:5566
> 
> with OVS 2.3 it worked well .
> In ovs 2.5 it does not work. all the traffic directed to port 1?
>  Why ?

Select groups work fine for other users (we have a recent report that
the split among buckets is not perfect, but that's far from "all traffic
to port 1"), so it's hard to guess why you have a problem.  What does
your traffic look like?  Is it actually passing through the group?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to