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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/ipnat.7i.man.txt
          +++ new/usr/src/man/man7i/ipnat.7i.man.txt
   1    1  IPNAT(7I)                       Ioctl Requests                       IPNAT(7I)
   2    2  
   3    3  NAME
   4    4       ipnat - IP Filter/NAT module interface
   5    5  
   6    6  DESCRIPTION
   7      -     The ipnat device provides interfaction with the NAT features of the
   8      -     Solaris IPFilter.
        7 +     The ipnat device provides interaction with the NAT features of the
        8 +     illumos IP Filter.
   9    9  
  10   10  APPLICATION PROGRAMMING INTERFACE
  11      -     The NAT features programming model is a component of the Solaris IP
       11 +     The NAT features programming model is a component of the illumos IP
  12   12       Filter and is accessed via the NAT device file /dev/ipnat.  Opening the
  13   13       device for reading or writing determines which ioctl calls can be
  14   14       successfully made.
  15   15  
  16   16  IOCTLS
  17   17       The caller must construct a ipfobj structure when issuing a SIOCGNATL or
  18   18       SIOCSTPUT ioctl.  The ipfobj structure is then passed to the ioctl call
  19   19       and is filled out with ipfo_type set to IPFOBJ_value.  IPFOBJ_value
  20   20       provides a matching name for the structure, while ipfo_size is set to the
  21   21       total size of the structure being passed and ipfo_ptr is set to the
↓ open down ↓ 305 lines elided ↑ open up ↑
 327  327                          to an unacceptable value.
 328  328  
 329  329       EEXIST             The calling process, via SIOCSTPUT, attempted to add a
 330  330                          NAT entry that already exists in the NAT table.
 331  331  
 332  332       ESRCH              The calling process called SIOCSTPUT before setting
 333  333                          the SI_NEWFR flag and providing a pointer in the
 334  334                          nat_fr field that cannot  be found in the current rule
 335  335                          set.
 336  336  
 337      -     EACESS             The calling process issued a SIOCSTPUT before issuing
      337 +     EACCES             The calling process issued a SIOCSTPUT before issuing
 338  338                          a SIOCSTLCK.
 339  339  
 340  340  INTERFACE STABILITY
 341  341       Committed
 342  342  
 343  343  SEE ALSO
 344  344       ipfs(1M), ipnat(1M), ioctl(2), attributes(5)
 345  345  
 346      -illumos                        October 23, 2017                        illumos
      346 +illumos                        February 17, 2020                       illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX