Skip to content

Commit f9a6e7f

Browse files
Florian Westphalummakynes
authored andcommitted
netfilter: conntrack: documentation: remove reference to non-existent sysctl
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>
1 parent 8edc27f commit f9a6e7f

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)