mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-21 16:42:19 +08:00
38 lines
962 B
Markdown
38 lines
962 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: AlexanderAmelkin
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
*Please **DO NOT** report ANYTHING about 1.8.18, it is outdated. Please first check your alleged bug with the latest code from the top of the master branch here.*
|
|
|
|
**IPMITOOL Version**
|
|
|
|
Make sure you're reporting a bug in the latest code taken from `master` branch here, NOT a bug
|
|
that you've found in some version that you've got from your OS vendor or any source other than this repository.
|
|
|
|
```none
|
|
$ ipmitool -V
|
|
<output here>
|
|
```
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Using hardware/BMC '...'
|
|
2. Run `ipmitool ...`
|
|
3. Observe the abnormal reply:
|
|
```none
|
|
abnormal output example
|
|
```
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|