mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-06 04:46:10 +02:00
Correct typos in OFPFlowStatsRequestBase class
These changes correct what appear to be typos * Parameters should be separated by a comma * The type of the class is OFPFlowStatsRequestBase Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
d7ee5d2282
commit
6aa847a84e
@ -1089,7 +1089,7 @@ class OFPDescStatsRequest(OFPStatsRequest):
|
||||
|
||||
class OFPFlowStatsRequestBase(OFPStatsRequest):
|
||||
def __init__(self, datapath, flags, match, table_id, out_port):
|
||||
super(OFPFlowStatsRequest. self).__init__(datapath, flags)
|
||||
super(OFPFlowStatsRequestBase, self).__init__(datapath, flags)
|
||||
self.match = match
|
||||
self.table_id = table_id
|
||||
self.out_port = out_port
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user