Searched refs:staticGateway (Results 1 – 4 of 4) sorted by relevance
143 for (const auto& [_, staticGateway] : info.staticGateways) in EthernetInterface()145 addStaticGateway(staticGateway); in EthernetInterface()446 ObjectPath EthernetInterface::staticGateway(std::string gateway, in staticGateway() function in phosphor::network::EthernetInterface952 auto& staticGateway = sroutes.emplace_back(); in writeConfigurationFile() local953 staticGateway["Gateway"].emplace_back(temp.second->gateway()); in writeConfigurationFile()954 staticGateway["GatewayOnLink"].emplace_back("true"); in writeConfigurationFile()
142 ObjectPath staticGateway(std::string gateway,
60 return interface.staticGateway(gateway, protocol); in createStaticGatewayObject()
872 StaticGatewayData& staticGateway = in extractIPv6DefaultGatewayData() local874 staticGateway.id = objpath.first.filename(); in extractIPv6DefaultGatewayData()878 "Gateway", staticGateway.gateway, "ProtocolType", in extractIPv6DefaultGatewayData()879 staticGateway.protocol); in extractIPv6DefaultGatewayData()