commit | 7b2a8b699ecbb7161c0d88d7acd5b37d80588ee5 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu Jan 02 14:00:49 2014 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Thu Jan 02 14:11:10 2014 -0800 |
tree | 3d1d2d7d1deda7921b095b57e30a24f01c3d0bc1 | |
parent | 713d92878a4f70dab3aeab750b869285c8e786cf [diff] [blame] |
loci: add max_entries member to of_bsn_gentable_desc_stats_entry
diff --git a/openflow_input/bsn_gentable b/openflow_input/bsn_gentable index 3643418..f225c19 100644 --- a/openflow_input/bsn_gentable +++ b/openflow_input/bsn_gentable
@@ -259,6 +259,8 @@ uint16_t table_id; of_table_name_t name; uint32_t buckets_size; + uint32_t max_entries; + pad(4); /* TODO properties */ };