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:
Lubomir Rintel 2014-11-04 09:38:01 +01:00 committed by Jiří Klimeš
parent 5aa93e5518
commit 842648a992

View file

@ -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);