Home
last modified time | relevance | path

Searched refs:dnsUniqueValues (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp521 std::vector<std::string> dnsUniqueValues; in staticNameServers() local
535 if (std::find(dnsUniqueValues.begin(), dnsUniqueValues.end(), ip) == in staticNameServers()
536 dnsUniqueValues.end()) in staticNameServers()
538 dnsUniqueValues.push_back(ip); in staticNameServers()
543 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()