diff options
author | 2017-02-22 16:12:12 +0000 | |
---|---|---|
committer | 2017-02-22 16:12:12 +0000 | |
commit | fe5c5fe8bd66b3b814b216a23f25c511e1a2375e (patch) | |
tree | de92a5c0aac4bdc865990a61ac682042cd381002 /sys | |
parent | Since SQLite is gone, we no longer need the "flock" pledge. (diff) | |
download | wireguard-openbsd-fe5c5fe8bd66b3b814b216a23f25c511e1a2375e.tar.xz wireguard-openbsd-fe5c5fe8bd66b3b814b216a23f25c511e1a2375e.zip |
Amend a misleading comment mentioning ``ipintrq''.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pfvar.h | 4 |
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 */ |