summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-02-22 16:12:12 +0000
committermpi <mpi@openbsd.org>2017-02-22 16:12:12 +0000
commitfe5c5fe8bd66b3b814b216a23f25c511e1a2375e (patch)
treede92a5c0aac4bdc865990a61ac682042cd381002 /sys
parentSince SQLite is gone, we no longer need the "flock" pledge. (diff)
downloadwireguard-openbsd-fe5c5fe8bd66b3b814b216a23f25c511e1a2375e.tar.xz
wireguard-openbsd-fe5c5fe8bd66b3b814b216a23f25c511e1a2375e.zip
Amend a misleading comment mentioning ``ipintrq''.
Diffstat (limited to 'sys')
-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 5bb2a8ea93c..00e9b790a91 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.448 2017/01/30 17:41:34 benno Exp $ */
+/* $OpenBSD: pfvar.h,v 1.449 2017/02/22 16:12:12 mpi Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1168,7 +1168,7 @@ enum pfi_kif_refs {
#define PFRES_NORM 4 /* Dropping by normalizer */
#define PFRES_MEMORY 5 /* Dropped due to lacking mem */
#define PFRES_TS 6 /* Bad TCP Timestamp (RFC1323) */
-#define PFRES_CONGEST 7 /* Congestion (of ipintrq) */
+#define PFRES_CONGEST 7 /* Congestion */
#define PFRES_IPOPTIONS 8 /* IP option */
#define PFRES_PROTCKSUM 9 /* Protocol checksum invalid */
#define PFRES_BADSTATE 10 /* State mismatch */