Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp130 dhcp6Conf.emplace(bus, this->objPath + "/dhcp6", *this, DHCPType::v6); in EthernetInterface()
860 dhcp6["UseDNS"].emplace_back(tfStr(dhcp6Conf->dnsEnabled())); in writeConfigurationFile()
861 dhcp6["UseDomains"].emplace_back(tfStr(dhcp6Conf->domainEnabled())); in writeConfigurationFile()
862 dhcp6["UseNTP"].emplace_back(tfStr(dhcp6Conf->ntpEnabled())); in writeConfigurationFile()
863 dhcp6["UseHostname"].emplace_back(tfStr(dhcp6Conf->hostNameEnabled())); in writeConfigurationFile()
865 tfStr(dhcp6Conf->sendHostNameEnabled())); in writeConfigurationFile()
H A Dethernet_interface.hpp270 std::optional<dhcp::Configuration> dhcp4Conf, dhcp6Conf; member in phosphor::network::EthernetInterface