Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst ping ff02::2 instead of ff02::9. ff02...



details:   https://anonhg.NetBSD.org/src/rev/5dc162064efd
branches:  trunk
changeset: 494129:5dc162064efd
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Jul 02 15:07:52 2000 +0000

description:
ping ff02::2 instead of ff02::9.  ff02::9 indicates RIPng capable interface,
which does not necessarily visible.  ff02::2 indicates routers.

diffstat:

 distrib/utils/sysinst/net.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 10a0001723fb -r 5dc162064efd distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c       Sun Jul 02 15:02:29 2000 +0000
+++ b/distrib/utils/sysinst/net.c       Sun Jul 02 15:07:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net.c,v 1.58 2000/06/18 23:50:04 cyber Exp $   */
+/*     $NetBSD: net.c,v 1.59 2000/07/02 15:07:52 itojun Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -639,7 +639,7 @@
 #ifdef INET6
        if (v6config && network_up) {
                network_up = !run_prog(0, 1, NULL, 
-                   "/sbin/ping6 -v -c 3 -n -I %s ff02::9", net_dev);
+                   "/sbin/ping6 -v -c 3 -n -I %s ff02::2", net_dev);
 
                if (strcmp(net_namesvr6, "") != 0)
                        network_up = !run_prog(0, 1, NULL, 



Home | Main Index | Thread Index | Old Index