fix(baremetal): try channel 8 for default profile

This commit is contained in:
Qiu Jian
2021-02-04 12:58:26 +08:00
parent 92c9019eaf
commit fee2ef355a
+1 -1
View File
@@ -27,7 +27,7 @@ type IPMIProfile struct {
func DefaultProfile() IPMIProfile {
return IPMIProfile{
LanChannel: []int{1},
LanChannel: []int{1, 2, 8},
RootName: "root",
RootId: 2,
}