mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
of13 OFPTableFeaturesStatsRequest: remove an unused argument
and while i'm here, document arguments. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
748f8ae970
commit
0ff15a58fa
@ -5087,10 +5087,17 @@ class OFPTableFeaturesStatsRequest(OFPMultipartRequest):
|
||||
Table features statistics request message
|
||||
|
||||
The controller uses this message to query table features.
|
||||
|
||||
================ ======================================================
|
||||
Attribute Description
|
||||
================ ======================================================
|
||||
body List of ``OFPTableFeaturesStats`` instances.
|
||||
The default is [].
|
||||
================ ======================================================
|
||||
"""
|
||||
def __init__(self, datapath, flags,
|
||||
body=[],
|
||||
properties=[], type_=None):
|
||||
type_=None):
|
||||
super(OFPTableFeaturesStatsRequest, self).__init__(datapath, flags)
|
||||
self.body = body
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user