summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_parser.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2020-07-21 14:10:52 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2020-07-21 14:10:52 +0000
commit5e3a4174167d48c0b8030d6a068c08f8e112a74d (patch)
treed9f52dc509ee2edb6ab1a2422e9e81589d436a48 /sbin/pfctl/pfctl_parser.h
parentd15d8a17f9fcf9bb60c77b863fd92c24159de5e5 (diff)
rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.h
OPT is misleading and usually refers to command line arguments to pfctl ok sashan kn
Diffstat (limited to 'sbin/pfctl/pfctl_parser.h')
-rw-r--r--sbin/pfctl/pfctl_parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h
index c53703a6b3e..a82854a0fea 100644
--- a/sbin/pfctl/pfctl_parser.h
+++ b/sbin/pfctl/pfctl_parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_parser.h,v 1.116 2020/01/15 11:52:50 sashan Exp $ */
+/* $OpenBSD: pfctl_parser.h,v 1.117 2020/07/21 14:10:51 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -184,7 +184,6 @@ struct pf_opt_tbl {
struct node_tinithead pt_nodes;
struct pfr_buffer *pt_buf;
};
-#define PF_OPT_TABLE_PREFIX "__automatic_"
/* optimizer pf_rule container */
struct pf_opt_rule {