diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-03-23 11:58:16 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-03-23 11:58:16 +0000 |
commit | 8b2aaf67ea7c8fb3065a72da1ed45458a2009d52 (patch) | |
tree | c0508cb77df5f5672e8376d787afca34556ee9ca /usr/src/man/man1m | |
parent | c4fb99a917e88bc2c0ed677a0d95eb28741ffce1 (diff) | |
parent | e2c8add4a6cefe2fe3a4b140f54561823d493bcc (diff) | |
download | illumos-joyent-8b2aaf67ea7c8fb3065a72da1ed45458a2009d52.tar.gz |
[illumos-gate merge]
commit e2c8add4a6cefe2fe3a4b140f54561823d493bcc
5732 nightly.sh should use check-paths.out to be useful for .gitignore
commit b52c8fbe58cfd9f349fdfa6cc5cb6f5731946a2b
5731 make a clean clobber
commit 58d7f9e61903e78a381912527dc9dacb6e7feddc
5734 IPFGENITER needs to know when to hit the brakes
commit 546c3aa8e92003d6d783c7172f237b41667539e2
5733 ipf should only forward when forwarding is enabled
commit a252e0074e35e9003ab1dc3797dccf29ff16ae73
1152 ping(1M) doesn't mention -D (DONTFRAG) option
Diffstat (limited to 'usr/src/man/man1m')
-rw-r--r-- | usr/src/man/man1m/ping.1m | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/usr/src/man/man1m/ping.1m b/usr/src/man/man1m/ping.1m index 6aa5ecc604..4097ca8bb8 100644 --- a/usr/src/man/man1m/ping.1m +++ b/usr/src/man/man1m/ping.1m @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PING 1M "Sep 7, 2006" +.TH PING 1M "Feb 20, 2015" .SH NAME ping \- send ICMP (ICMP6) ECHO_REQUEST packets to network hosts .SH SYNOPSIS @@ -15,7 +15,7 @@ ping \- send ICMP (ICMP6) ECHO_REQUEST packets to network hosts .LP .nf -\fB/usr/sbin/ping\fR \fB-s\fR [\fB-l\fR | \fB-U\fR] [\fB-abdlLnrRv\fR] [\fB-A\fR \fIaddr_family\fR] +\fB/usr/sbin/ping\fR \fB-s\fR [\fB-l\fR | \fB-U\fR] [\fB-abdDLnrRv\fR] [\fB-A\fR \fIaddr_family\fR] [\fB-c\fR \fItraffic_class\fR] [\fB-g\fR \fIgateway\fR [\fB-g\fR \fIgateway\fR...]] [\fB-N\fR \fInext_hop_router\fR] [\fB-F\fR \fIflow_label\fR] [\fB-I\fR \fIinterval\fR] [\fB-i\fR \fIinterface\fR] [\fB-P\fR \fItos\fR] [\fB-p\fR \fIport\fR] [\fB-t\fR \fIttl\fR] \fIhost\fR @@ -23,7 +23,6 @@ ping \- send ICMP (ICMP6) ECHO_REQUEST packets to network hosts .fi .SH DESCRIPTION -.sp .LP The utility \fBping\fR utilizes the \fBICMP\fR (\fBICMP6\fR in IPv6) protocol's \fBECHO_REQUEST\fR datagram to elicit an \fBICMP\fR (\fBICMP6\fR) @@ -68,7 +67,6 @@ displays a summary of this information upon termination or timeout. The default When using \fBping\fR for fault isolation, first \fBping\fR the local host to verify that the local network interface is running. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -100,6 +98,16 @@ host is unknown and exits. .sp .ne 2 .na +\fB\fB-D\fR\fR +.ad +.RS 24n +Don't allow probe packets to be fragmented. If the packet size exceeds the MTU +of a gateway it passes through, the gateway will reject it. +.RE + +.sp +.ne 2 +.na \fB\fB-F\fR\ \fIflow_label\fR\fR .ad .RS 24n @@ -336,7 +344,6 @@ from the target host. .RE .SH OPERANDS -.sp .ne 2 .na \fB\fIhost\fR\fR @@ -389,7 +396,6 @@ This example shows the \fBndd\fR module, \fB/dev/icmp\fR, used to set the .sp .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -412,7 +418,6 @@ machine was not alive. .RE .SH SEE ALSO -.sp .LP \fBifconfig\fR(1M), \fBin.routed\fR(1M), \fBndd\fR(1M), \fBnetstat\fR(1M), \fBrpcinfo\fR(1M), \fBtraceroute\fR(1M), \fBattributes\fR(5), \fBicmp\fR(7P), |