ofproto: Postpone sending flow removed messages.
[cascardo/ovs.git] / lib / ofp-print.c
index 96e65a7..2ac11b1 100644 (file)
@@ -865,6 +865,7 @@ ofp_flow_removed_reason_to_string(enum ofp_flow_removed_reason reason,
         return "eviction";
     case OFPRR_METER_DELETE:
         return "meter_delete";
+    case OVS_OFPRR_NONE:
     default:
         snprintf(reasonbuf, bufsize, "%d", (int) reason);
         return reasonbuf;