diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-02-22 16:12:13 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-02-22 16:12:13 +0000 |
commit | 6cc2c0465f884e5bd10b72dffeff7b2f7e549843 (patch) | |
tree | 1178f1a3b5c0c6fd64b05bb732e0e4378f2d7a4d /sys/net | |
parent | c528be770681ee8b84eb3a12b9bc767060f01020 (diff) |
Amend a misleading comment mentioning ``ipintrq''.
Diffstat (limited to 'sys/net')
-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 */ |