]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update documents of "_outbound" addresses
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Oct 2024 05:15:31 +0000 (14:15 +0900)
committerLennart Poettering <lennart@poettering.net>
Tue, 15 Oct 2024 07:25:13 +0000 (09:25 +0200)
Follow-up for 4adf2653e2a68d4d593b46734fd9e24721a8d449.
Addresses https://github.com/systemd/systemd/issues/34739#issuecomment-2412904739.

man/nss-myhostname.xml
man/systemd-resolved.service.xml

index e0cfffe023e679da7ef5341ff3b496211a187aa1..200c9220b9909a576ace73ab95350de691bb4185 100644 (file)
       current network configuration state.</para></listitem>
 
       <listitem><para>The hostname <literal>_outbound</literal> is resolved to the local IPv4 and IPv6
-      addresses that are most likely used for communication with other hosts. This is determined by
-      requesting a routing decision to the configured default gateways from the kernel and then using the
-      local IP addresses selected by this decision. This hostname is only available if there is at least one
-      local default gateway configured. This assigns a stable hostname to the local outbound IP addresses,
-      useful for referencing them independently of the current network configuration state.</para></listitem>
+      addresses that are most likely used for communication with other hosts. This is the preferred source
+      addresses of default gateways if specified, or determined by requesting a routing decision to the
+      configured default gateways from the kernel and then using the local IP addresses selected by this
+      decision. This hostname is only available if there is at least one local default gateway configured.
+      This assigns a stable hostname to the local outbound IP addresses, useful for referencing them
+      independently of the current network configuration state.</para></listitem>
     </itemizedlist>
 
     <para>Various software relies on an always-resolvable local
index 8d22b22e85004a718e1e8bbe0aac72fe699d5dbe..210a8432336f7859aa2aa541399a24cf82e5432d 100644 (file)
       useful for referencing it independently of the current network configuration state.</para></listitem>
 
       <listitem><para>The hostname <literal>_outbound</literal> is resolved to the local IPv4 and IPv6
-      addresses that are most likely used for communication with other hosts. This is determined by
-      requesting a routing decision to the configured default gateways from the kernel and then using the
-      local IP addresses selected by this decision. This hostname is only available if there is at least one
-      local default gateway configured. This assigns a stable hostname to the local outbound IP addresses,
-      useful for referencing them independently of the current network configuration state.</para></listitem>
+      addresses that are most likely used for communication with other hosts. This is the preferred source
+      addresses of default gateways if specified, or determined by requesting a routing decision to the
+      configured default gateways from the kernel and then using the local IP addresses selected by this
+      decision. This hostname is only available if there is at least one local default gateway configured.
+      This assigns a stable hostname to the local outbound IP addresses, useful for referencing them
+      independently of the current network configuration state.</para></listitem>
 
       <listitem><para>The hostname <literal>_localdnsstub</literal> is resolved to the IP address 127.0.0.53,
       i.e. the address the local DNS stub (see above) is listening on.</para></listitem>