summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-01-07 01:04:34 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-01-07 01:04:34 +0000
commite9b7c577a43839ed0ceb3c93f576dbc7950209d2 (patch)
tree143531a9ae83b32f968db420b686d80295778053 /sbin
parent088b30db1f5a9d41a02ce87bb1c95da854dbfc9b (diff)
the "default" alias for "normal" optimization in pf_hints is dead for some
time now... catched by david krause
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index fd45c887aed..f7a9c2a138e 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.124 2003/01/05 22:34:20 henning Exp $ */
+/* $OpenBSD: pfctl.c,v 1.125 2003/01/07 01:04:33 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -152,7 +152,6 @@ static const struct {
const struct pf_hint *hint;
} pf_hints[] = {
{ "normal", pf_hint_normal },
- { "default", pf_hint_normal },
{ "satellite", pf_hint_satellite },
{ "high-latency", pf_hint_satellite },
{ "conservative", pf_hint_conservative },