#include <vector>
#include <string>

std::string setIps(std::string name, std::vector<std::string> ips) {
  return "";
}