diff options
author | issyl0 <issyl0@FreeBSD.org> | 2012-07-16 22:15:30 +0000 |
---|---|---|
committer | issyl0 <issyl0@FreeBSD.org> | 2012-07-16 22:15:30 +0000 |
commit | c32d9276849a13a4b25143acf8787063c1435d2c (patch) | |
tree | c8d48bcb9882f918a64898c509a80598ed393f50 /sbin/ipfw | |
parent | 190886cd49923c4d351b8b7dfe61e4e6b0cb1dcb (diff) | |
download | FreeBSD-src-c32d9276849a13a4b25143acf8787063c1435d2c.zip FreeBSD-src-c32d9276849a13a4b25143acf8787063c1435d2c.tar.gz |
In ipfw(8), make the text about dynamic rules consistent.
PR: docs/120539
Approved by: gabor (mentor)
MFC after: 5 days
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 7f38157..ce4594e 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -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 |