of1.3: fix ACTION_POP_MPLS

Fix a typo.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-02-14 18:31:34 +09:00
parent eef36671a5
commit f7eed1547c

View File

@ -1816,7 +1816,7 @@ class OFPActionPopMpls(OFPAction):
return cls(ethertype)
def serialize(self, buf, offset):
msg_pack_into(ofproto_v1_3.OFP_ACTION_POP_MPLS_PACK_STR, buff, offset,
msg_pack_into(ofproto_v1_3.OFP_ACTION_POP_MPLS_PACK_STR, buf, offset,
self.ethertype)