mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 11:50:29 +01:00
team: Don't let teamd rip off the link when it terminates
We might be reactivating a connection on the device and don't want it to go away. In other cases we still take care of the link deletion ourselves.
This commit is contained in:
parent
5aa93e5518
commit
842648a992
1 changed files with 1 additions and 0 deletions
|
|
@ -453,6 +453,7 @@ teamd_start (NMDevice *device, NMSettingTeam *s_team)
|
|||
g_ptr_array_add (argv, (gpointer) "-n");
|
||||
g_ptr_array_add (argv, (gpointer) "-U");
|
||||
g_ptr_array_add (argv, (gpointer) "-D");
|
||||
g_ptr_array_add (argv, (gpointer) "-N");
|
||||
g_ptr_array_add (argv, (gpointer) "-t");
|
||||
g_ptr_array_add (argv, (gpointer) iface);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue