From 6e428966576343363ba5381f5f816ecd5fd93706 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 9 Jul 2021 15:52:45 +0200 Subject: [PATCH] etc/grml/fai/config/files/etc/hosts/GRMLBASE: sync IPv6 entries with Debian Quoting from Debian netbase's changelog (see https://metadata.ftp-master.debian.org/changelogs/main/n/netbase/netbase_6.3_changelog): | netbase (5.1) unstable; urgency=low | [...] | * Removed ip6-localnet and ip6-mcastprefix from the default /etc/hosts | created by postinst because they have no purpose. (Closes: #688090) | [...] | | netbase (4.30) unstable; urgency=low | | * On new installs add localhost as an alias for ::1. (Closes: #427067) | [...] | | netbase (4.35) unstable; urgency=low | | * Do not add ff02::3 to /etc/hosts because it is not actually assigned. | (Closes: #499800) FTR: netbase 5.1 pre-dates Debian/jessie AKA oldoldstable (which shipped netbase 5.3) Development time sponsored by Sipwise GmbH --- etc/grml/fai/config/files/etc/hosts/GRMLBASE | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/etc/grml/fai/config/files/etc/hosts/GRMLBASE b/etc/grml/fai/config/files/etc/hosts/GRMLBASE index 3f0650e..678c9e4 100644 --- a/etc/grml/fai/config/files/etc/hosts/GRMLBASE +++ b/etc/grml/fai/config/files/etc/hosts/GRMLBASE @@ -5,11 +5,6 @@ 127.0.0.1 $HOSTNAME localhost # The following lines are desirable for IPv6 capable hosts -# (added automatically by netbase upgrade) - -::1 ip6-localhost ip6-loopback $HOSTNAME -fe00::0 ip6-localnet -ff00::0 ip6-mcastprefix +::1 localhost ip6-localhost ip6-loopback $HOSTNAME ff02::1 ip6-allnodes ff02::2 ip6-allrouters -ff02::3 ip6-allhosts -- 2.1.4