Debian: make debian/copyright more friendly to the ftpmasters
[openvswitch] / ofproto / ofproto.c
index d74f321d16c466a1e6284cf77bfcb75b3062093a..91ff02388c3b09d72d8c0a45a7317437c01558f9 100644 (file)
@@ -2772,6 +2772,7 @@ xlate_actions(const union ofp_action *in, size_t n_in,
         *nf_output_iface = ctx.nf_output_iface;
     }
     if (odp_actions_overflow(out)) {
+        COVERAGE_INC(odp_overflow);
         odp_actions_init(out);
         return ofp_mkerr(OFPET_BAD_ACTION, OFPBAC_TOO_MANY);
     }