commit | 3b7a4078ee2ab814b9cfa2134134328e287eff2c | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Tue Jan 26 14:24:53 2021 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Mar 16 21:18:50 2021 +0000 |
tree | c356047fdebb6a232896af1397d474e53ad11ea1 | |
parent | be0632321e2a0f4fbe7b0e9c1403121c4db37328 [diff] |
Correct the IPv6 Router Address Configuration command The IPv6 Router Address Configuration Get/Set LAN command was not reporting or modifying the correct portion of the networking system. This command is intended to configure the Routing Advertisement feature of IPv6. It is not a direct reflection of the DHCP state. Systemd-networkd manages the Routing Advertisement via the IPv6AcceptRA parameter, which according to the networkd documentaion, enables/disables IPv6 DHCP functionality. Tested: Issued "ipmitool raw 12 2 3 64 0 0" and was able to read the current state of the IPv6AcceptRA variable. Issued "ipmitool raw 12 1 3 64 2" and saw the configuration file for the channel change, and the addition of a new IPv6 address to the network device. Issued "ipmitool raw 12 1 3 64 0" and saw that configuration file for the channel change, and the removal of the IPv6 address from the network device. Change-Id: Id01441f88ccc9d56449ab8115f4855de74e80cfc 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
.