Searched refs:excluded_ip (Results 1 – 1 of 1) sorted by relevance
428 for (auto excluded_ip = excluded_ips_cidr_.begin(); in PinPendingRoutes() local429 excluded_ip != excluded_ips_cidr_.end(); ++excluded_ip) { in PinPendingRoutes()430 if (!entry.dst.SetAddressAndPrefixFromString(*excluded_ip) || in PinPendingRoutes()433 LOG(ERROR) << "Unable to setup route for " << *excluded_ip << "."; in PinPendingRoutes()