diff --git a/src/compressor_filter_kern.c b/src/compressor_filter_kern.c index af118dc..2c8aebe 100644 --- a/src/compressor_filter_kern.c +++ b/src/compressor_filter_kern.c @@ -442,7 +442,7 @@ int xdp_program(struct xdp_md *ctx) { return forward_packet(ctx, forward_rule, 0x00); } - return XDP_DROP; + return XDP_PASS; } }