Add OFPRR_EVICTION to enum ofp_flow_removed_reason.
[openvswitch] / include / openflow / openflow-common.h
index bb4de0b0ea457e4f5c2185c884791cf2420b9f79..fe91b107619c00449a91e9335ae27c9d04a3db05 100644 (file)
@@ -280,7 +280,8 @@ enum ofp_flow_removed_reason {
     OFPRR_IDLE_TIMEOUT,         /* Flow idle time exceeded idle_timeout. */
     OFPRR_HARD_TIMEOUT,         /* Time exceeded hard_timeout. */
     OFPRR_DELETE,               /* Evicted by a DELETE flow mod. */
-    OFPRR_GROUP_DELETE          /* Group was removed. */
+    OFPRR_GROUP_DELETE,         /* Group was removed. */
+    OFPRR_EVICTION,             /* Switch eviction to free resources. */
 };
 
 /* What changed about the physical port */