]> www.infradead.org Git - users/willy/pagecache.git/commit
Revert "netfilter: flowtable: teardown flow if cached mtu is stale"
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 7 Feb 2025 12:25:57 +0000 (13:25 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 12 Feb 2025 09:35:20 +0000 (10:35 +0100)
commitcf56aa8dd26328a9af4ffe7fb0bd8fcfa9407112
treec67c9db5761d79f030ed1f15e1e2d9929aa4a10c
parente589adf5b70c07b1ab974d077046fdbf583b2f36
Revert "netfilter: flowtable: teardown flow if cached mtu is stale"

This reverts commit b8baac3b9c5cc4b261454ff87d75ae8306016ffd.

IPv4 packets with no DF flag set on result in frequent flow entry
teardown cycles, this is visible in the network topology that is used in
the nft_flowtable.sh test.

nft_flowtable.sh test ocassionally fails reporting that the dscp_fwd
test sees no packets going through the flowtable path.

Fixes: b8baac3b9c5c ("netfilter: flowtable: teardown flow if cached mtu is stale")
Reported-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_flow_table_ip.c