Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/faithd Update ifconfig example to show that the int...



details:   https://anonhg.NetBSD.org/src/rev/4e243140796d
branches:  trunk
changeset: 494269:4e243140796d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 04 20:08:32 2000 +0000

description:
Update ifconfig example to show that the interface has to be created.

diffstat:

 usr.sbin/faithd/README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 205d3f066100 -r 4e243140796d usr.sbin/faithd/README
--- a/usr.sbin/faithd/README    Tue Jul 04 20:06:26 2000 +0000
+++ b/usr.sbin/faithd/README    Tue Jul 04 20:08:32 2000 +0000
@@ -1,7 +1,7 @@
 Configuring FAITH IPv6-to-IPv4 TCP relay
 
 Kazu Yamamoto and Jun-ichiro itojun Hagino
-$NetBSD: README,v 1.7 2000/07/02 09:17:30 itojun Exp $
+$NetBSD: README,v 1.8 2000/07/04 20:08:32 thorpej Exp $
 $KAME: README,v 1.5 2000/07/02 08:50:50 itojun Exp $
 
 
@@ -57,7 +57,7 @@
 
 (3) Route packets toward FAITH prefix into "faith0" interface.
 
-       # ifconfig faith0 up
+       # ifconfig faith0 create up
        # route add -inet6 3ffe:0501:1234:ffff:: -prefixlen 64 \
                fe80::xxxx:yyyy:zzzz:wwww%faith0
 



Home | Main Index | Thread Index | Old Index