commit | 846af8644d9ba143558a7b1c770b0bfb957cd4d2 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Thu Oct 21 12:48:54 2021 -0700 |
committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Fri Nov 05 07:29:06 2021 -0700 |
tree | 2d44f3d851d6f7a60d0ad6162d8bcb6be8337f21 | |
parent | d2ee98677f1a57e64476d30b755828323cb96f8a [diff] |
Return 'enable' bit false for Get LAN Config Param 56 & 59 The IPMI Get LAN Config Parameter 56 and 59 have different bit definitions for data byte 2. The Static IPv6 (Param 56) defines bit 7 as the 'enable' bit. Param 59 reserves bit 7. Tested: Assigned a static IPv6 address 'ipmitool raw 0xc 2 <nic> 56 0 0' data byte 2 returns 0x80 'ipmitool raw 0xc 2 <nic> 59 0 0' data byte 2 returns 0x00 Assigned DHCP IPv6 'ipmitool raw 0xc 2 <nic> 56 0 0' data byte 2 returns 0x00 'ipmitool raw 0xc 2 <nic> 59 0 0' data byte 2 returns 0x02 Change-Id: I1f5a8cd3ea70088bbd94d0e51805a9c5a1a168fa Signed-off-by: Johnathan Mantey <johnathanx.mantey@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
.