On Fri, Apr 8, 2016 at 9:04 AM, Rimac, Ivica (Nokia - DE) <[email protected]> wrote: > Hi Jason, > > your suggestion with combining the table_id with the command rsulting in an > OF error message: > type: OFPET_FLOW_MOD_FAILED(3) -- code: OFPFMFC_BAD_COMMAND(4) > > I thought about moving to groups and buckets but due to internal reasons > prefer the multipath() aaproach.
Sorry i forgot to include you have to enable the extension: parser = dp.ofproto_parser dp.send_msg(parser.NXTFlowModTableId(dp, 1) We did that in the EventOFPStateChange handler back when we were OF 1.0+NXM. Happy Hacking! 7-11 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
