summaryrefslogtreecommitdiff
path: root/clients/cli
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2021-01-15 09:50:36 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2021-01-18 16:29:55 +0100
commit92c494f2904c981842192d3eea7b74501c1fda0a (patch)
treeed1845809b1471a956fab62d2add130fae434114 /clients/cli
parentaf55a86a821e5f433099d3647147d7e49b68352c (diff)
downloadNetworkManager-92c494f2904c981842192d3eea7b74501c1fda0a.tar.gz
all: change default value of hostname.only-from-default to falsebg/hostname-from-any
Currently, is retrieved by default only from the device with the default route. This is done so that in presence of multiple connections the choice is deterministic. However, this limitation seems confusing for users, that expect to get an hostname even for non-default devices. Change the default and allow any device to obtain the hostname. Note that when there is a default route, NM still prefers that device and so the behavior doesn't change. The only change in behavior is that when there is no default route and the machine doesn't have a static hostname, NM will try to get hostname from DHCP or reverse DNS. https://bugzilla.redhat.com/show_bug.cgi?id=1766944
Diffstat (limited to 'clients/cli')
-rw-r--r--clients/cli/generate-docs-nm-settings-nmcli.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/generate-docs-nm-settings-nmcli.xml.in b/clients/cli/generate-docs-nm-settings-nmcli.xml.in
index f269af0646..cc47e6aa9b 100644
--- a/clients/cli/generate-docs-nm-settings-nmcli.xml.in
+++ b/clients/cli/generate-docs-nm-settings-nmcli.xml.in
@@ -572,7 +572,7 @@
<property name="from-dns-lookup"
description="Whether the system hostname can be determined from reverse DNS lookup of addresses on this device. When set to NM_TERNARY_DEFAULT (-1), the value from global configuration is used. If the property doesn&apos;t have a value in the global configuration, NetworkManager assumes the value to be NM_TERNARY_TRUE (1)." />
<property name="only-from-default"
- description="If set to NM_TERNARY_TRUE (1), NetworkManager attempts to get the hostname via DHCPv4/DHCPv6 or reverse DNS lookup on this device only when the device has the default route for the given address family (IPv4/IPv6). If set to NM_TERNARY_FALSE (0), the hostname can be set from this device even if it doesn&apos;t have the default route. When set to NM_TERNARY_DEFAULT (-1), the value from global configuration is used. If the property doesn&apos;t have a value in the global configuration, NetworkManager assumes the value to be NM_TERNARY_TRUE (1)." />
+ description="If set to NM_TERNARY_TRUE (1), NetworkManager attempts to get the hostname via DHCPv4/DHCPv6 or reverse DNS lookup on this device only when the device has the default route for the given address family (IPv4/IPv6). If set to NM_TERNARY_FALSE (0), the hostname can be set from this device even if it doesn&apos;t have the default route. When set to NM_TERNARY_DEFAULT (-1), the value from global configuration is used. If the property doesn&apos;t have a value in the global configuration, NetworkManager assumes the value to be NM_TERNARY_FALSE (0)." />
</setting>
<setting name="infiniband" >
<property name="mac-address"