added packetIn filter counts to statistics
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / statistics / CounterEventTypes.java
index b021745da2e923e37fc73403c1b68e12d07074a9..60b1c6da35983c571a691c8a417545a2cfffb59e 100644 (file)
@@ -34,6 +34,10 @@ public enum CounterEventTypes {
      * flow-mod encoded and sent to downstream
      */
     DS_FLOW_MODS_SENT,
+    /**
+     * packetIn message got dropped -filtering is active
+     */
+    US_DROPPED_PACKET_IN,
     /**
      * receive message and pass to upstream
      */