mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
In ipfw(8), make the text about dynamic rules consistent.
PR: docs/120539 Approved by: gabor (mentor) MFC after: 5 days
This commit is contained in:
parent
01cc0b6531
commit
8e68324104
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 9, 2012
|
||||
.Dd July 16, 2012
|
||||
.Dt IPFW 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -2967,9 +2967,11 @@ This will let the firewall install dynamic rules only for
|
|||
those connection which start with a regular SYN packet coming
|
||||
from the inside of our network.
|
||||
Dynamic rules are checked when encountering the first
|
||||
.Cm check-state
|
||||
or
|
||||
occurrence of a
|
||||
.Cm check-state ,
|
||||
.Cm keep-state
|
||||
or
|
||||
.Cm limit
|
||||
rule.
|
||||
A
|
||||
.Cm check-state
|
||||
|
|
|
|||
Loading…
Reference in a new issue