On Thu, 12 Sep 2013 20:49:45 -0400 Nitin Sharma <[email protected]> wrote:
> Here are the actions/instructions I am trying to set using , > > me.ofproto.OFPIT_APPLY_ACTIONS > > [OFPActionOutput(len=16,max_len=0,port=5,type=0), > OFPActionSetField(eth_dst='00:25:90:9b:b8:47')] > > [OFPInstructionActions(actions=[OFPActionOutput(len=16,max_len=0,port=5,type=0), > OFPActionSetField(eth_dst='00:25:90:9b:b8:47')],type=4)] Thanks for the report. This is a bug of the new API introduced in 3.0. It was fixed now. Btw, you don't need 'type' or 'len' parameters. Also note that, as pointed out, probably you like to put SetField before Output. Thanks, ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
