mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 20:10:17 +01:00
team: don't kill teamd for external devices
The teamd instance must not be killed if the device was externally activated. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/158 https://bugzilla.redhat.com/show_bug.cgi?id=1693142 (cherry picked from commit008a4b4215) (cherry picked from commitbd113fe72e) (cherry picked from commitc71b47268f)
This commit is contained in:
parent
fb8d30a3dd
commit
f6b51bb8ea
1 changed files with 3 additions and 0 deletions
|
|
@ -672,6 +672,9 @@ deactivate (NMDevice *device)
|
|||
NMDeviceTeam *self = NM_DEVICE_TEAM (device);
|
||||
NMDeviceTeamPrivate *priv = NM_DEVICE_TEAM_GET_PRIVATE (self);
|
||||
|
||||
if (nm_device_sys_iface_state_is_external (device))
|
||||
return;
|
||||
|
||||
if (priv->teamd_pid || priv->tdc)
|
||||
_LOGI (LOGD_TEAM, "deactivation: stopping teamd...");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue