blob: 6daf046daabcef05cbfb9d54f01037d25f46d7ff [file] [log] [blame]
Rich Lanec9fc57d2013-05-16 16:39:12 -07001-- binary
204 06 # version, type
300 20 # length
412 34 56 78 # xid
5fe dc ba 98 76 54 32 10 # datapath_id
600 00 00 40 # n_buffers
7c8 # n_tables
805 # auxiliary_id
900 00 # pad
1000 00 01 01 # capabilities
1100 00 00 00 # reserved
12-- python
13ofp.message.features_reply(
14 xid=0x12345678,
15 datapath_id=0xFEDCBA9876543210,
16 n_buffers=64,
17 n_tables=200,
18 auxiliary_id=5,
19 capabilities=ofp.OFPC_FLOW_STATS|ofp.OFPC_PORT_BLOCKED,
20 reserved=0)