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 ?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to