mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 12:26:11 +02:00
of1.0: fix NXActionHeader typo
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
4f94ae8c2b
commit
65aba13864
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user