commit | 2eace7d8e366993c7f78bacadfee39b5aba2da37 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Dec 17 11:32:50 2014 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Wed Dec 17 11:32:50 2014 -0800 |
tree | fb1de9cda3710b13db62486b04a75dbdf56137d9 | |
parent | c04ca954a950429c63ec329641848deb9a36805d [diff] [blame] |
openflow_input: add of_bsn_tlv_bucket
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index 09478f6..65a7fb1 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -426,3 +426,9 @@ uint16_t length; uint8_t value; }; + +struct of_bsn_tlv_bucket : of_bsn_tlv { + uint16_t type == 64; + uint16_t length; + list(of_bsn_tlv_t) value; +};