blob: 49c5be0395f0fadeb0edc13c72fb662389f27398 [file] [log] [blame]
Rich Lanec9fc57d2013-05-16 16:39:12 -07001-- binary
204 09 # version, type
300 0c # length
412 34 56 78 # xid
500 02 # flags
6ff ff # miss_send_len
7-- python
8ofp.message.set_config(
9 xid=0x12345678,
10 flags=ofp.OFPC_FRAG_REASM,
11 miss_send_len=0xffff)