Source-Changes-HG archive

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

[src/trunk]: src/etc add IPv6 loopback address (::1).



details:   https://anonhg.NetBSD.org/src/rev/8ce645e41c97
branches:  trunk
changeset: 481760:8ce645e41c97
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Feb 05 17:53:30 2000 +0000

description:
add IPv6 loopback address (::1).

diffstat:

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

diffs (17 lines):

diff -r 7e5ba9bb4b36 -r 8ce645e41c97 etc/hosts
--- a/etc/hosts Sat Feb 05 17:52:06 2000 +0000
+++ b/etc/hosts Sat Feb 05 17:53:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: hosts,v 1.4 1997/01/09 05:33:14 mikel Exp $
+#      $NetBSD: hosts,v 1.5 2000/02/05 17:53:30 itojun Exp $
 #
 # Host Database
 # This file should contain the addresses and aliases
@@ -8,6 +8,7 @@
 #
 #
 127.0.0.1              localhost
+::1                    localhost
 #
 # RFC 1918 specifies that these networks are "internal".
 # 10.0.0.0     10.255.255.255



Home | Main Index | Thread Index | Old Index