Merge into master from pull request #393:
Add rx port counter bad_vlan. (https://github.com/floodlight/loxigen/pull/393)
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 {