mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
ipfw.8: document how to delete nat configuration instance
MFC after: 3 days
This commit is contained in:
parent
b67a7c062b
commit
e51047118c
1 changed files with 15 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\"
|
||||
.Dd December 10, 2025
|
||||
.Dd December 29, 2025
|
||||
.Dt IPFW 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -104,6 +104,11 @@ in-kernel NAT.\&
|
|||
.Cm config
|
||||
.Ar config-options
|
||||
.Nm
|
||||
.Op Fl q
|
||||
.Cm nat
|
||||
.Ar number
|
||||
.Cm delete
|
||||
.Nm
|
||||
.Cm nat
|
||||
.Ar number
|
||||
.Cm show
|
||||
|
|
@ -3511,6 +3516,15 @@ For more information about aliasing modes, refer to
|
|||
See Section
|
||||
.Sx EXAMPLES
|
||||
for some examples of nat usage.
|
||||
.Pp
|
||||
To delete specific nat configuration instance, use the following command:
|
||||
.Bd -ragged -offset indent
|
||||
.Bk -words
|
||||
.Cm nat
|
||||
.Ar nat_number
|
||||
.Cm delete
|
||||
.Ek
|
||||
.Ed
|
||||
.Ss REDIRECT AND LSNAT SUPPORT IN IPFW
|
||||
Redirect and LSNAT support follow closely the syntax used in
|
||||
.Xr natd 8 .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue