blob: 1a99237a8c4373d3a095c1cf566443041d7dacda [file] [log] [blame]
Rich Lane9a3f1fd2013-05-10 16:29:17 -07001-- binary
203 # table_id
300 00 00 # pad
466 6f 6f 00 00 00 00 00 # name
500 00 00 00 00 00 00 00 # name
600 00 00 00 00 00 00 00 # name
700 00 00 00 00 00 00 00 # name
800 3f ff ff # wildcards
900 00 00 05 # max_entries
1000 00 00 02 # active_count
1100 00 00 ff ff ff ff ff # lookup_count
1281 11 11 11 11 11 11 11 # matched_count
13-- python
14ofp.table_stats_entry(
15 table_id=3,
16 name="foo",
17 wildcards=ofp.OFPFW_ALL,
18 max_entries=5,
19 active_count=2,
20 lookup_count=1099511627775,
21 matched_count=9300233470495232273L)