commit | c7c1c3c2ff37a0e3d500e7eecd749595e8da7337 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Nov 15 14:29:18 2017 -0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Dec 12 05:31:12 2017 +0000 |
tree | 39c7124d80eca76d316ea9a16793007bbd062848 | |
parent | ef7773ccd644cc2356f9a53295d3e58439329f3c [diff] |
multiple channel configuration support Previously, the ipmi daemon only supported eth0 and hard-coded it to channel 1. This allows one to map via a configuration. The channel number provided is checked against a configuration to retrieve the ethernet device identifier, e.g. eth0. Tested: Ran on a quanta-q71l and was able to properly set MAC, IP, Netmask, Gateway IP, and then verified the data was set for the eth1 via `ip addr show eth1`. Change-Id: I92f63188297304e9454fd0d6fe32bc6cf84bb181 Signed-off-by: Patrick Venture <venture@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.