Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
ac285ba5ecbd151eabd1f9265b33eaeea23086b6
/
.
/
test_data
/
of10
/
echo_request.data
blob: abe06fce7a739bbb95a4a393af14fb2b41b24ae8 [
file
] [
log
] [
blame
]
--
binary
01
02
# version / type
00
0b
# length
12
34
56
78
# xid
61
62
01
# data
--
python
ofp
.
message
.
echo_request
(
xid
=
0x12345678
,
data
=
"ab\x01"
)
--
python pretty
-
printer
echo_request
{
xid
=
0x12345678
,
data
=
'ab\x01'
}