Rich Lane | c9fc57d | 2013-05-16 16:39:12 -0700 | [diff] [blame] | 1 | -- binary |
2 | 04 08 # version, type | ||||
3 | 00 0c # length | ||||
4 | 12 34 56 78 # xid | ||||
5 | 00 02 # flags | ||||
6 | ff ff # miss_send_len | ||||
7 | -- python | ||||
8 | ofp.message.get_config_reply( | ||||
9 | xid=0x12345678, | ||||
10 | flags=ofp.OFPC_FRAG_REASM, | ||||
11 | miss_send_len=0xffff) |