Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp86 std::optional<stdplus::In4Addr> defgw4 = std::nullopt; member
H A Dnetwork_manager.cpp367 it->second.defgw4.emplace(addr); in addDefGw()
410 if (it->second.defgw4 == addr) in removeDefGw()
412 it->second.defgw4.reset(); in removeDefGw()
H A Dethernet_interface.cpp113 if (info.defgw4) in EthernetInterface()
115 EthernetInterface::defaultGateway(stdplus::toStr(*info.defgw4), true); in EthernetInterface()