From a81042b4c83ae3b5481d7cd5eaa8b8daf42008d1 Mon Sep 17 00:00:00 2001
From: "Lukas F. Hartmann" <lukas@mntre.com>
Date: Thu, 25 Feb 2021 20:06:07 +0100
Subject: [PATCH] fix /etc/hosts

---
 reform2-imx8mq/template-etc/hosts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/reform2-imx8mq/template-etc/hosts b/reform2-imx8mq/template-etc/hosts
index 5c1f4ac..6cf6b00 100644
--- a/reform2-imx8mq/template-etc/hosts
+++ b/reform2-imx8mq/template-etc/hosts
@@ -1 +1,4 @@
-127.0.0.1       localhost.localdomain localhost reform
+127.0.0.1	localhost reform
+::1		localhost ip6-localhost ip6-loopback reform
+ff02::1		ip6-allnodes
+ff02::2		ip6-allrouters
-- 
GitLab