Home
last modified time | relevance | path

Searched refs:sshEnabled (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp501 std::optional<bool> sshEnabled; in handleManagersNetworkProtocolPatch() local
509 "SSH/ProtocolEnabled", sshEnabled // in handleManagersNetworkProtocolPatch()
550 if (sshEnabled) in handleManagersNetworkProtocolPatch()
552 handleProtocolEnabled(*sshEnabled, asyncResp, in handleManagersNetworkProtocolPatch()