Changeset 1902d37
- Timestamp:
- Sep 6, 2015, 11:30:36 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- 28d5047
- Parents:
- 06441b8
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r06441b8 r1902d37 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[William Harrington] - Add IPv6 entry to /etc/hosts for localhost</para> 44 </listitem> 45 <listitem> 43 46 <para>[William Harrington] - Update iputils to s20150815. Fixes ticket 44 47 <ulink url="&clfs-ticket-root;1066">#1066.</ulink></para> -
BOOK/network/common/hosts.xml
r06441b8 r1902d37 57 57 58 58 127.0.0.1 localhost 59 ::1 localhost 59 60 <replaceable>[192.168.1.1]</replaceable> <replaceable>[<HOSTNAME>.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> <replaceable>[alias ...]</replaceable> 60 61 … … 76 77 77 78 127.0.0.1 <replaceable>[<HOSTNAME>.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> localhost 79 ::1 localhost 78 80 79 81 # End /etc/hosts (no network card version)</literal> 80 82 EOF</userinput></screen> 81 83 84 <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the 85 IPv6 loopback interface.</para> 86 82 87 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.