Print this page
10553 ipadm.1m should document hostmodel property

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/ipadm.1m
          +++ new/usr/src/man/man1m/ipadm.1m
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  .\"
   7    7  .\" A full copy of the text of the CDDL should have accompanied this
   8    8  .\" source.  A copy of the CDDL is also available via the Internet at
   9    9  .\" http://www.illumos.org/license/CDDL.
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
  13   13  .\" Copyright (c) 2013 by Delphix. All rights reserved.
  14   14  .\" Copyright 2018 Nexenta Systems, Inc.
  15   15  .\" Copyright (c) 2016-2017, Chris Fraire <cfraire@me.com>.
       16 +.\" Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  16   17  .\"
  17   18  .Dd February 6, 2018
  18   19  .Dt IPADM 1M
  19   20  .Os
  20   21  .Sh NAME
  21   22  .Nm ipadm
  22   23  .Nd configure IP interfaces, addresses and protocols
  23   24  .Sh SYNOPSIS
  24   25  .Nm
  25   26  .Ic create-if
↓ open down ↓ 755 lines elided ↑ open up ↑
 781  782  .Pq Cm never Ns / Ns Cm passive Ns / Ns Cm active
 782  783  .Pq TCP .
 783  784  .It Cm extra_priv_ports
 784  785  Additional privileged ports
 785  786  .Pq SCTP/TCP/UDP .
 786  787  .It Cm forwarding
 787  788  Packet forwarding
 788  789  .Pq Cm on Ns / Ns Cm off .
 789  790  .It Cm hoplimit
 790  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.
 791  803  .It Cm largest_anon_port
 792  804  Largest ephemeral port
 793  805  .Pq SCTP/TCP/UDP .
 794  806  .It Cm max_buf
 795  807  Maximum receive or send buffer size
 796  808  .Pq ICMP/SCTP/TCP/UDP .
 797  809  This also sets the upper limit for the
 798  810  .Cm recv_buf
 799  811  and
 800  812  .Cm send_buf
↓ open down ↓ 100 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX