commit | eae3016a713e080a07108f32362529bbf58ca89e | [log] [tgz] |
---|---|---|
author | Kiran Poola <kiran.poola@bigswitch.com> | Wed Apr 22 17:11:28 2015 -0700 |
committer | Kiran Poola <kiran.poola@bigswitch.com> | Wed Apr 22 17:11:28 2015 -0700 |
tree | 9269faa07f0432d577d5e46d1bb58f818b9c7e5a | |
parent | 8e0f3e8a2231b049a008014a2f1a94e63803f4a4 [diff] |
Add rx port counter bad_vlan.
diff --git a/openflow_input/bsn_port_counter b/openflow_input/bsn_port_counter index 6cf5e10..51a36f8 100644 --- a/openflow_input/bsn_port_counter +++ b/openflow_input/bsn_port_counter
@@ -59,6 +59,7 @@ OFP_BSN_PORT_COUNTER_RX_LENGTH_ERRORS = 24, OFP_BSN_PORT_COUNTER_RX_OVERFLOW_ERRORS = 25, OFP_BSN_PORT_COUNTER_TX_CARRIER_ERRORS = 26, + OFP_BSN_PORT_COUNTER_RX_PACKETS_BAD_VLAN = 27, }; struct of_bsn_port_counter_stats_request : of_bsn_stats_request {