mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 17:30:33 +01:00
core: don't require IPv4 configuration during activation
This commit is contained in:
parent
c35bec214c
commit
5e6ae3b226
1 changed files with 2 additions and 1 deletions
|
|
@ -1674,7 +1674,8 @@ real_act_stage4_get_ip4_config (NMDevice *self,
|
|||
*config = nm_device_new_ip4_shared_config (self, reason);
|
||||
if (*config)
|
||||
priv->dnsmasq_manager = nm_dnsmasq_manager_new (ip_iface);
|
||||
}
|
||||
} else if (!strcmp (method, NM_SETTING_IP4_CONFIG_METHOD_DISABLED))
|
||||
ret = NM_ACT_STAGE_RETURN_SUCCESS;
|
||||
}
|
||||
|
||||
if (!*config) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue