X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-print.c;h=03de5f1e58a6f2840f06e22ab3c8a890fed11e9b;hb=1d31ece9c09ecd31ed524f0f83573e8780774abb;hp=9da76b62c2d36b66ff74d43b22de1460e900f98b;hpb=5cc63216b1dba9be9ac243d9b47f65d3e23bcab6;p=openvswitch diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 9da76b62..03de5f1e 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -810,6 +810,8 @@ ofp_flow_removed_reason_to_string(enum ofp_flow_removed_reason reason) return "delete"; case OFPRR_GROUP_DELETE: return "group_delete"; + case OFPRR_EVICTION: + return "eviction"; default: sprintf(s, "%d", (int) reason); return s;