Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc remove unnecessary sleep (for DAD wait) in IPv6 configur...
details: https://anonhg.NetBSD.org/src/rev/c0d8e3d49598
branches: trunk
changeset: 474295:c0d8e3d49598
user: itojun <itojun%NetBSD.org@localhost>
date: Sat Jul 03 03:40:52 1999 +0000
description:
remove unnecessary sleep (for DAD wait) in IPv6 configuration.
diffstat:
etc/netstart | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (24 lines):
diff -r 3dbf2c05abe5 -r c0d8e3d49598 etc/netstart
--- a/etc/netstart Sat Jul 03 03:29:29 1999 +0000
+++ b/etc/netstart Sat Jul 03 03:40:52 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: netstart,v 1.57 1999/07/03 03:29:29 itojun Exp $
+# $NetBSD: netstart,v 1.58 1999/07/03 03:40:52 itojun Exp $
# from: @(#)netstart 8.1 (Berkeley) 7/23/93
if [ -f /etc/rc.subr ]; then
@@ -203,12 +203,6 @@
else
if checkyesno rtsol; then
echo -n "sending IPv6 router solicitation...";
-
- ifconfig $rtsol_flags up
- # wait till DAD is completed
- sleep $dadcount
- sleep 1
-
sysctl -w net.inet6.ip6.accept_rtadv=1
rtsol $rtsol_flags
fi
Home |
Main Index |
Thread Index |
Old Index