Home
last modified time | relevance | path

Searched defs:AllIntfInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp98 struct AllIntfInfo struct
100 InterfaceInfo intf;
101 std::optional<stdplus::In4Addr> defgw4 = std::nullopt;
102 std::optional<stdplus::In6Addr> defgw6 = std::nullopt;
103 std::unordered_map<stdplus::SubnetAny, AddressInfo> addrs = {};
104 std::unordered_map<stdplus::InAnyAddr, NeighborInfo> staticNeighs = {};
105 std::unordered_map<std::string, StaticGatewayInfo> staticGateways = {};