commit | ec1f661b1e0d8ffc5a1fc6dba218ba34ee4a01fc | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Jun 25 15:48:12 2014 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Jun 25 15:50:50 2014 -0700 |
tree | a18465efc32320646f0b263d9a77ae1fb902cf5c | |
parent | e7fc61f7065d121293bf860032fe364d576711bd [diff] |
java_gen: make of_bsn_table_set_buckets_size use table_id type
diff --git a/java_gen/java_type.py b/java_gen/java_type.py index 14878c3..8c06379 100644 --- a/java_gen/java_type.py +++ b/java_gen/java_type.py
@@ -681,6 +681,7 @@ 'of_bucket' : { 'watch_group': of_group }, 'of_bsn_tlv_vlan_vid' : { 'value' : vlan_vid }, + 'of_bsn_table_set_buckets_size' : { 'table_id' : table_id }, 'of_bsn_gentable_entry_add' : { 'table_id' : gen_table_id }, 'of_features_reply' : { 'auxiliary_id' : of_aux_id},