Re: [PATCH net] netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery

From: Florian Westphal
Date: Wed Mar 13 2024 - 15:45:03 EST


Linus Lüssing <linus.luessing@xxxxxxxxx> wrote:
> 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.")

Thats fine, its clear that this is isn't a regression this way.