Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/ipnat.7i
          +++ new/usr/src/man/man7i/ipnat.7i
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8    8  .\" or http://www.opensolaris.org/os/licensing.
   9    9  .\" See the License for the specific language governing permissions
  10   10  .\" and limitations under the License.
  11   11  .\"
  12   12  .\" When distributing Covered Code, include this CDDL HEADER in each
  13   13  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  .\" If applicable, add the following below this CDDL HEADER, with the
  15   15  .\" fields enclosed by brackets "[]" replaced with your own identifying
  16   16  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  17      -.Dd October 23, 2017
       17 +.Dd February 17, 2020
  18   18  .Dt IPNAT 7I
  19   19  .Os
  20   20  .Sh NAME
  21   21  .Nm ipnat
  22   22  .Nd IP Filter/NAT module interface
  23   23  .Sh DESCRIPTION
  24   24  The
  25   25  .Sy ipnat
  26      -device provides interfaction with the NAT features of the Solaris IPFilter.
       26 +device provides interaction with the NAT features of the illumos IP Filter.
  27   27  .Sh APPLICATION PROGRAMMING INTERFACE
  28      -The NAT features programming model is a component of the Solaris IP Filter and
       28 +The NAT features programming model is a component of the illumos IP Filter and
  29   29  is accessed via the NAT device file
  30   30  .Pa /dev/ipnat .
  31   31  Opening the device for
  32   32  reading or writing determines which ioctl calls can be successfully made.
  33   33  .Sh IOCTLS
  34   34  The caller must construct a
  35   35  .Vt ipfobj
  36   36  structure when issuing a
  37   37  .Sy SIOCGNATL
  38   38  or
↓ open down ↓ 375 lines elided ↑ open up ↑
 414  414  .Dv SIOCSTPUT ,
 415  415  attempted to add a NAT entry that already exists in the NAT table.
 416  416  .It Er ESRCH
 417  417  The calling process called
 418  418  .Dv SIOCSTPUT
 419  419  before setting the
 420  420  .Dv SI_NEWFR
 421  421  flag and providing a pointer in the
 422  422  .Fa nat_fr
 423  423  field that cannot  be found in the current rule set.
 424      -.It Er EACESS
      424 +.It Er EACCES
 425  425  The calling process issued a
 426  426  .Dv SIOCSTPUT
 427  427  before issuing a
 428  428  .Dv SIOCSTLCK .
 429  429  .El
 430  430  .Sh INTERFACE STABILITY
 431  431  Committed
 432  432  .Sh SEE ALSO
 433  433  .Xr ipfs 1M ,
 434  434  .Xr ipnat 1M ,
 435  435  .Xr ioctl 2 ,
 436  436  .Xr attributes 5
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX