Re: [PATCH net] ipv6: Fix use of anycast address with loopback

2020-07-07 Thread David Miller
From: David Ahern Date: Tue, 7 Jul 2020 07:39:24 -0600 > Thomas reported a regression with IPv6 and anycast using the following > reproducer: > > echo 1 > /proc/sys/net/ipv6/conf/all/forwarding > ip -6 a add fc12::1/16 dev lo > sleep 2 > echo "pinging lo" > ping6 -c 2 fc12:

[PATCH net] ipv6: Fix use of anycast address with loopback

2020-07-07 Thread David Ahern
Thomas reported a regression with IPv6 and anycast using the following reproducer: echo 1 > /proc/sys/net/ipv6/conf/all/forwarding ip -6 a add fc12::1/16 dev lo sleep 2 echo "pinging lo" ping6 -c 2 fc12:: The conversion of addrconf_f6i_alloc to use ip6_route_info_create misse