From 720d545ff7fbea69ec9a81f8eb22dc012b9fdd53 Mon Sep 17 00:00:00 2001 From: VG Date: Thu, 23 Feb 2017 22:52:04 +0100 Subject: fix hostname alias for ipv6 --- rpi2-debian-stdkernel/files/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi2-debian-stdkernel/files/hosts b/rpi2-debian-stdkernel/files/hosts index 6984fc0..4d1eb3f 100644 --- a/rpi2-debian-stdkernel/files/hosts +++ b/rpi2-debian-stdkernel/files/hosts @@ -1,6 +1,6 @@ 127.0.0.1 localhost localhost.localdomain debian # the following lines are desirable for IPv6 capable hosts -::1 localhost ip6-localhost ip6-loopback +::1 localhost ip6-localhost ip6-loopback debian ff02::1 ip6-allnodes ff02::2 ip6-allrouters -- cgit v1.2.3