mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 06:16:10 +02:00
remove port_no argument of OFPPortDescStatsRequest.__init__
according to OF1.3/1.3.1 spec, the request body is empty. 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
632e454616
commit
6a43111074
@ -2595,7 +2595,7 @@ class OFPTableFeaturesStatsReply(OFPMultipartReply):
|
||||
@_set_stats_type(ofproto_v1_3.OFPMP_PORT_DESC, OFPPort)
|
||||
@_set_msg_type(ofproto_v1_3.OFPT_MULTIPART_REQUEST)
|
||||
class OFPPortDescStatsRequest(OFPMultipartRequest):
|
||||
def __init__(self, datapath, flags, port_no):
|
||||
def __init__(self, datapath, flags):
|
||||
super(OFPPortDescStatsRequest, self).__init__(datapath, flags)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user