diff options
author | maxim <maxim@FreeBSD.org> | 2016-03-11 15:26:56 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2016-03-11 15:26:56 +0000 |
commit | 80cf8e3a5cd8a8959dab63b8327492bf132f16a4 (patch) | |
tree | 071a225a6ebcfee9ef6f560c59e822755dc0ff32 /sbin | |
parent | 2a21f7140fd159560fc3e43ecb18ac261bd7b886 (diff) | |
download | FreeBSD-src-80cf8e3a5cd8a8959dab63b8327492bf132f16a4.zip FreeBSD-src-80cf8e3a5cd8a8959dab63b8327492bf132f16a4.tar.gz |
o Document net.inet.icmp.maskfake and net.inet.icmp.tstamprepl sysctls.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ping/ping.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 7617585..24cb432 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -28,7 +28,7 @@ .\" @(#)ping.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd April 4, 2006 +.Dd March 11, 2016 .Dt PING 8 .Os .Sh NAME @@ -201,10 +201,17 @@ print the netmask of the remote machine. Set the .Va net.inet.icmp.maskrepl MIB variable to enable -.Dv ICMP_MASKREPLY . +.Dv ICMP_MASKREPLY +and +.Va net.inet.icmp.maskfake +if you want to override the netmask in the response. For .Cm time , print the origination, reception and transmission timestamps. +Set the +.Va net.inet.icmp.tstamprepl +MIB variable to enable or disable +.Dv ICMP_TSTAMPREPLY . .It Fl m Ar ttl Set the IP Time To Live for outgoing packets. If not specified, the kernel uses the value of the |