]> git.ipfire.org Git - people/arne_f/kernel.git/commit
netfilter: layer7 use own packet counter
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 12 Mar 2017 13:33:26 +0000 (14:33 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 14 Oct 2020 17:58:43 +0000 (19:58 +0200)
commit4c052362bd085cac0f5a72ee4b8906c443b50e36
treea46bf9cf086e4c7423964683c31131dd39cebc1e
parenta7e62afd488cd6227f3e53c1de2099515eb69ad2
netfilter: layer7 use own packet counter

sometimes ct has already seen more packets than the handled to
the layer7 match and the detection was skipped too early.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
include/net/netfilter/nf_conntrack.h
net/netfilter/xt_layer7.c