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.cpp588 std::vector<std::string> dnsUniqueValues; in staticNameServers() local
602 if (std::find(dnsUniqueValues.begin(), dnsUniqueValues.end(), ip) == in staticNameServers()
603 dnsUniqueValues.end()) in staticNameServers()
605 dnsUniqueValues.push_back(ip); in staticNameServers()
610 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()