Print this page
3942 inject sanity into ipadm tcp buffer size properties
3943 _snd_lowat_fraction tcp tunable has no effect
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Peng Dai <peng.dai@delphix.com>
   1 '\" te
   2 .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved

   3 .\" 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.
   4 .\" 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.
   5 .\" 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]
   6 .TH IPADM 1M "May 14, 2012"
   7 .SH NAME
   8 ipadm \- configure IP network interfaces and protocol properties.
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fBipadm\fR create-if [\fB-t\fR] \fIinterface\fR
  13 .fi
  14 
  15 .LP
  16 .nf
  17 \fBipadm\fR disable-if [\fB-t\fR] \fIinterface\fR
  18 .fi
  19 
  20 .LP
  21 .nf
  22 \fBipadm\fR enable-if [\fB-t\fR] \fIinterface\fR


1063 
1064 \fBforwarding\fR
1065 .ad
1066 .RS 4n
1067 Packet forwarding is enabled.
1068 Can be "on" or "off".
1069 .RE
1070 
1071 \fBhoplimit\fR
1072 .ad
1073 .RS 4n
1074 The IPv6 hoplimit.
1075 .RE
1076 
1077 \fBlargest_anon_port\fR
1078 .ad
1079 .RS 4n
1080 Largest ephemeral port (SCTP, TCP or UDP)
1081 .RE
1082 
1083 \fBrecv_maxbuf\fR
1084 .ad
1085 .RS 4n
1086 Receive buffer size (ICMP, SCTP, TCP or UDP)

1087 .RE
1088 







1089 \fBsack\fR
1090 .ad
1091 .RS 4n
1092 Selective acknowledgement (TCP).
1093 Can be "active", "passive" or "never".
1094 .RE
1095 
1096 \fBsend_maxbuf\fR
1097 .ad
1098 .RS 4n
1099 Send buffer size (ICMP, SCTP, TCP or UDP)

1100 .RE
1101 
1102 \fBsmallest_anon_port\fR
1103 .ad
1104 .RS 4n
1105 Smallest ephemeral port (SCTP, TCP or UDP)
1106 .RE
1107 
1108 \fBsmallest_nonpriv_port\fR
1109 .ad
1110 .RS 4n
1111 Smallest non-privileged port (SCTP, TCP or UDP)
1112 .RE
1113 
1114 \fBttl\fR
1115 .ad
1116 .RS 4n
1117 The IPv4 time-to-live.
1118 .RE
1119 


   1 '\" te
   2 .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
   3 .\" Copyright (c) 2013 by Delphix. All rights reserved.
   4 .\" 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.
   5 .\" 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.
   6 .\" 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]
   7 .TH IPADM 1M "May 14, 2012"
   8 .SH NAME
   9 ipadm \- configure IP network interfaces and protocol properties.
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fBipadm\fR create-if [\fB-t\fR] \fIinterface\fR
  14 .fi
  15 
  16 .LP
  17 .nf
  18 \fBipadm\fR disable-if [\fB-t\fR] \fIinterface\fR
  19 .fi
  20 
  21 .LP
  22 .nf
  23 \fBipadm\fR enable-if [\fB-t\fR] \fIinterface\fR


1064 
1065 \fBforwarding\fR
1066 .ad
1067 .RS 4n
1068 Packet forwarding is enabled.
1069 Can be "on" or "off".
1070 .RE
1071 
1072 \fBhoplimit\fR
1073 .ad
1074 .RS 4n
1075 The IPv6 hoplimit.
1076 .RE
1077 
1078 \fBlargest_anon_port\fR
1079 .ad
1080 .RS 4n
1081 Largest ephemeral port (SCTP, TCP or UDP)
1082 .RE
1083 
1084 \fBmax_buf\fR
1085 .ad
1086 .RS 4n
1087 Maximum receive or send buffer size (ICMP, SCTP, TCP, or UDP).  This also
1088 sets the upper limit for the \fBrecv_buf\fB and \fBsend_buf\fB properties.
1089 .RE
1090 
1091 \fBrecv_buf\fR
1092 .ad
1093 .RS 4n
1094 Default receive buffer size (ICMP, SCTP, TCP, or UDP).  The maximum value for
1095 this property is controlled by the \fBmax_buf\fR property.
1096 .RE
1097 
1098 \fBsack\fR
1099 .ad
1100 .RS 4n
1101 Selective acknowledgement (TCP).
1102 Can be "active", "passive" or "never".
1103 .RE
1104 
1105 \fBsend_buf\fR
1106 .ad
1107 .RS 4n
1108 Default send buffer size (ICMP, SCTP, TCP, or UDP).  The maximum value for
1109 this property is controlled by the \fBmax_buf\fR property.
1110 .RE
1111 
1112 \fBsmallest_anon_port\fR
1113 .ad
1114 .RS 4n
1115 Smallest ephemeral port (SCTP, TCP or UDP)
1116 .RE
1117 
1118 \fBsmallest_nonpriv_port\fR
1119 .ad
1120 .RS 4n
1121 Smallest non-privileged port (SCTP, TCP or UDP)
1122 .RE
1123 
1124 \fBttl\fR
1125 .ad
1126 .RS 4n
1127 The IPv4 time-to-live.
1128 .RE
1129