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:
YAMAMOTO Takashi 2013-11-27 13:06:44 +09:00 committed by FUJITA Tomonori
parent 748f8ae970
commit 0ff15a58fa

View File

@ -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