diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-20 20:21:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-20 20:21:42 +0000 |
commit | 2d836dab51454a1b91db4ca50e1186fe0f346a2f (patch) | |
tree | 70afcdbe1604370e446714867362bf03c50520ef /etc/pf.conf | |
parent | 9e4b369d41f3d5f31e4ece4b7edeb8cac1492db7 (diff) |
do NOT set defaults to their default here
Diffstat (limited to 'etc/pf.conf')
-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/*" |