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