mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-11 15:26:11 +02:00
fix OFPMultipartRequest._serialize_stats_body
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
5e29110126
commit
632e454616
@ -1959,7 +1959,7 @@ class OFPMultipartRequest(MsgBase):
|
||||
self.type = self.__class__.cls_stats_type
|
||||
self.flags = flags
|
||||
|
||||
def _serialize_stats_body():
|
||||
def _serialize_stats_body(self):
|
||||
pass
|
||||
|
||||
def _serialize_body(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user