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