Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/faithd Pull up 1.7:
details: https://anonhg.NetBSD.org/src/rev/61a16fe0d225
branches: netbsd-1-5
changeset: 488412:61a16fe0d225
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jul 03 22:46:16 2000 +0000
description:
Pull up 1.7:
correct usage of route(8) in example.
diffstat:
usr.sbin/faithd/README | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 1f17efbfbae1 -r 61a16fe0d225 usr.sbin/faithd/README
--- a/usr.sbin/faithd/README Mon Jul 03 22:45:12 2000 +0000
+++ b/usr.sbin/faithd/README Mon Jul 03 22:46:16 2000 +0000
@@ -1,8 +1,8 @@
Configuring FAITH IPv6-to-IPv4 TCP relay
Kazu Yamamoto and Jun-ichiro itojun Hagino
-$NetBSD: README,v 1.6 2000/05/31 03:18:02 itojun Exp $
-$KAME: README,v 1.4 2000/05/31 03:16:14 itojun Exp $
+$NetBSD: README,v 1.6.2.1 2000/07/03 22:46:16 thorpej Exp $
+$KAME: README,v 1.5 2000/07/02 08:50:50 itojun Exp $
Introduction
@@ -58,13 +58,8 @@
(3) Route packets toward FAITH prefix into "faith0" interface.
# ifconfig faith0 up
- # route add -inet6 3ffe:0501:1234:ffff:: -prefixlen 64 -interface faith0
-
- or, on platforms that has problem with "-interface":
- # ifconfig faith0 up
# route add -inet6 3ffe:0501:1234:ffff:: -prefixlen 64 \
- fe80:q::xxxx:yyyy:zzzz:wwww
- (the last one is link-local address assigned for faith0)
+ fe80::xxxx:yyyy:zzzz:wwww%faith0
(4) Execute "faithd" by root as follows:
Home |
Main Index |
Thread Index |
Old Index