[Bug 260314] ping6: faulty "-4 and -6 cannot be used simultaneously" error on "ping6 -c4 localhost"

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Dec 2021 00:25:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260314

--- Comment #3 from Graham Perrin <grahamperrin@gmail.com> ---
% uname -KU
1400043 1400043
% ping -4 -c6 localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.030 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.030 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.053 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.075 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.066 ms
64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.073 ms

--- localhost ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.030/0.055/0.075/0.019 ms
% 

<https://www.freebsd.org/cgi/man.cgi?query=ping&sektion=8&manpath=FreeBSD>

-- 
You are receiving this mail because:
You are the assignee for the bug.