forked from openbmc/bmcweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multi-host support in systems.hpp
This change introduces multi-host support to systems.hpp. Previously no request handler in systems.hpp was capable of handling the request for a multi-host system (this was indicated by the BMCWEB_EXPERIMENTAL_REDFISH_MULTI_COMPUTER_SYSTEM constant inside the handler used to return a 404 resource not found). This change fixes all occurances in systems.hpp and enables bmcweb to handle a request for multi-host systems. Testing: todo Change-Id: I67c17c3dd7a354fa9a2ebbc56d4def7a7e788909 Signed-off-by: Oliver Brewka <[email protected]>
- Loading branch information
Oliver Brewka
committed
Nov 30, 2024
1 parent
545871e
commit cc26456
Showing
3 changed files
with
529 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.