remove echo statement (was mostly for debugging).

This commit is contained in:
itojun 1999-07-04 05:20:52 +00:00
parent ed4e8fa6c9
commit 1f8a1d54df
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: netstart,v 1.58 1999/07/03 03:40:52 itojun Exp $
# $NetBSD: netstart,v 1.59 1999/07/04 05:20:52 itojun Exp $
# from: @(#)netstart 8.1 (Berkeley) 7/23/93
if [ -f /etc/rc.subr ]; then
@ -192,7 +192,6 @@ if [ "x$dadcount" = "x" ]; then
else
sysctl -w net.inet6.ip6.forwarding=0
sysctl -w net.inet6.ip6.accept_rtadv=0
echo dadcount is $dadcount
if checkyesno ip6forwarding; then
if checkyesno rtsol; then
echo "WARNING: ip6forwarding and rtsol " \