blob: ffe1a2b864b8c7e780f0ab93500964a4266a9b3d [file] [log] [blame]
-- binary
04 01 # version / type
00 0f # length
12 34 56 78 # xid
00 04 # err_type
00 08 # code
61 62 63 # data
-- python
ofp.message.bad_match_error_msg(
xid=0x12345678,
code=ofp.OFPBMC_BAD_MASK,
data="abc")