Skip to content

Commit 09cad83

Browse files
Florian Westphalopsiff
authored andcommitted
netfilter: conntrack: documentation: remove reference to non-existent sysctl
mainline inclusion from mainline-v6.10-rc1 category: bugfix The referenced sysctl doesn't exist anymore. Fixes: 4592ee7 ("netfilter: conntrack: remove offload_pickup sysctl again") Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> (cherry picked from commit f9a6e7f) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 64e80ca commit 09cad83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/networking/nf_conntrack-sysctl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ nf_flowtable_tcp_timeout - INTEGER (seconds)
222222

223223
Control offload timeout for tcp connections.
224224
TCP connections may be offloaded from nf conntrack to nf flow table.
225-
Once aged, the connection is returned to nf conntrack with tcp pickup timeout.
225+
Once aged, the connection is returned to nf conntrack.
226226

227227
nf_flowtable_udp_timeout - INTEGER (seconds)
228228
default 30
229229

230230
Control offload timeout for udp connections.
231231
UDP connections may be offloaded from nf conntrack to nf flow table.
232-
Once aged, the connection is returned to nf conntrack with udp pickup timeout.
232+
Once aged, the connection is returned to nf conntrack.

0 commit comments

Comments
 (0)