diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-02-10 13:58:10 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-10 13:52:56 +0900 |
commit | efc859eebf28128c7b4450ff75355d5e2ad83610 (patch) | |
tree | 961ef11da664adf69bea9257421c66bb385854a3 | |
parent | 5cb8f8ccc7ff64f89ae6e141b0a6186d2e3bb462 (diff) |
test_parser: Fix ofp_multipart_type in OFPFlowStatsRequest
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_stats_request.packet.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_stats_request.packet.json b/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_stats_request.packet.json index 2baccad4..cc9de0a6 100644 --- a/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_stats_request.packet.json +++ b/ryu/tests/unit/ofproto/json/of15/libofproto-OFP15-flow_stats_request.packet.json @@ -13,6 +13,6 @@ "out_group": 4294967295, "out_port": 4294967295, "table_id": 0, - "type": 1 + "type": 17 } } |