diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2017-11-07 08:13:15 -0800 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-07 19:13:15 +0300 |
commit | 30046d9c89910c76b109bf27ce412c84e006dde1 (patch) | |
tree | 4261567c48ca34df90a01215b9c6b2dce954ca87 /man/systemd-resolved.service.xml | |
parent | ed440f6be935faeea3192c9509ef262fddb3fc33 (diff) | |
download | systemd-30046d9c89910c76b109bf27ce412c84e006dde1.tar.gz |
man: fix reference to gateway hostname (#7258)
Follow-up to commit 1dc92a06e210a978e54c72168aaaa7487bf2fd2a which didn't
catch all cases.
Diffstat (limited to 'man/systemd-resolved.service.xml')
-rw-r--r-- | man/systemd-resolved.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index c60f474aa8..2f947086f5 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -111,7 +111,7 @@ ending in <literal>.localhost</literal> or <literal>.localhost.localdomain</literal>) are resolved to the IP addresses 127.0.0.1 and ::1.</para></listitem> - <listitem><para>The hostname <literal>gateway</literal> is + <listitem><para>The hostname <literal>_gateway</literal> is resolved to all current default routing gateway addresses, ordered by their metric. This assigns a stable hostname to the current gateway, useful for referencing it independently of the @@ -135,7 +135,7 @@ protocol. Lookups for IPv4 addresses are only sent via LLMNR on IPv4, and lookups for IPv6 addresses are only sent via LLMNR on IPv6. Lookups for the locally configured host name and the - <literal>gateway</literal> host name are never routed to + <literal>_gateway</literal> host name are never routed to LLMNR.</para></listitem> <listitem><para>Multi-label names are routed to all local |