diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 11:54:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 11:54:03 +0000 |
commit | 3d1890053c68ea22c2b4532d2e839638261de8be (patch) | |
tree | 7041dcbf0c3786051b5a6db94ff8726cb806d7d1 /package/base-files/files/etc | |
parent | fc418462482e5c90b1e1241a612e141b4a4bfdb6 (diff) | |
download | mtk-20170518-3d1890053c68ea22c2b4532d2e839638261de8be.zip mtk-20170518-3d1890053c68ea22c2b4532d2e839638261de8be.tar.gz mtk-20170518-3d1890053c68ea22c2b4532d2e839638261de8be.tar.bz2 |
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/hosts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/base-files/files/etc/hosts b/package/base-files/files/etc/hosts index 75721cd..b7713eb 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 |