Skip to content

Commit 9e5ccbc

Browse files
committed
mend
move block up
1 parent 3a80bda commit 9e5ccbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/e2e/tools/event-writer/bpf_event_writer.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,9 @@ event_writer(xdp_md_t* ctx) {
285285
}
286286
}
287287
}
288-
288+
if (flt_evttype == PKTMON_NOTIFY_DROP) {
289+
reason = 130;
290+
}
289291

290292
update_metrics(size_to_copy, METRIC_INGRESS, reason, 0, 0);
291293

0 commit comments

Comments
 (0)