diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2009-04-06 12:10:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2009-04-06 12:10:11 +0000 |
commit | 86fa0314d426579aee8a6fb14a4dea5c0b724459 (patch) | |
tree | 3e31a74c5b7553bac6260fc6fe9a81820b2710a0 | |
parent | 154b8fb97af2eef5ded38252d767c50b1cd0111a (diff) |
reassembly works different now
-rw-r--r-- | etc/pf.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 85ddbef7b4e..26053065f2e 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.38 2009/02/23 01:18:36 deraadt Exp $ +# $OpenBSD: pf.conf,v 1.39 2009/04/06 12:10:10 henning 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,7 @@ set require-order no set skip on lo -scrub in +set reassemble yes # NAT/filter rules and anchors for ftp-proxy(8) #nat-anchor "ftp-proxy/*" |