![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
On 4/17/19 2:39 AM, James Knott wrote:
On 04/16/2019 07:34 AM, Carlos E. R. wrote:
Not quite. Ping6 forces IPv6, whereas ping will use IPv4 if an IPv6 address is not available.
-6 Use IPv6 only.
As with ping6. Here's an example of the difference.
$ ping6 172.16.0.1 ping: 172.16.0.1: Address family for hostname not supported
ping -6 172.16.0.1 ping: 172.16.0.1: Address family for hostname not supported
$ ping 172.16.0.1 PING 172.16.0.1 (172.16.0.1) 56(84) bytes of data. 64 bytes from 172.16.0.1: icmp_seq=1 ttl=64 time=0.272 ms 64 bytes from 172.16.0.1: icmp_seq=2 ttl=64 time=0.330 ms
All is good then, no? -- Cheers / Saludos, Carlos E. R. (from openSUSE, Leap 15.1 x86_64 (ssd-test)) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org