Date: Fri, 17 Aug 2018 16:40:07 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 183787] ping6(8) has no -t <timeout> option, ping does have this Message-ID: <bug-183787-227-fJndvscnQ3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-183787-227@https.bugs.freebsd.org/bugzilla/> References: <bug-183787-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D183787 Mike Appleby <mike@app.leby.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike@app.leby.org --- Comment #2 from Mike Appleby <mike@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=20=20=20=20 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 $ time ping6 -X 1 fe80::1%lo0 PING6(56=3D40+8+8 bytes) fe80::1%lo0 --> fe80::1%lo0 16 bytes from fe80::1%lo0, icmp_seq=3D0 hlim=3D64 time=3D0.140 ms --- fe80::1%lo0 ping6 statistics --- 1 packets transmitted, 1 packets received, 0.0% packet loss round-trip min/avg/max/std-dev =3D 0.140/0.140/0.140/0.000 ms real 0m1.025s user 0m0.001s sys 0m0.004s --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-183787-227-fJndvscnQ3>