Does OVS 2.4 support ovs-ofctl insert-buckets?

I just upgraded to OVS 2.4.0, and here's what I tried to do:

ovs-vsctl set bridge br0
protocols=OpenFlow10,OpenFlow11,OpenFlow12,OpenFlow13,OpenFlow14,OpenFlow15

ovs-ofctl add-group br0 group_id=0,type=all,bucket="actions=output:10" -O
OpenFlow11

ovs-ofctl dump-groups br0 -O OpenFlow11
(which shows the groups table correctly with a single bucket)

ovs-ofctl insert-buckets br0
group_id=0,command_bucket_id=last,bucket="actions=output:1" -O OpenFlow15

ovs-ofctl dump-groups br0 -O OpenFlow11
(This then hangs indefinitely)
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to