Hi Everyone,
I am attempting to foward all traffic that meets a particular
criteria to Queue 1 of Port 3 on a Pronto 3290, and I am receiving the
following error:
OpenFlow error: invalid action type 11
Below is the action used:
actions = [[openflow.OFPAT_ENQUEUE,[3,1]]]
REF: Below is a snippet from the code:
flow = extract_flow(packet)
flow[core.IN_PORT] = inport
actions = [[openflow.OFPAT_ENQUEUE,[3,1]]]
inst.install_datapath_flow(dpid, flow, CACHE_TIMEOUT,
openflow.OFP_FLOW_PERMANENT, actions,
bufid, openflow.OFP_DEFAULT_PRIORITY,
inport, buf)
Is there something wrong with my action definition?
Thanks..
-Ali
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss