aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-09-02 11:54:03 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-09-02 11:54:03 +0000
commit3d1890053c68ea22c2b4532d2e839638261de8be (patch)
tree7041dcbf0c3786051b5a6db94ff8726cb806d7d1 /package/base-files/files/etc
parentfc418462482e5c90b1e1241a612e141b4a4bfdb6 (diff)
downloadupstream-3d1890053c68ea22c2b4532d2e839638261de8be.tar.gz
upstream-3d1890053c68ea22c2b4532d2e839638261de8be.tar.bz2
upstream-3d1890053c68ea22c2b4532d2e839638261de8be.zip
base-files: add /etc/hosts entries for ::1, ff02::1 and ff02::2
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46771
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r--package/base-files/files/etc/hosts4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/base-files/files/etc/hosts b/package/base-files/files/etc/hosts
index 75721cd5af..b7713ebcc6 100644
--- a/package/base-files/files/etc/hosts
+++ b/package/base-files/files/etc/hosts
@@ -1 +1,5 @@
127.0.0.1 localhost
+
+::1 localhost ip6-localhost ip6-loopback
+ff02::1 ip6-allnodes
+ff02::2 ip6-allrouters