Message ID | 20220921073825.4658-2-fw@strlen.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 76b907ee00c4a5cdd5d0adbacdaa1c1989385615 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net,1/5] netfilter: conntrack: remove nf_conntrack_helper documentation | expand |
Hello: This series was applied to netdev/net.git (master) by Florian Westphal <fw@strlen.de>: On Wed, 21 Sep 2022 09:38:21 +0200 you wrote: > From: Pablo Neira Ayuso <pablo@netfilter.org> > > This toggle has been already remove by b118509076b3 ("netfilter: remove > nf_conntrack_helper sysctl and modparam toggles"). > > Remove the documentation entry for this toggle too. > > [...] Here is the summary with links: - [net,1/5] netfilter: conntrack: remove nf_conntrack_helper documentation https://git.kernel.org/netdev/net/c/76b907ee00c4 - [net,2/5] netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() https://git.kernel.org/netdev/net/c/921ebde3c0d2 - [net,3/5] netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() https://git.kernel.org/netdev/net/c/9a4d6dd554b8 - [net,4/5] netfilter: ebtables: fix memory leak when blob is malformed https://git.kernel.org/netdev/net/c/62ce44c4fff9 - [net,5/5] netfilter: nf_ct_ftp: fix deadlock when nat rewrite is needed https://git.kernel.org/netdev/net/c/d25088932227 You are awesome, thank you!
diff --git a/Documentation/networking/nf_conntrack-sysctl.rst b/Documentation/networking/nf_conntrack-sysctl.rst index 834945ebc4cd..1120d71f28d7 100644 --- a/Documentation/networking/nf_conntrack-sysctl.rst +++ b/Documentation/networking/nf_conntrack-sysctl.rst @@ -70,15 +70,6 @@ nf_conntrack_generic_timeout - INTEGER (seconds) Default for generic timeout. This refers to layer 4 unknown/unsupported protocols. -nf_conntrack_helper - BOOLEAN - - 0 - disabled (default) - - not 0 - enabled - - Enable automatic conntrack helper assignment. - If disabled it is required to set up iptables rules to assign - helpers to connections. See the CT target description in the - iptables-extensions(8) man page for further information. - nf_conntrack_icmp_timeout - INTEGER (seconds) default 30