summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2014-11-04 09:38:01 +0100
committerLubomir Rintel <lkundrak@v3.sk>2014-11-04 09:42:20 +0100
commit0847ba7490c718c6b72cce5ad7e6a53a5f2928f1 (patch)
tree2cd43d87ae09787a2ccad60942a45607a4743c7a
parent2107a4bbf136b38a5db3da57946dca472f4f8ecd (diff)
downloadNetworkManager-0847ba7490c718c6b72cce5ad7e6a53a5f2928f1.tar.gz
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.
-rw-r--r--src/devices/team/nm-device-team.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/team/nm-device-team.c b/src/devices/team/nm-device-team.c
index df27562019..3c949258c0 100644
--- a/src/devices/team/nm-device-team.c
+++ b/src/devices/team/nm-device-team.c
@@ -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);