mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 05:46:10 +02:00
of1.3: fix lacking argument in OFPAggregateStatsRequest.__init__()
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
e93a3f2d99
commit
0f83d74065
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user