diff options
author | 1999-07-08 14:06:31 +0000 | |
---|---|---|
committer | 1999-07-08 14:06:31 +0000 | |
commit | 029bfadf978a7683821fdb8d8a9885d185baea3c (patch) | |
tree | 380570c5af19bbee50a1d7c7f0d9c6a0a70f3131 | |
parent | Xr dhcp(8) (diff) | |
download | wireguard-openbsd-029bfadf978a7683821fdb8d8a9885d185baea3c.tar.xz wireguard-openbsd-029bfadf978a7683821fdb8d8a9885d185baea3c.zip |
whoops, forgot -E flag in an example
-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 |