All of lore.kernel.org
 help / color / mirror / Atom feed
* IPv6 loopback issue report
@ 2017-08-28 14:48 Tariq Toukan
  2017-08-28 15:07 ` David Ahern
  0 siblings, 1 reply; 2+ messages in thread
From: Tariq Toukan @ 2017-08-28 14:48 UTC (permalink / raw)
  To: Linux Kernel Network Developers, David Miller, Alexey Kuznetsov,
	Hideaki YOSHIFUJI
  Cc: ranro, guye, Eran Ben Elisha

Hi all,

We encountered the following issue in our regression tests over net-next 
branch.
IPv6 loopback ping fails, while it works for IPv4.

Reproduces with all NICs, doesn't seem to be a driver issue.

Example:

# 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

# ping -c 3 11.141.16.6
PING 11.141.16.6 (11.141.16.6) 56(84) bytes of data.
64 bytes from 11.141.16.6: icmp_seq=1 ttl=64 time=0.017 ms
64 bytes from 11.141.16.6: icmp_seq=2 ttl=64 time=0.014 ms
64 bytes from 11.141.16.6: icmp_seq=3 ttl=64 time=0.014 ms

--- 11.141.16.6 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2025ms
rtt min/avg/max/mdev = 0.014/0.015/0.017/0.001 ms

#  /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

--- fe80::7efe:90ff:fecb:7502%ens8 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2043ms

Regards,
Tariq Toukan

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: IPv6 loopback issue report
  2017-08-28 14:48 IPv6 loopback issue report Tariq Toukan
@ 2017-08-28 15:07 ` David Ahern
  0 siblings, 0 replies; 2+ messages in thread
From: David Ahern @ 2017-08-28 15:07 UTC (permalink / raw)
  To: Tariq Toukan, Linux Kernel Network Developers, David Miller,
	Alexey Kuznetsov, Hideaki YOSHIFUJI
  Cc: ranro, guye, Eran Ben Elisha

On 8/28/17 8:48 AM, Tariq Toukan wrote:
> #  /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
> 
> --- fe80::7efe:90ff:fecb:7502%ens8 ping statistics ---
> 3 packets transmitted, 0 received, 100% packet loss, time 2043ms


I'll take a look. Most likely related to my recent IPv6 change.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-28 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 14:48 IPv6 loopback issue report Tariq Toukan
2017-08-28 15:07 ` David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.