Are you sure that the switch firmware you're using supports the enqueue action? Is it Indigo? A little more information about what you're doing could help debug this.
Thanks, - Rob . On Sun, Sep 25, 2011 at 12:51 PM, Ali Sydney <[email protected]> wrote: > 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 > _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
