mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 19:20:20 +01:00
libnm-util: default to allowing IPv6 connections to fail
Allow IPv6 connections to fail by changing the default value of the may-fail property for ipv6 settings to TRUE. This makes sure connections created manually using nm-connection-editor will default to having the "Require ..." checkbox unchecked; in other words, IPv6 timing out will still allow the interface to be configured if IPv4 succeeds.
This commit is contained in:
parent
9cdc5021ab
commit
36db194ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -1056,7 +1056,7 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *setting_class)
|
|||
"this property to TRUE allows the overall network "
|
||||
"configuration to succeed if IPv6 configuration "
|
||||
"fails but IPv4 configuration completes successfully.",
|
||||
FALSE,
|
||||
TRUE,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue