diff options
author | 2009-04-20 20:21:41 +0000 | |
---|---|---|
committer | 2009-04-20 20:21:41 +0000 | |
commit | 64d614852a747ef1ec796cbf7a31776ecca8a29b (patch) | |
tree | e53055b5e4583c7f4f116d6bf0f462ccabe74be9 | |
parent | Allow MAIL FROM only in the S_HELO state, which results in behaviour (diff) | |
download | wireguard-openbsd-64d614852a747ef1ec796cbf7a31776ecca8a29b.tar.xz wireguard-openbsd-64d614852a747ef1ec796cbf7a31776ecca8a29b.zip |
do NOT set defaults to their default here
-rw-r--r-- | etc/pf.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 26053065f2e..79eb6b8b38f 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.39 2009/04/06 12:10:10 henning Exp $ +# $OpenBSD: pf.conf,v 1.40 2009/04/20 20:21:41 deraadt Exp $ # # See pf.conf(5) for syntax and examples; this sample ruleset uses # require-order to permit mixing of NAT/RDR and filter rules. @@ -7,7 +7,6 @@ set require-order no set skip on lo -set reassemble yes # NAT/filter rules and anchors for ftp-proxy(8) #nat-anchor "ftp-proxy/*" |