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