Skip to content

Commit

Permalink
Pass non-conforming sctp packets as per CT(instead of DROP
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d5d5f2)
  • Loading branch information
TrekkieCoder committed Jun 10, 2024
1 parent 73fabba commit a2d7f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/llb_kern_devif.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ dp_ing_ct_main(void *ctx, struct xfi *xf)

val = dp_ct_in(ctx, xf);
if (val < 0) {
return DP_DROP;
return DP_PASS;
}

xf->nm.ct_sts = LLB_PIPE_CT_INP;
Expand Down

0 comments on commit a2d7f5e

Please sign in to comment.