From: "Linus Lüssing" <linus.luessing@c0d3.blue>
To: Simon Horman <horms@kernel.org>
Cc: netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Pablo Neira Ayuso <pablo@netfilter.org>,
Jozsef Kadlecsik <kadlec@netfilter.org>,
Florian Westphal <fw@strlen.de>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Dietmar Maurer <dietmar@proxmox.com>,
Thomas Lamprecht <t.lamprecht@proxmox.com>,
Wolfgang Bumiller <w.bumiller@proxmox.com>,
Alexandre Derumier <aderumier@odiso.com>
Subject: Re: [PATCH net] netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery
Date: Wed, 13 Mar 2024 20:40:49 +0100 [thread overview]
Message-ID: <ZfIBQbPeP8SYc3jf@sellars> (raw)
In-Reply-To: <20240307101254.GL281974@kernel.org>
On Thu, Mar 07, 2024 at 10:12:54AM +0000, Simon Horman wrote:
> Hi Linus,
>
> this appears to be a fix and as such I think it warrants a Fixes tag.
> You should be able to just add it to this thread if no other changes
> are required - no need for a v2 just to address this.
>
> ...
Hi Simon,
From reading the code and git logs I suspect this
commit, which introduced icmpv6_error():
9fb9cbb1082d [NETFILTER]: Add nf_conntrack subsystem.
(introduced in: Linux v2.6.15 / 2006)
Unfortunately, I was only able to reproduce it in practice
on a Debian 5 / Linux 2.6.26 in a VM so far.
I could boot a Debian 4 + Linux 2.6.15, but wasn't able to
insert conntrack rules with ip6tables there though, even
with some iptables + kernel rebuilds/reconfigure attempts.
Also this related fix introduced in v2.6.29 should hint to the
age of this issue:
3f9007135c1d netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message
Which only picked/fixed a few ICMPv6 types but not ICMPv6 MRD
though.
tl;dr: for me this would be ok, if it were ok for others, too, that I
couldn't fully bisect to it in practice... :
Fixes: 9fb9cbb1082d ("[NETFILTER]: Add nf_conntrack subsystem.")
next prev parent reply other threads:[~2024-03-13 19:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-06 14:18 [PATCH net] netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery Linus Lüssing
2024-03-07 10:12 ` Simon Horman
2024-03-13 19:40 ` Linus Lüssing [this message]
2024-03-13 19:44 ` Florian Westphal
2024-03-21 20:52 ` Pablo Neira Ayuso
2024-04-26 8:45 ` Linus Lüssing
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=ZfIBQbPeP8SYc3jf@sellars \
--to=linus.luessing@c0d3.blue \
--cc=aderumier@odiso.com \
--cc=coreteam@netfilter.org \
--cc=davem@davemloft.net \
--cc=dietmar@proxmox.com \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=horms@kernel.org \
--cc=kadlec@netfilter.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=t.lamprecht@proxmox.com \
--cc=w.bumiller@proxmox.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).