summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-rw-r--r--sbin/pfctl/pfctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index 446363320c2..84ee9027c10 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl.c,v 1.303 2010/10/01 12:33:14 reyk Exp $ */
+/* $OpenBSD: pfctl.c,v 1.304 2011/07/08 02:16:12 mcbride Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -705,8 +705,8 @@ void
pfctl_print_rule_counters(struct pf_rule *rule, int opts)
{
if (opts & PF_OPT_DEBUG) {
- const char *t[PF_SKIP_COUNT] = { "i", "d", "f",
- "p", "sa", "sp", "da", "dp" };
+ const char *t[PF_SKIP_COUNT] = { "i", "r", "d", "f",
+ "p", "sa", "da", "sp", "dp" };
int i;
printf(" [ Skip steps: ");