On Wed, 10 Feb 2016 13:10:12 +0900 Minoru TAKAHASHI <[email protected]> wrote:
> Some fields missing in the JSON dict that to_jsondict of OFPActionSetField is > returnd. > This patch fixes this problem. > > Signed-off-by: Minoru TAKAHASHI <[email protected]> > --- > ryu/ofproto/ofproto_v1_2_parser.py | 4 +++- > ryu/ofproto/ofproto_v1_3_parser.py | 4 +++- > ryu/ofproto/ofproto_v1_4_parser.py | 4 +++- > ryu/ofproto/ofproto_v1_5_parser.py | 4 +++- > .../unit/ofproto/json/of12/3-2-ofp_flow_mod.packet.json | 8 ++++++-- > .../ofproto/json/of13/4-12-ofp_flow_stats_reply.packet.json | 12 > +++++++++--- > .../unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json | 12 > +++++++++--- > .../ofproto/json/of13/libofproto-OFP13-flow_mod.packet.json | 4 +++- > .../of13/libofproto-OFP13-flow_mod_match_conj.packet.json | 4 +++- > .../json/of13/ovs-ofctl-of13-action_ct_exec.packet.json | 4 +++- > .../json/of13/ovs-ofctl-of13-action_learn.packet.json | 4 +++- > .../ofproto/json/of14/5-12-ofp_flow_stats_reply.packet.json | 12 > +++++++++--- > .../unit/ofproto/json/of14/5-2-ofp_flow_mod.packet.json | 12 > +++++++++--- > .../json/of15/libofproto-OFP15-bundle_add.packet.json | 4 +++- > .../ofproto/json/of15/libofproto-OFP15-flow_mod.packet.json | 4 +++- > .../of15/libofproto-OFP15-flow_mod_match_conj.packet.json | 4 +++- > .../ofproto/json/of15/libofproto-OFP15-group_mod.packet.json | 4 +++- > .../json/of15/libofproto-OFP15-requestforward.packet.json | 4 +++- > 18 files changed, 81 insertions(+), 27 deletions(-) Applied, thanks! ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
