]> 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>
Mon, 13 Nov 2017 06:26:12 +0000 (07:26 +0100)
commit86471b6045b03ce03e4cd83c4183f50d13f56b9d
treefb8e06da25102aed4bb1a943bb89b28a4441ff12
parentf422d498461b21d64808c5e2ba38954942e1e34e
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