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 */
 };