[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANP3RGc1+XGjh3b=hT0qZHiJfLwoLctVgbEBd3f-9CYe9od6EQ@mail.gmail.com>
Date: Thu, 20 Apr 2023 21:12:00 +0200
From: Maciej Żenczykowski <maze@...gle.com>
To: David Ahern <dsahern@...nel.org>
Cc: Mahesh Bandewar <maheshb@...gle.com>,
Netdev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Jonathan Corbet <corbet@....net>,
Mahesh Bandewar <mahesh@...dewar.net>,
Kuniyuki Iwashima <kuniyu@...zon.com>
Subject: Re: [PATCHv2 next] ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6
Reviewed-by: Maciej Żenczykowski <maze@...gle.com>
Though I am wondering if it would make more sense to put the check
inside ipv6_anycast_destination()
'treat_anycast_as_unicast' or something.
On Thu, Apr 20, 2023 at 8:55 PM David Ahern <dsahern@...nel.org> wrote:
>
> On 4/18/23 7:32 PM, Mahesh Bandewar wrote:
> > ICMPv6 error packets are not sent to the anycast destinations and this
> > prevents things like traceroute from working. So create a setting similar
> > to ECHO when dealing with Anycast sources (icmpv6_echo_ignore_anycast).
> >
> > Signed-off-by: Mahesh Bandewar <maheshb@...gle.com>
> > CC: Maciej Żenczykowski <maze@...gle.com>
> > ---
> > Documentation/networking/ip-sysctl.rst | 7 +++++++
> > include/net/netns/ipv6.h | 1 +
> > net/ipv6/af_inet6.c | 1 +
> > net/ipv6/icmp.c | 15 +++++++++++++--
> > 4 files changed, 22 insertions(+), 2 deletions(-)
> >
>
>
> Reviewed-by: David Ahern <dsahern@...nel.org>
>
Powered by blists - more mailing lists