mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 14:26:10 +02:00
fix incorrect naming '__serialize_body' in OFPRoleRequest
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
a119198f7a
commit
93ae92dca0
@ -2766,7 +2766,7 @@ class OFPRoleRequest(MsgBase):
|
||||
self.role = role
|
||||
self.generation_id = generation_id
|
||||
|
||||
def __serialize_body(self):
|
||||
def _serialize_body(self):
|
||||
assert self.role is not None
|
||||
assert self.generation_id is not None
|
||||
msg_pack_into(ofproto_v1_3.OFP_ROLE_REQUEST_PACK_STR,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user