diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-17 13:01:49 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-17 13:01:49 +0000 |
commit | 24c980292843b7b9aebc9f1831c6c1e8ba49c148 (patch) | |
tree | 81e0800053aaa9c793d47c72d2ea8aaeaaf06546 /target/device/Atmel/atngw100/target_skeleton/etc/hosts | |
parent | 55e2d9bdb5017342166af67b7289956113ffc4ea (diff) | |
download | buildroot-novena-24c980292843b7b9aebc9f1831c6c1e8ba49c148.tar.gz buildroot-novena-24c980292843b7b9aebc9f1831c6c1e8ba49c148.zip |
Update atngw100 target skeleton
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 - |