summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/BUGS')
-rw-r--r--sbin/isakmpd/BUGS7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/isakmpd/BUGS b/sbin/isakmpd/BUGS
index eaed320bbbb..f7c7a92d0f1 100644
--- a/sbin/isakmpd/BUGS
+++ b/sbin/isakmpd/BUGS
@@ -1,5 +1,5 @@
-$OpenBSD: BUGS,v 1.7 1999/04/19 19:55:30 niklas Exp $
-$EOM: BUGS,v 1.28 1999/04/17 15:48:24 niklas Exp $
+$OpenBSD: BUGS,v 1.8 1999/04/30 11:48:06 niklas Exp $
+$EOM: BUGS,v 1.29 1999/04/30 11:37:41 niklas Exp $
Until we have a bug-tracking system setup, we might just add bugs to this
file:
@@ -71,3 +71,6 @@ file:
* Outgoing informational exchanges when we use INVALID_PAYLOAD_TYPE
cause a DOI error.
+
+* In Linux select(2) of named pipes seems broken as they will return as
+ readable even when nothing is there after one read has succeeded.