blob: f8d026b90f34ca544ee825684092598b5d3347ff [file] [log] [blame]
Rich Laneb1f347d2013-05-16 16:39:12 -07001-- binary
201 0a # version / type
300 15 # length
412 34 56 78 # xid
5ab cd ef 01 # buffer_id
600 09 # total_len
7ff fe # in_port
801 # reason
900 # pad
1061 62 63 # data
11-- python
12ofp.message.packet_in(
13 xid=0x12345678,
14 buffer_id=0xabcdef01,
15 total_len=9,
16 in_port=ofp.OFPP_LOCAL,
17 reason=ofp.OFPR_ACTION,
18 data='abc')