commit | 5aae092cab08279d45c7914c466314b356164b7c | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Thu Oct 21 13:05:36 2021 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Nov 30 19:27:00 2021 +0000 |
tree | cc83657679a860cda6ad0cf19fb7a26dc8963ba0 | |
parent | 9bb4a3867ab1cc14605b6fc56a696b18bff80e20 [diff] |
Modify default prefix assignment for Get LAN Config Params 56 & 59 The default prefix should be 0 for IPv6 addresses that are not assigned. This permits the IPv6 address to be reported as "::/0" instead of "::/128". Tested: 'ipmitool raw 0xc 2 <nic> 56 0 0' run when the NIC has a DHCP assigned address returns "::/0" 'ipmitool raw 0xc 2 <nic> 59 0 0' returns the prefix value assigned by the DHCP server. Change-Id: I82d0e44de9c30d858811f2e1dcabc98eb482cc77 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
.