mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 06:16:10 +02:00
fix OFPMatch decode error in 'parser' function of OFPFlowRemoved
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
c4ddf50b68
commit
a119198f7a
@ -1378,7 +1378,7 @@ class OFPFlowRemoved(MsgBase):
|
||||
offset = (ofproto_v1_3.OFP_FLOW_REMOVED_SIZE -
|
||||
ofproto_v1_3.OFP_MATCH_SIZE)
|
||||
|
||||
msg.match = OFPMatch(buf, offset)
|
||||
msg.match = OFPMatch.parser(msg.buf, offset)
|
||||
|
||||
return msg
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user