Print this page
12315 errors in section 7i of the manual
*** 2,16 ****
NAME
ipnat - IP Filter/NAT module interface
DESCRIPTION
! The ipnat device provides interfaction with the NAT features of the
! Solaris IPFilter.
APPLICATION PROGRAMMING INTERFACE
! The NAT features programming model is a component of the Solaris IP
Filter and is accessed via the NAT device file /dev/ipnat. Opening the
device for reading or writing determines which ioctl calls can be
successfully made.
IOCTLS
--- 2,16 ----
NAME
ipnat - IP Filter/NAT module interface
DESCRIPTION
! The ipnat device provides interaction with the NAT features of the
! illumos IP Filter.
APPLICATION PROGRAMMING INTERFACE
! The NAT features programming model is a component of the illumos IP
Filter and is accessed via the NAT device file /dev/ipnat. Opening the
device for reading or writing determines which ioctl calls can be
successfully made.
IOCTLS
*** 332,346 ****
ESRCH The calling process called SIOCSTPUT before setting
the SI_NEWFR flag and providing a pointer in the
nat_fr field that cannot be found in the current rule
set.
! EACESS The calling process issued a SIOCSTPUT before issuing
a SIOCSTLCK.
INTERFACE STABILITY
Committed
SEE ALSO
ipfs(1M), ipnat(1M), ioctl(2), attributes(5)
! illumos October 23, 2017 illumos
--- 332,346 ----
ESRCH The calling process called SIOCSTPUT before setting
the SI_NEWFR flag and providing a pointer in the
nat_fr field that cannot be found in the current rule
set.
! EACCES The calling process issued a SIOCSTPUT before issuing
a SIOCSTLCK.
INTERFACE STABILITY
Committed
SEE ALSO
ipfs(1M), ipnat(1M), ioctl(2), attributes(5)
! illumos February 17, 2020 illumos