mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 20:36:10 +02:00
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:
parent
eef36671a5
commit
f7eed1547c
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user