blob: a5268f434ea4b822cf91c05fde8192060265de8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/kernel/pf_ring.c
+++ b/kernel/pf_ring.c
@@ -4079,7 +4079,7 @@ static int hash_pkt_cluster(ring_cluster
break;
}
/* else, fall through, because it's like 2-tuple for non-TCP packets */
-
+ fallthrough;
case cluster_per_flow_2_tuple:
case cluster_per_inner_flow_2_tuple:
flags |= mask_2_tuple;
|