commit | 49a33f93879d96e2bd73018055bfbc4187c3e47e | [log] [tgz] |
---|---|---|
author | Kuiying Wang <kuiying.wang@intel.com> | Thu Jul 26 16:24:22 2018 +0800 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Thu Aug 02 18:10:20 2018 +0000 |
tree | 192eccdfc7823021364dd9fc0ae44ea1dbb2a93f | |
parent | 6f2c8cda4154f76219084a6e49eea9078e8d58ec [diff] |
Incorrect definition for Chassis net functions The enum definition for Chassis net functions in chassishandler.h is wrong. It should be defined as ipmi_netfn_chassis_cmds but not ipmi_netfn_app_cmds which is defined in apphandler.h. Change-Id: I26680d19b8c3be7ae2f832f851149352f0ed6303 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.