commit | cf19d1462e1d0dff69e884fbc135f77a3f456afc | [log] [tgz] |
---|---|---|
author | Jian Zhang <zhangjian.3032@bytedance.com> | Mon Jul 31 10:22:53 2023 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Aug 07 21:18:48 2023 +0000 |
tree | 06b2fdd8556c81dcda8c66933d91b149750584f6 | |
parent | 64b7621ca4892b8fdeb2d850ae2758d1e919d8c6 [diff] |
Add Lan channel check for Set/Get Lan Commands The `ipmitool lan6 print <invalid_lan_channel> command has a lot of error messages, we should check thar the channel we are using is a vaild lan channel. if not, return `invalid filed`. BTW, the `ipmitool lan print <invalid_lan_channel>` without the error, because the `lan print` using the `getChannelInfo` command first, and checked it in the `ipmitool`, `lan6 print` doesn't. Anyway, we should check it in BMC side. Change-Id: I229f8b607a4f9a8038dc4892ae982d29a6bedb19 Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage