Source-Changes-HG archive

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

[src/trunk]: src/etc remove (slightly) bogus comment line about IPv6 config.



details:   https://anonhg.NetBSD.org/src/rev/7e5ba9bb4b36
branches:  trunk
changeset: 481759:7e5ba9bb4b36
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Feb 05 17:52:06 2000 +0000

description:
remove (slightly) bogus comment line about IPv6 config.

diffstat:

 etc/netstart |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1c23d4a63c28 -r 7e5ba9bb4b36 etc/netstart
--- a/etc/netstart      Sat Feb 05 17:44:11 2000 +0000
+++ b/etc/netstart      Sat Feb 05 17:52:06 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: netstart,v 1.70 2000/02/05 17:02:42 itojun Exp $
+#      $NetBSD: netstart,v 1.71 2000/02/05 17:52:06 itojun Exp $
 #      from: @(#)netstart      8.1 (Berkeley) 7/23/93
 
 if [ -f /etc/rc.subr ]; then
@@ -207,7 +207,6 @@
        route add -inet6 fc80:: -prefixlen 10 ::1 -reject
 
        # disallow "internal" addresses to appear on the wire.
-       # you may want to enable them for experiments.
        route add -inet6 ::ffff:0.0.0.0 -prefixlen 96 ::1 -reject
        route add -inet6 ::0.0.0.0 -prefixlen 96 ::1 -reject
 



Home | Main Index | Thread Index | Old Index