Merge into master from pull request #296:
Add rx and tx packet counts, and other rx/tx errors. (https://github.com/floodlight/loxigen/pull/296)
diff --git a/openflow_input/bsn_port_counter b/openflow_input/bsn_port_counter
index 4562b65..73ba80e 100644
--- a/openflow_input/bsn_port_counter
+++ b/openflow_input/bsn_port_counter
@@ -53,6 +53,11 @@
OFP_BSN_PORT_COUNTER_TX_LATE_COLLISIONS = 19,
OFP_BSN_PORT_COUNTER_TX_DEFERRED = 20,
OFP_BSN_PORT_COUNTER_TX_PAUSE_OUTPUT = 21,
+ OFP_BSN_PORT_COUNTER_RX_PACKETS = 22,
+ OFP_BSN_PORT_COUNTER_TX_PACKETS = 23,
+ OFP_BSN_PORT_COUNTER_RX_LENGTH_ERRORS = 24,
+ OFP_BSN_PORT_COUNTER_RX_OVERFLOW_ERRORS = 25,
+ OFP_BSN_PORT_COUNTER_TX_CARRIER_ERRORS = 26,
};
struct of_bsn_port_counter_stats_request : of_bsn_stats_request {