commit | 8ec889f4411c195b6439b8dcab00b0ce230d1e72 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Wed Jan 21 15:54:14 2015 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Wed Jan 21 15:54:14 2015 -0800 |
tree | 94f761692f560169be6b0791e68ac102373c8364 | |
parent | edbb4cb892379a229efa89518ce535186c441ddb [diff] |
openflow_input: add of_bsn_tlv_rx_bytes
diff --git a/openflow_input/bsn_tlv b/openflow_input/bsn_tlv index af0fb96..7e9b376 100644 --- a/openflow_input/bsn_tlv +++ b/openflow_input/bsn_tlv
@@ -468,3 +468,9 @@ uint16_t length; uint16_t value; }; + +struct of_bsn_tlv_rx_bytes : of_bsn_tlv { + uint16_t type == 71; + uint16_t length; + uint64_t value; +};