blob: 4d9156de37154e43369cbbcbea537ac8cabd2f03 [file] [log] [blame]
Rich Lanec9fc57d2013-05-16 16:39:12 -07001-- binary
204 03 # version, type
300 0b # length
412 34 56 78 # xid
561 62 63 # data
6-- python
7ofp.message.echo_reply(
8 xid=0x12345678,
9 data="abc")