summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 10:50:31 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 10:50:31 +0000
commit370e5327304fa4f89ace22b3397482a0726af814 (patch)
tree004a7d5159d494253143f53fabf16ad4d176e394
parent215ec0678cd884eb1876be8caf34316913ad4fb7 (diff)
it looks that route6d is not working right, because of
behavior difference in socket layer against multicast destination.
-rw-r--r--usr.sbin/route6d/route6d.87
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/route6d/route6d.8 b/usr.sbin/route6d/route6d.8
index 74437eb41fb..699a4c4ffe1 100644
--- a/usr.sbin/route6d/route6d.8
+++ b/usr.sbin/route6d/route6d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route6d.8,v 1.2 1999/12/11 10:41:46 itojun Exp $
+.\" $OpenBSD: route6d.8,v 1.3 1999/12/11 10:50:30 itojun Exp $
.\"
.\" Copyright (c) 1996 WIDE Project. All rights reserved.
.\"
@@ -231,3 +231,8 @@ Current
.Nm
does not reduce the rate of the triggered updates when consecutive updates
arrive.
+.\"
+.Sh BUGS
+At this moment,
+.Nm
+does not work right due to *BSD differences in socket layer.