diff options
Diffstat (limited to 'target/device/Atmel/atngw100/target_skeleton/etc/hosts')
-rw-r--r-- | target/device/Atmel/atngw100/target_skeleton/etc/hosts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/device/Atmel/atngw100/target_skeleton/etc/hosts b/target/device/Atmel/atngw100/target_skeleton/etc/hosts index 05d2eb73a..b24a953a3 100644 --- a/target/device/Atmel/atngw100/target_skeleton/etc/hosts +++ b/target/device/Atmel/atngw100/target_skeleton/etc/hosts @@ -1,11 +1,12 @@ -127.0.0.1 localhost.localdomain localhost -127.0.1.1 ngw.example.net ngw +127.0.0.1 localhost.localdomain localhost +127.0.1.1 ngw.example.net ngw # The following lines are desirable for IPv6 capable hosts -::1 ip6-localhost ip6-loopback +::1 localhost +::1 ip6-localhost ip6-loopback +::1 ngw.example.net ngw fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts - |