Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/faithd correct usage of route(8) in example.



details:   https://anonhg.NetBSD.org/src/rev/fbfe6714bc0c
branches:  trunk
changeset: 494120:fbfe6714bc0c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Jul 02 09:17:30 2000 +0000

description:
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 b3a415df3dd6 -r fbfe6714bc0c usr.sbin/faithd/README
--- a/usr.sbin/faithd/README    Sun Jul 02 09:07:23 2000 +0000
+++ b/usr.sbin/faithd/README    Sun Jul 02 09:17:30 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.7 2000/07/02 09:17:30 itojun 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