blob: 4adfd595818310ff07f78b56ad326e49774c71f0 [file] [log] [blame]
-- binary
06 01 # version / type
00 0f # length
12 34 56 78 # xid
00 04 # err_type
00 08 # code
61 62 63 # data
-- java
builder
.setXid(0x12345678)
.setCode(OFBadMatchCode.BAD_MASK)
.setData(OFErrorCauseData.of(new byte[] { 0x61, 0x62, 0x63 }, OFVersion.OF_15));