From 0f83d7406552ecfdbd3c0324d3a075759d071f2d Mon Sep 17 00:00:00 2001 From: Yoshihiro Kaneko Date: Fri, 3 May 2013 18:05:04 +0900 Subject: [PATCH] of1.3: fix lacking argument in OFPAggregateStatsRequest.__init__() Signed-off-by: Yoshihiro Kaneko Signed-off-by: FUJITA Tomonori --- ryu/ofproto/ofproto_v1_3_parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 3213115b..e64a433b 100644 --- a/ryu/ofproto/ofproto_v1_3_parser.py +++ b/ryu/ofproto/ofproto_v1_3_parser.py @@ -2176,6 +2176,7 @@ class OFPAggregateStatsRequest(OFPFlowStatsRequestBase): def __init__(self, datapath, flags, table_id, out_port, out_group, cookie, cookie_mask, match): super(OFPAggregateStatsRequest, self).__init__(datapath, + flags, table_id, out_port, out_group,