Hi openvswitch community ,
I'm looking to set two priority queues (queue 0 and queue 1) in the port
connecting to controller in OpenVswitch(V2.3.1) with POX controller.
When I used the OVS command: sudo ovs-ofctl queue-stats br0 eth0,I could see
the priority queues.
In my example I add two flow-table in the event of ConnectionUp.
The action of flow-table like
this:of.ofp_action_enqueue(port=of.OFPP_CONTROLLER,queue_id=0).
When OVS connectted,OpenFlow said that "bad action',and priority queues did
work.
Checked flow-table' action like this:action:output:2(didn't have queue' id).
Could OVS permit to set the priority queues in the port connecting to
controller?
If could,how to set that?
Thanks for you help
Best,
Huhui
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss