blob: fcb0c1c7d2435bf31d3533bbf9ce999c36c85553 [file] [log] [blame]
Rich Lanec9fc57d2013-05-16 16:39:12 -07001-- binary
204 01 # version / type
300 0f # length
412 34 56 78 # xid
500 04 # err_type
600 08 # code
761 62 63 # data
8-- python
9ofp.message.error_msg(
10 xid=0x12345678,
11 err_type=ofp.OFPET_BAD_MATCH,
12 code=ofp.OFPBMC_BAD_MASK,
13 data="abc")