Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp374 it->second.defgw6.emplace(addr); in addDefGw()
422 if (it->second.defgw6 == addr) in removeDefGw()
424 it->second.defgw6.reset(); in removeDefGw()
H A Dtypes.hpp102 std::optional<stdplus::In6Addr> defgw6 = std::nullopt; member
H A Dethernet_interface.cpp115 if (info.defgw6) in EthernetInterface()
117 EthernetInterface::defaultGateway6(stdplus::toStr(*info.defgw6), true); in EthernetInterface()