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.hpp486 std::optional<bool> sshEnabled; in handleManagersNetworkProtocolPatch() local
494 "SSH/ProtocolEnabled", sshEnabled // in handleManagersNetworkProtocolPatch()
535 if (sshEnabled) in handleManagersNetworkProtocolPatch()
537 handleProtocolEnabled(*sshEnabled, asyncResp, in handleManagersNetworkProtocolPatch()