From: Aaron Conole <aconole@redhat.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, i.maximets@ovn.org,
pshelar@ovn.org, dev@openvswitch.org
Subject: Re: [PATCH nf] netfilter: remove nf_conntrack_helper sysctl toggle
Date: Mon, 29 Aug 2022 10:48:18 -0400 [thread overview]
Message-ID: <f7t1qszjebx.fsf@redhat.com> (raw)
In-Reply-To: <20220826070600.8404-1-pablo@netfilter.org> (Pablo Neira Ayuso's message of "Fri, 26 Aug 2022 09:06:00 +0200")
Pablo Neira Ayuso <pablo@netfilter.org> writes:
> __nf_ct_try_assign_helper() remains in place but it now requires a
> template to configure the helper.
>
> A toggle to disable automatic helper assignment was added by:
>
> a9006892643a ("netfilter: nf_ct_helper: allow to disable automatic helper assignment")
>
> in 2012 to address the issues described in "Secure use of iptables and
> connection tracking helpers". Automatic conntrack helper assignment was
> disabled by:
>
> 3bb398d925ec ("netfilter: nf_ct_helper: disable automatic helper assignment")
>
> back in 2016.
>
> This patch removes the sysctl toggle, users now have to rely on explicit
> conntrack helper configuration via ruleset.
>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> ---
Acked-by: Aaron Conole <aconole@redhat.com>
Ilya / Pravin,
We will likely need to make a change in the ovs test-suite from:
sysctl -w net.netfilter.nf_conntrack_helper=0
to:
sysctl -ew net.netfilter.nf_conntrack_helper=0
I will cook up a quick patch
-Aaron
prev parent reply other threads:[~2022-08-29 14:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-26 7:06 [PATCH nf] netfilter: remove nf_conntrack_helper sysctl toggle Pablo Neira Ayuso
2022-08-29 14:48 ` Aaron Conole [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f7t1qszjebx.fsf@redhat.com \
--to=aconole@redhat.com \
--cc=dev@openvswitch.org \
--cc=i.maximets@ovn.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
--cc=pshelar@ovn.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.