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.hpp508 std::optional<bool> sshEnabled; in handleManagersNetworkProtocolPatch() local
517 "SSH/ProtocolEnabled", sshEnabled)) in handleManagersNetworkProtocolPatch()
558 if (sshEnabled) in handleManagersNetworkProtocolPatch()
560 handleProtocolEnabled(*sshEnabled, asyncResp, in handleManagersNetworkProtocolPatch()