summaryrefslogtreecommitdiffstats
path: root/etc/hosts
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-15 14:59:16 +0000
committershin <shin@FreeBSD.org>2000-02-15 14:59:16 +0000
commit6768336e3b66310544efe8dbe769fdda673c93f8 (patch)
treec4b0f0ff1cd63acf71b529fb6039504b9f7a72ff /etc/hosts
parentafc2859d9d423aed57d822718b4b795668b3f0c4 (diff)
downloadFreeBSD-src-6768336e3b66310544efe8dbe769fdda673c93f8.zip
FreeBSD-src-6768336e3b66310544efe8dbe769fdda673c93f8.tar.gz
Add IPv6 loopback entry into src/etc/hosts.
Missing IPv6 loopback name record cause name resolving lock on INET6 enabled systems in some cases. So define it. Approved by: jkh
Diffstat (limited to 'etc/hosts')
-rw-r--r--etc/hosts1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/hosts b/etc/hosts
index 51e98ea..4e373b2 100644
--- a/etc/hosts
+++ b/etc/hosts
@@ -8,6 +8,7 @@
#
#
127.0.0.1 localhost localhost.my.domain myname.my.domain
+::1 localhost localhost.my.domain myname.my.domain
#
# Imaginary network.
#10.0.0.2 myname.my.domain myname
OpenPOWER on IntegriCloud