diff options
3 files changed, 6 insertions, 0 deletions
diff --git a/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json index 47300f64..5f802b45 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-12-ofp_flow_stats_reply.packet.json @@ -10,6 +10,7 @@ "hard_timeout": 0, "idle_timeout": 0, "instructions": [], + "length": 56, "match": { "OFPMatch": { "length": 4, @@ -48,6 +49,7 @@ } } ], + "length": 88, "match": { "OFPMatch": { "length": 10, @@ -85,6 +87,7 @@ } } ], + "length": 80, "match": { "OFPMatch": { "length": 22, @@ -138,6 +141,7 @@ } } ], + "length": 80, "match": { "OFPMatch": { "length": 4, diff --git a/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json index 022e8229..7e867868 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-32-ofp_group_features_stats_reply.packet.json @@ -9,6 +9,7 @@ 67082241 ], "capabilities": 5, + "length": 40, "max_groups": [ 16777216, 16777216, diff --git a/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json index de65f126..5166d1ce 100644 --- a/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of12/3-34-ofp_group_desc_stats_reply.packet.json @@ -24,6 +24,7 @@ } ], "group_id": 1, + "length": 40, "type": 0 } } |