Add more port counters.
diff --git a/openflow_input/bsn_port_counter b/openflow_input/bsn_port_counter
index f3d149f..4562b65 100644
--- a/openflow_input/bsn_port_counter
+++ b/openflow_input/bsn_port_counter
@@ -43,6 +43,16 @@
OFP_BSN_PORT_COUNTER_TX_PACKETS_MULTICAST = 9,
OFP_BSN_PORT_COUNTER_TX_DROPPED = 10,
OFP_BSN_PORT_COUNTER_TX_ERRORS = 11,
+ OFP_BSN_PORT_COUNTER_RX_RUNTS = 12,
+ OFP_BSN_PORT_COUNTER_RX_GIANTS = 13,
+ OFP_BSN_PORT_COUNTER_RX_CRC_ERRORS = 14,
+ OFP_BSN_PORT_COUNTER_RX_ALIGNMENT_ERRORS = 15,
+ OFP_BSN_PORT_COUNTER_RX_SYMBOL_ERRORS = 16,
+ OFP_BSN_PORT_COUNTER_RX_PAUSE_INPUT = 17,
+ OFP_BSN_PORT_COUNTER_TX_COLLISIONS = 18,
+ OFP_BSN_PORT_COUNTER_TX_LATE_COLLISIONS = 19,
+ OFP_BSN_PORT_COUNTER_TX_DEFERRED = 20,
+ OFP_BSN_PORT_COUNTER_TX_PAUSE_OUTPUT = 21,
};
struct of_bsn_port_counter_stats_request : of_bsn_stats_request {