mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
of1.3: fix wrong method name in OFPQueueGetConfigRequest
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
0c7b42a174
commit
c78d174a63
@ -2647,7 +2647,7 @@ class OFPQueueGetConfigRequest(MsgBase):
|
||||
super(OFPQueueGetConfigRequest, self).__init__(datapath)
|
||||
self.port = port
|
||||
|
||||
def _serialized_body(self):
|
||||
def _serialize_body(self):
|
||||
msg_pack_into(ofproto_v1_3.OFP_QUEUE_GET_CONFIG_REQUEST_PACK_STR,
|
||||
self.buf, ofproto_v1_3.OFP_HEADER_SIZE, self.port)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user