summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/pfvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 7fe4bd1e108..087cedf8947 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.76 2002/06/07 22:53:37 pb Exp $ */
+/* $OpenBSD: pfvar.h,v 1.77 2002/06/07 23:06:21 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -230,7 +230,7 @@ struct pf_rule {
#define PF_SKIP_DST_PORT 8
#define PF_SKIP_COUNT 9
struct pf_rule *skip[PF_SKIP_COUNT];
-#define PF_RULE_LABEL_SIZE 32
+#define PF_RULE_LABEL_SIZE 64
char label[PF_RULE_LABEL_SIZE];
struct pf_addr rt_addr;
char ifname[IFNAMSIZ];