blob: 34aaf942d7421dde5f0597bbc5815e0adcb6689e [file] [log] [blame]
Rich Lane46cbb632013-11-15 15:18:32 -08001-- binary
204 12 # version, type
300 18 # length
412 34 56 78 # xid
5ff ff # stats_type
600 00 # flags
700 00 00 00 # pad
800 5c 16 c7 # experimenter
900 00 00 1 # subtype
10-- python
11ofp.message.bsn_lacp_stats_request(
12 xid=0x12345678,
13 flags=0)
14-- java
15builder.setXid(0x12345678)
16-- c
17obj = of_bsn_lacp_stats_request_new(OF_VERSION_1_3);
18of_bsn_lacp_stats_request_xid_set(obj, 0x12345678);