fix incorrect naming '__serialize_body' in OFPRoleRequest

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Zhang Dongya 2013-03-03 12:04:49 +00:00 committed by FUJITA Tomonori
parent a119198f7a
commit 93ae92dca0

View File

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