Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp85 struct StaticGatewayInfo struct
87 unsigned ifidx;
88 std::optional<std::string> gateway;
89 std::optional<std::string> protocol;
91 constexpr bool operator==(const StaticGatewayInfo& rhs) const noexcept in operator ==()