[Bug 183787] ping6(8) has no -t <timeout> option, ping does have this

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 17 16:40:09 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183787

Mike Appleby <mike at app.leby.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike at app.leby.org

--- Comment #2 from Mike Appleby <mike at app.leby.org> ---
I think that this PR can be closed.

A timeout option (-X) was added to ping6(8) in base r273211. That change is in
-current and stable/11, and was merged into stable/10 in base r285820. The
patch was submitted as part of bug #151023.

Here is an example shell session from a 12.0-ALPHA1 snapshot:

$ uname -a
FreeBSD fbsd-current 12.0-ALPHA1 FreeBSD 12.0-ALPHA1 #0 r337557: Fri Aug 10
02:02:48 UTC 2018    
root at releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

$ time ping6 -X 1 fe80::1%lo0
PING6(56=40+8+8 bytes) fe80::1%lo0 --> fe80::1%lo0
16 bytes from fe80::1%lo0, icmp_seq=0 hlim=64 time=0.140 ms

--- fe80::1%lo0 ping6 statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.140/0.140/0.140/0.000 ms

real    0m1.025s
user    0m0.001s
sys     0m0.004s

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


More information about the freebsd-bugs mailing list