mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-14 15:28:06 +02:00
vpn-connection: try completing the connection when plugin sends config
In case there's no IP configuration we wan the connection to succeed, not time out.
This commit is contained in:
parent
06dbbb899c
commit
8e3a5f6d3a
1 changed files with 2 additions and 0 deletions
|
|
@ -1280,6 +1280,8 @@ nm_vpn_connection_config_get (NMVpnConnection *self, GVariant *dict)
|
|||
if (g_variant_lookup (dict, NM_VPN_PLUGIN_CONFIG_HAS_IP6, "b", &b))
|
||||
priv->has_ip6 = b;
|
||||
nm_exported_object_clear_and_unexport (&priv->ip6_config);
|
||||
|
||||
nm_vpn_connection_config_maybe_complete (self, TRUE);
|
||||
}
|
||||
|
||||
guint32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue