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.cpp535 std::vector<std::string> dnsUniqueValues; in staticNameServers() local
549 if (std::find(dnsUniqueValues.begin(), dnsUniqueValues.end(), ip) == in staticNameServers()
550 dnsUniqueValues.end()) in staticNameServers()
552 dnsUniqueValues.push_back(ip); in staticNameServers()
557 EthernetInterfaceIntf::staticNameServers(std::move(dnsUniqueValues)); in staticNameServers()