mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Copy the description for the -r option from the traceroute(8) man
page. I'm pretty sure that this description applies the same way to ipv6, and at least mentioning SO_DONTROUTE is better than having no description at all.
This commit is contained in:
parent
541ce3c1af
commit
4c45e439d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153638
@ -115,6 +115,16 @@ Set UDP port number to
|
||||
Set the number of probe per hop count to
|
||||
.Ar probes .
|
||||
.It Fl r
|
||||
Bypass the normal routing tables and send directly to a host
|
||||
on an attached network.
|
||||
If the host is not on a directly-connected network,
|
||||
an error is returned.
|
||||
This option corresponds to the
|
||||
.Dv SO_DONTROUTE
|
||||
socket option;
|
||||
it can be used to ping a local host through an interface
|
||||
that has no route through it
|
||||
(e.g., after the interface was dropped by a routing daemon).
|
||||
.It Fl s Ar src
|
||||
.Ar Src
|
||||
specifies the source IPv6 address to be used.
|
||||
|
Loading…
Reference in New Issue
Block a user