diff options
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |