mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
netconfig: Enable IPV6 support by default
This commit is contained in:
parent
2f1c2930f0
commit
00baa75e96
@ -228,7 +228,7 @@ The group ``[Network]`` contains network configuration related settings.
|
||||
:align: left
|
||||
|
||||
* - EnableIPv6
|
||||
- Values: true, **false**
|
||||
- Values: **true**, false
|
||||
|
||||
Sets the global default that tells **iwd** whether it should configure
|
||||
IPv6 addresses and routes (either provided via static settings,
|
||||
|
@ -769,7 +769,7 @@ static int netconfig_init(void)
|
||||
if (!l_settings_get_bool(iwd_get_config(), "Network",
|
||||
"EnableIPv6",
|
||||
&ipv6_enabled))
|
||||
ipv6_enabled = false;
|
||||
ipv6_enabled = true;
|
||||
|
||||
mdns_global = l_settings_get_string(iwd_get_config(), "Network",
|
||||
"MulticastDNS");
|
||||
|
Loading…
Reference in New Issue
Block a user