On Wed, 09 Oct 2013 17:02:43 +0900 Yuichi Ito <[email protected]> wrote:
> before applying this patch: > - parser() of OFPActionDecMplsTtl calls itself recursively. > - parser() of OFPActionDecNwTtl, OFPActionCopyTtlOut, OFPActionCopyTtlIn > and OFPActionPopVlan fail by shortage of arguments. > > after applying this patch: > - all parser() of OFPActions work nicely. > > > Signed-off-by: itoyuichi <[email protected]> > --- > ryu/ofproto/ofproto_v1_3_parser.py | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
