On Sun, Jul 19, 2015 at 11:07:01AM +0800, Huhui wrote:
> 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.

OpenFlow 1.0 says that the port in an enqueue action "Should refer to a
valid physical port (i.e. < OFPP_MAX) or OFPP_IN_PORT."  OFPP_CONTROLLER
isn't any of those, thus OVS rejects it.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to