diff --git a/clients/cli/connections.c b/clients/cli/connections.c index 0158dc25a..3fca37f5a 100644 --- a/clients/cli/connections.c +++ b/clients/cli/connections.c @@ -4783,6 +4783,9 @@ complete_slave (NMSettingConnection *s_con, _("Error: redundant 'master' option.")); return FALSE; } + g_object_set (s_con, + NM_SETTING_CONNECTION_SLAVE_TYPE, slave_type, + NULL); return TRUE; }