Home
last modified time | relevance | path

Searched refs:staticGateway (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp139 for (const auto& [_, staticGateway] : info.staticGateways) in EthernetInterface()
141 addStaticGateway(staticGateway); in EthernetInterface()
389 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway() function in phosphor::network::EthernetInterface
872 auto& staticGateway = sroutes.emplace_back(); in writeConfigurationFile() local
873 staticGateway["Gateway"].emplace_back(temp.second->gateway()); in writeConfigurationFile()
874 staticGateway["GatewayOnLink"].emplace_back("true"); in writeConfigurationFile()
H A Dethernet_interface.hpp142 ObjectPath staticGateway(std::string gateway,
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp60 return interface.staticGateway(gateway, protocol); in createStaticGatewayObject()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp846 StaticGatewayData& staticGateway = in extractIPv6DefaultGatewayData() local
848 staticGateway.id = objpath.first.filename(); in extractIPv6DefaultGatewayData()
852 "Gateway", staticGateway.gateway, "ProtocolType", in extractIPv6DefaultGatewayData()
853 staticGateway.protocol); in extractIPv6DefaultGatewayData()