Searched refs:staticGateway (Results 1 – 4 of 4) sorted by relevance
139 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::EthernetInterface872 auto& staticGateway = sroutes.emplace_back(); in writeConfigurationFile() local873 staticGateway["Gateway"].emplace_back(temp.second->gateway()); in writeConfigurationFile()874 staticGateway["GatewayOnLink"].emplace_back("true"); in writeConfigurationFile()
142 ObjectPath staticGateway(std::string gateway,
60 return interface.staticGateway(gateway, protocol); in createStaticGatewayObject()
846 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()