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