From bbaf882dd13f3303b919c10a3ba3cae25e5aad07 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 11 May 2005 05:55:05 +0000 Subject: [PATCH] add icts oem option --- ipmitool/lib/ipmi_oem.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_oem.c b/ipmitool/lib/ipmi_oem.c index 62a151f..bc50a38 100644 --- a/ipmitool/lib/ipmi_oem.c +++ b/ipmitool/lib/ipmi_oem.c @@ -56,7 +56,10 @@ static struct ipmi_oem_handle ipmi_oem_list[] = { name: "intelplus", desc: "Intel IPMI 2.0 BMC with RMCP+ communication support", }, - + { + name: "icts", + desc: "IPMI 2.0 ICTS compliance support", + }, { 0 }, };