Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst pullup 1.58 -> 1.59 (approved by ...



details:   https://anonhg.NetBSD.org/src/rev/85fadb45f10d
branches:  netbsd-1-5
changeset: 488367:85fadb45f10d
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 03 08:34:44 2000 +0000

description:
pullup 1.58 -> 1.59 (approved by releng-1-5):

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 62ce17b6049f -r 85fadb45f10d distrib/utils/sysinst/net.c
--- a/distrib/utils/sysinst/net.c       Mon Jul 03 08:31:57 2000 +0000
+++ b/distrib/utils/sysinst/net.c       Mon Jul 03 08:34:44 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.58.2.1 2000/07/03 08:34:44 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