diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2009-11-23 21:29:22 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2009-11-23 21:29:22 +0000 |
commit | 1c700dad59c11ab5d4eea3d422690c1ad69e8b5b (patch) | |
tree | 1f78f16666d7835f4322bdb9d87fd18e23f65d88 /sbin/pfctl/pfctl_optimize.c | |
parent | 4f825d96668fa96dcf469957b5a0bf14e02a8d09 (diff) |
since "nat/rdr pass" are history natpass can go
Diffstat (limited to 'sbin/pfctl/pfctl_optimize.c')
-rw-r--r-- | sbin/pfctl/pfctl_optimize.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl_optimize.c b/sbin/pfctl/pfctl_optimize.c index b17b7986822..6559ba44e38 100644 --- a/sbin/pfctl/pfctl_optimize.c +++ b/sbin/pfctl/pfctl_optimize.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_optimize.c,v 1.21 2009/11/22 22:34:50 henning Exp $ */ +/* $OpenBSD: pfctl_optimize.c,v 1.22 2009/11/23 21:29:21 henning Exp $ */ /* * Copyright (c) 2004 Mike Frantzen <frantzen@openbsd.org> @@ -197,8 +197,7 @@ struct pf_rule_field { PF_RULE_FIELD(match_tag, DC), PF_RULE_FIELD(overload_tbl, DC), - /* These fields should never be set in a PASS/BLOCK rule */ - PF_RULE_FIELD(natpass, NEVER), + /* These fields should never be set in a PASS/BLOCK rule XXX fix*/ PF_RULE_FIELD(max_mss, NEVER), PF_RULE_FIELD(min_ttl, NEVER), PF_RULE_FIELD(set_tos, NEVER), |