mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 04:16:11 +02:00
Fix OFPActionHeader class 'serialize' method
OFPActionHeader class should have 'serialize' method. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Reviewed-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
parent
10fcdec3b3
commit
81a894f83a
@ -120,7 +120,7 @@ class OFPActionHeader(object):
|
||||
self.type = type_
|
||||
self.len = len_
|
||||
|
||||
def serlize(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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user