summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 016991bb324..2f894fe4e70 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.129 2000/01/30 02:45:51 millert Exp $
+# $OpenBSD: rc,v 1.130 2000/02/28 17:28:35 itojun Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -400,6 +400,10 @@ if ifconfig lo0 inet6 >/dev/null 2>&1; then
echo -n ' rtsold'
/usr/sbin/rtsold ${rtsold_flags}
fi
+
+ if [ "X${ip6defaultif}" != X"" ]; then
+ /usr/sbin/ndp -I ${ip6defaultif}
+ fi
else
# $route6d_flags is imported from /etc/rc.conf;
# If $route6d_flags == NO, then route6d isn't run.