of1.0: fix NXActionHeader typo

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Can Zhang 2013-03-27 22:15:48 +08:00 committed by FUJITA Tomonori
parent 4f94ae8c2b
commit 65aba13864

View File

@ -410,7 +410,7 @@ class NXActionHeader(object):
self.vendor = ofproto_v1_0.NX_VENDOR_ID
self.subtype = subtype_
def serialise(self, buf, offset):
def serialize(self, buf, offset):
msg_pack_into(ofproto_v1_0.OFP_ACTION_HEADER_PACK_STR,
buf, offset, self.type, self.len)