Signed-off-by: Yoshihiro Kaneko <[email protected]>
---
 ryu/ofproto/ofproto_v1_3.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/ofproto/ofproto_v1_3.py b/ryu/ofproto/ofproto_v1_3.py
index aa8f776..3a40eef 100644
--- a/ryu/ofproto/ofproto_v1_3.py
+++ b/ryu/ofproto/ofproto_v1_3.py
@@ -701,7 +701,7 @@ OFPGFC_CHAINING = 1 << 2  # Support chaining groups.
 OFPGFC_CHAINING_CHECKS = 1 << 3  # Check chaining for loops and delete
 
 # struct ofp_meter_multipart_request
-OFP_METER_MULTIPART_REQUEST_PACK_STR = '!I4B'
+OFP_METER_MULTIPART_REQUEST_PACK_STR = '!I4x'
 OFP_METER_MULTIPART_REQUEST_SIZE = 8
 assert (calcsize(OFP_METER_MULTIPART_REQUEST_PACK_STR) ==
         OFP_METER_MULTIPART_REQUEST_SIZE)
-- 
1.7.9.5


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to