Changeset 52a9cd0
- Timestamp:
- Sep 6, 2015, 11:30:38 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- c521416c
- Parents:
- a05d6a1
- git-author:
- William Harrington <kb0iic@…> (09/06/15 23:30:36)
- git-committer:
- William Harrington <kb0iic@…> (09/06/15 23:30:38)
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
ra05d6a1 r52a9cd0 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
ra05d6a1 r52a9cd0 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.