summaryrefslogtreecommitdiffstats
path: root/transporthandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Add transaction support to Set Lan Cmd and Set Channel Access CmdNan Li2016-11-231-0/+6
| | | | | | | | | | | | | * Ipmid will cache single setting to memory by Set Lan cmd * Add Set Channel Access cmd to ipmid * Set Channel Access cmd is used to apply the previous cached settings TODO: parse the request data of Set Channel Access cmd if needed. Resolves openbmc/openbmc#444 Change-Id: Ia7ac57a551731920ffe69dad5c69c995521fed02 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
* Address review comments for IPMI transport functionsAdriana Kobylak2016-02-091-0/+9
| | | | | | | Call get bus interface instead of using extern. Define the IPMI request parameters. Use snprintf. Initialize dbus variables at the beginning of the function.
* IPMI support for get and set lanAdriana Kobylak2015-10-301-0/+18
Add enough support to query common network parameters and be able to setup the network vi IPMI. Use command line for now.
OpenPOWER on IntegriCloud