Change IPv6 method to link-local
This commit is contained in:
parent
d309e3d0df
commit
409dbf4891
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static int setup_connection(NMConnection *con, const char *user, const char *pas
|
||||||
/* NMSettingIP6Config */
|
/* NMSettingIP6Config */
|
||||||
setting = nm_setting_ip6_config_new();
|
setting = nm_setting_ip6_config_new();
|
||||||
g_object_set(G_OBJECT(setting),
|
g_object_set(G_OBJECT(setting),
|
||||||
NM_SETTING_IP6_CONFIG_METHOD, "auto",
|
NM_SETTING_IP6_CONFIG_METHOD, "link-local",
|
||||||
NULL);
|
NULL);
|
||||||
nm_connection_add_setting(con, setting);
|
nm_connection_add_setting(con, setting);
|
||||||
|
|
||||||
|
|
Reference in a new issue