mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-21 04:50:26 +01:00
device: abort on failure in activate_stage5_ip_config_result_6()
This is analog to what the IPv4 code does at this place. Abort.
This commit is contained in:
parent
15e287a351
commit
399684538b
1 changed files with 1 additions and 0 deletions
|
|
@ -11931,6 +11931,7 @@ activate_stage5_ip_config_result_6(NMDevice *self)
|
|||
nm_device_ip_method_failed(self,
|
||||
AF_INET6,
|
||||
NM_DEVICE_STATE_REASON_SHARED_START_FAILED);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue