diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-16 11:56:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-16 11:56:37 +0000 |
commit | d2b9f5de4c163fcdd72cfcfa0c9940d5b9b2f3e4 (patch) | |
tree | 95da24ac58f3785b4ec89483743fd8af2b51314d /sbin/pfctl/pfctl.8 | |
parent | 3124a5788d36ce794368acb40f3ea21148d9f6e4 (diff) |
- note that -Fr puts the filer in a "pass all" state
- note that -f replaces the current ruleset
based on a diff from Anders Langworthy, but altered by mcbride and henning;
ok henning
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index b7ce1ef3841..991ba8e4da0 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.146 2010/09/12 16:36:20 jmc Exp $ +.\" $OpenBSD: pfctl.8,v 1.147 2010/09/16 11:56:36 jmc Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 12 2010 $ +.Dd $Mdocdate: September 16 2010 $ .Dt PFCTL 8 .Os .Sh NAME @@ -208,6 +208,9 @@ Flush the filter parameters specified by Flush the queue rules. .It Fl F Cm rules Flush the filter rules. +Note that this puts the packet filter in a +.Cm pass all +state. .It Fl F Cm states Flush the state table (NAT and filter). .It Fl F Cm Sources @@ -222,7 +225,8 @@ Flush the passive operating system fingerprints. Flush all of the above. .El .It Fl f Ar file -Load the rules contained in +Replace the current ruleset with +the rules contained in .Ar file . This .Ar file |