Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/ofproto/ofproto_v1_2_parser.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ryu/ofproto/ofproto_v1_2_parser.py 
b/ryu/ofproto/ofproto_v1_2_parser.py
index a4ad82e..1c4d5d0 100644
--- a/ryu/ofproto/ofproto_v1_2_parser.py
+++ b/ryu/ofproto/ofproto_v1_2_parser.py
@@ -1271,6 +1271,7 @@ class OFPGroupFeaturesStats(object):
         self.capabilities = capabilities
         self.max_groups = max_groups
         self.actions = actions
+        self.length = ofproto_v1_2.OFP_GROUP_FEATURES_STATS_SIZE
 
     @classmethod
     def parser(cls, buf, offset):
-- 
1.8.1.5


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to