blob: 1a99237a8c4373d3a095c1cf566443041d7dacda [file] [log] [blame]
-- binary
03 # table_id
00 00 00 # pad
66 6f 6f 00 00 00 00 00 # name
00 00 00 00 00 00 00 00 # name
00 00 00 00 00 00 00 00 # name
00 00 00 00 00 00 00 00 # name
00 3f ff ff # wildcards
00 00 00 05 # max_entries
00 00 00 02 # active_count
00 00 00 ff ff ff ff ff # lookup_count
81 11 11 11 11 11 11 11 # matched_count
-- python
ofp.table_stats_entry(
table_id=3,
name="foo",
wildcards=ofp.OFPFW_ALL,
max_entries=5,
active_count=2,
lookup_count=1099511627775,
matched_count=9300233470495232273L)