Print this page
10553 ipadm.1m should document hostmodel property
   1 .\"
   2 .\" This file and its contents are supplied under the terms of the
   3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4 .\" You may only use this file in accordance with the terms of version
   5 .\" 1.0 of the CDDL.
   6 .\"
   7 .\" A full copy of the text of the CDDL should have accompanied this
   8 .\" source.  A copy of the CDDL is also available via the Internet at
   9 .\" http://www.illumos.org/license/CDDL.
  10 .\"
  11 .\"
  12 .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
  13 .\" Copyright (c) 2013 by Delphix. All rights reserved.
  14 .\" Copyright 2018 Nexenta Systems, Inc.
  15 .\" Copyright (c) 2016-2017, Chris Fraire <cfraire@me.com>.

  16 .\"
  17 .Dd February 6, 2018
  18 .Dt IPADM 1M
  19 .Os
  20 .Sh NAME
  21 .Nm ipadm
  22 .Nd configure IP interfaces, addresses and protocols
  23 .Sh SYNOPSIS
  24 .Nm
  25 .Ic create-if
  26 .Op Fl t
  27 .Ar interface
  28 .Nm
  29 .Ic disable-if
  30 .Fl t
  31 .Ar interface
  32 .Nm
  33 .Ic enable-if
  34 .Fl t
  35 .Ar interface


 771 .It Fl p Ns \&, Ns Fl -prop
 772 Specify the property name and value(s).
 773 The optional
 774 .Sy + Ns | Ns Sy -
 775 syntax can be used to add/remove values from the current list of values on the
 776 property.
 777 The property name can be one of the following:
 778 .Bl -tag -compact -width "smallest_nonpriv_port"
 779 .It Cm ecn
 780 Explicit congestion control
 781 .Pq Cm never Ns / Ns Cm passive Ns / Ns Cm active
 782 .Pq TCP .
 783 .It Cm extra_priv_ports
 784 Additional privileged ports
 785 .Pq SCTP/TCP/UDP .
 786 .It Cm forwarding
 787 Packet forwarding
 788 .Pq Cm on Ns / Ns Cm off .
 789 .It Cm hoplimit
 790 The IPv6 hoplimit.











 791 .It Cm largest_anon_port
 792 Largest ephemeral port
 793 .Pq SCTP/TCP/UDP .
 794 .It Cm max_buf
 795 Maximum receive or send buffer size
 796 .Pq ICMP/SCTP/TCP/UDP .
 797 This also sets the upper limit for the
 798 .Cm recv_buf
 799 and
 800 .Cm send_buf
 801 properties.
 802 .It Cm recv_buf
 803 Default receive buffer size
 804 .Pq ICMP/SCTP/TCP/UDP .
 805 The maximum value for this property is controlled by the
 806 .Cm max_buf
 807 property.
 808 .It Cm sack
 809 Selective acknowledgement
 810 .Pq Cm active Ns / Ns Cm passive Ns / Ns Cm never


   1 .\"
   2 .\" This file and its contents are supplied under the terms of the
   3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4 .\" You may only use this file in accordance with the terms of version
   5 .\" 1.0 of the CDDL.
   6 .\"
   7 .\" A full copy of the text of the CDDL should have accompanied this
   8 .\" source.  A copy of the CDDL is also available via the Internet at
   9 .\" http://www.illumos.org/license/CDDL.
  10 .\"
  11 .\"
  12 .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
  13 .\" Copyright (c) 2013 by Delphix. All rights reserved.
  14 .\" Copyright 2018 Nexenta Systems, Inc.
  15 .\" Copyright (c) 2016-2017, Chris Fraire <cfraire@me.com>.
  16 .\" Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  17 .\"
  18 .Dd February 6, 2018
  19 .Dt IPADM 1M
  20 .Os
  21 .Sh NAME
  22 .Nm ipadm
  23 .Nd configure IP interfaces, addresses and protocols
  24 .Sh SYNOPSIS
  25 .Nm
  26 .Ic create-if
  27 .Op Fl t
  28 .Ar interface
  29 .Nm
  30 .Ic disable-if
  31 .Fl t
  32 .Ar interface
  33 .Nm
  34 .Ic enable-if
  35 .Fl t
  36 .Ar interface


 772 .It Fl p Ns \&, Ns Fl -prop
 773 Specify the property name and value(s).
 774 The optional
 775 .Sy + Ns | Ns Sy -
 776 syntax can be used to add/remove values from the current list of values on the
 777 property.
 778 The property name can be one of the following:
 779 .Bl -tag -compact -width "smallest_nonpriv_port"
 780 .It Cm ecn
 781 Explicit congestion control
 782 .Pq Cm never Ns / Ns Cm passive Ns / Ns Cm active
 783 .Pq TCP .
 784 .It Cm extra_priv_ports
 785 Additional privileged ports
 786 .Pq SCTP/TCP/UDP .
 787 .It Cm forwarding
 788 Packet forwarding
 789 .Pq Cm on Ns / Ns Cm off .
 790 .It Cm hoplimit
 791 The IPv6 hoplimit.
 792 .It Cm hostmodel
 793 IP packet handling on multi-homed systems
 794 .Pq Cm weak Ns / Ns Cm strong Ns / Ns Cm src-priority
 795 .Pq IPv4/IPv6 .
 796 .Cm weak
 797 and
 798 .Cm strong
 799 correspond to the model definitions defined in RFC 1122.
 800 .Cm src-priority
 801 is a hybrid mode where outbound packets are sent from the interface with the
 802 packet's source address if possible.
 803 .It Cm largest_anon_port
 804 Largest ephemeral port
 805 .Pq SCTP/TCP/UDP .
 806 .It Cm max_buf
 807 Maximum receive or send buffer size
 808 .Pq ICMP/SCTP/TCP/UDP .
 809 This also sets the upper limit for the
 810 .Cm recv_buf
 811 and
 812 .Cm send_buf
 813 properties.
 814 .It Cm recv_buf
 815 Default receive buffer size
 816 .Pq ICMP/SCTP/TCP/UDP .
 817 The maximum value for this property is controlled by the
 818 .Cm max_buf
 819 property.
 820 .It Cm sack
 821 Selective acknowledgement
 822 .Pq Cm active Ns / Ns Cm passive Ns / Ns Cm never