diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-08 14:06:32 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-08 14:06:32 +0000 |
commit | 9e97ce2be3916fa3c978aac78eb950d3a49df266 (patch) | |
tree | f39d9170cda43589edadb603a547157b27d2c7cc /sbin | |
parent | e5c9f8a1f654358c09d88c9ab6e88691cde9990a (diff) |
whoops, forgot -E flag in an example
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipf/ipf.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8 index 8b03d2c598f..79986985a8f 100644 --- a/sbin/ipf/ipf.8 +++ b/sbin/ipf/ipf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.8,v 1.14 1999/07/08 03:20:45 aaron Exp $ +.\" $OpenBSD: ipf.8,v 1.15 1999/07/08 14:06:31 aaron Exp $ .Dd July 7, 1999 .Dt IPF 8 .Os @@ -224,7 +224,7 @@ To flush all in-kernel filtering lists, install the ruleset contained in .Pa /etc/ipf.rules into the active list, and enable IP filtering: .Pp -.Dl ipf -A -Fa -f /etc/ipf.rules +.Dl ipf -A -Fa -f /etc/ipf.rules -E .Pp It is advisable to work with an inactive filtering list before commiting new rules to the active in-kernel filtering list. To load a ruleset into the |