blob: 4d9156de37154e43369cbbcbea537ac8cabd2f03 [file] [log] [blame]
-- binary
04 03 # version, type
00 0b # length
12 34 56 78 # xid
61 62 63 # data
-- python
ofp.message.echo_reply(
xid=0x12345678,
data="abc")