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()
870 StaticGatewayData& staticGateway = in extractIPv6DefaultGatewayData() local872 staticGateway.id = objpath.first.filename(); in extractIPv6DefaultGatewayData()876 "Gateway", staticGateway.gateway, "ProtocolType", in extractIPv6DefaultGatewayData()877 staticGateway.protocol); in extractIPv6DefaultGatewayData()