blob: 3215bc2e6bbcfea440a3d687a74dc66d64a3f510 [file] [log] [blame]
From eee0dcae475618bef686198baf28c750de9a63a5 Mon Sep 17 00:00:00 2001
From: Jim Yuan <jim.yuan@supermicro.com>
Date: Tue, 11 Oct 2016 10:00:15 -0700
Subject: [PATCH 04/14] change esel command netfn to IBM 0x3a
Signed-off-by: Jim Yuan <jim.yuan@supermicro.com>
---
src/include/usr/ipmi/ipmiif.H | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/usr/ipmi/ipmiif.H b/src/include/usr/ipmi/ipmiif.H
index 5c2444f26..94fca5fb6 100644
--- a/src/include/usr/ipmi/ipmiif.H
+++ b/src/include/usr/ipmi/ipmiif.H
@@ -265,7 +265,7 @@ namespace IPMI
//AMI-specific storage messages
inline const command_t partial_add_esel(void)
- { return std::make_pair(NETFUN_AMI, 0xf0); }
+ { return std::make_pair(NETFUN_IBM, 0xf0); }
// event messages
inline const command_t platform_event(void)
--
2.16.2.windows.1