summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2006-10-25 14:50:22 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2006-10-25 14:50:22 +0000
commit0c2aec7bf30ece5465aa727d418bee0227192274 (patch)
treec40ea3fd0f9e9477c6ebf9ac93ea4afedaffde25
parent739a6d67fb1640df1ca19148ecc5feae2edcbcd8 (diff)
teach the optimizer about logif, with & ok frantzen
-rw-r--r--sbin/pfctl/pfctl_optimize.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl_optimize.c b/sbin/pfctl/pfctl_optimize.c
index 7ebcb95857a..a63494d553f 100644
--- a/sbin/pfctl/pfctl_optimize.c
+++ b/sbin/pfctl/pfctl_optimize.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_optimize.c,v 1.10 2006/03/14 11:09:44 djm Exp $ */
+/* $OpenBSD: pfctl_optimize.c,v 1.11 2006/10/25 14:50:21 henning Exp $ */
/*
* Copyright (c) 2004 Mike Frantzen <frantzen@openbsd.org>
@@ -134,6 +134,7 @@ struct pf_rule_field {
PF_RULE_FIELD(overload_tblname, BREAK),
PF_RULE_FIELD(flush, BREAK),
PF_RULE_FIELD(rpool, BREAK),
+ PF_RULE_FIELD(logif, BREAK),
/*
* Any fields not listed in this structure act as BREAK fields