mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-20 15:20:42 +02:00
device: delay the activation if the backing device is not yet there
This commit is contained in:
parent
2a45d30cc5
commit
ce745e098a
1 changed files with 1 additions and 1 deletions
|
|
@ -7735,7 +7735,7 @@ nm_device_queue_activation (NMDevice *self, NMActRequest *req)
|
|||
|
||||
must_queue = _carrier_wait_check_act_request_must_queue (self, req);
|
||||
|
||||
if (!priv->act_request && !must_queue) {
|
||||
if (!priv->act_request && !must_queue && nm_device_is_real (self)) {
|
||||
/* Just activate immediately */
|
||||
if (!_device_activate (self, req))
|
||||
g_assert_not_reached ();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue