]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - include/net/ip6_route.h
ipv6: Use rt6i_idev index for echo replies to a local address
authorDavid Ahern <dsahern@gmail.com>
Mon, 28 Aug 2017 20:53:34 +0000 (13:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Aug 2017 22:32:25 +0000 (15:32 -0700)
commit1b70d792cf6775fb5d0737524387893daeb5374a
tree7282031399b7f18f38ba1047641d0abd08aa36f7
parentf602b976b6b0eab8de59e438f9313da72b47a8e4
ipv6: Use rt6i_idev index for echo replies to a local address

Tariq repored local pings to linklocal address is failing:
$ ifconfig ens8
ens8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 11.141.16.6  netmask 255.255.0.0  broadcast 11.141.255.255
        inet6 fe80::7efe:90ff:fecb:7502  prefixlen 64  scopeid 0x20<link>
        ether 7c:fe:90:cb:75:02  txqueuelen 1000  (Ethernet)
        RX packets 12  bytes 1164 (1.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 30  bytes 2484 (2.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

$  /bin/ping6 -c 3 fe80::7efe:90ff:fecb:7502%ens8
PING fe80::7efe:90ff:fecb:7502%ens8(fe80::7efe:90ff:fecb:7502) 56 data bytes

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
net/ipv6/icmp.c