summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.8
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-06-25 23:27:48 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-06-25 23:27:48 +0000
commit97af97df552997bcf634d59c48367a88719b7c2f (patch)
tree86c2a3e28e1d3e3e9a242a4d9d6b771b4866a0d4 /sbin/pfctl/pfctl.8
parent37b7c4178ce4de69ad41a48888a3aa5d8165bf8e (diff)
remove -m (merge).
it is violating the transactional model we have and made stronger in pf, it is broken in some cases and since some options are passed to the kernel while some are userland only and affect how the rules are parsed it is complete bullshit anyway - obviously, changing options that affect ruleset parsing without reloading and thus reparsing the ruleset cannot work. so stop pretending it could and cut the crap. ok dlg krw deraadt
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r--sbin/pfctl/pfctl.813
1 files changed, 3 insertions, 10 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index c81f9154545..ee926718b50 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.144 2010/03/23 17:34:30 jmc Exp $
+.\" $OpenBSD: pfctl.8,v 1.145 2010/06/25 23:27:47 henning 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: March 23 2010 $
+.Dd $Mdocdate: June 25 2010 $
.Dt PFCTL 8
.Os
.Sh NAME
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
.Nm pfctl
.Bk -words
-.Op Fl deghmnqrvz
+.Op Fl deghnqrvz
.Op Fl a Ar anchor
.Oo Fl D Ar macro Ns =
.Ar value Oc
@@ -316,13 +316,6 @@ firewall with hostid 00000002 use:
.It Fl L Ar statefile
Load pf states from the file specified by
.Ar statefile .
-.It Fl m
-Merge in explicitly given options without resetting those
-which are omitted.
-Allows single options to be modified without disturbing the others:
-.Bd -literal -offset indent
-# echo "set loginterface fxp0" | pfctl -mf -
-.Ed
.It Fl n
Do not actually load rules, just parse them.
.It Fl o Ar level