From b5a0f16dca8324492a8b2bd69c82f3438e02fa16 Mon Sep 17 00:00:00 2001 From: Saravanan Palanisamy Date: Mon, 4 Mar 2019 18:34:44 +0530 Subject: Add: Get channel payload support command Implemented Get Channel Payload Support command (IPMI Spec sec 24.8) The same is implemented under channel commands, and will be available for both Host & Net ipmid. Uses channel configuration to differentiate between session / session-less channel Tested-by: 1. Verified command executed successfully for session based channel ipmitool raw 6 0x4E 0x1 // Command 03 00 15 00 00 00 00 00 // Response 2. Verified sessionless channel error is returned. Change-Id: I8b294234415b4467aeae6c23c192750471536f4e Signed-off-by: Saravanan Palanisamy Signed-off-by: Richard Marian Thomaiyar --- host-ipmid-whitelist.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'host-ipmid-whitelist.conf') diff --git a/host-ipmid-whitelist.conf b/host-ipmid-whitelist.conf index 7ac432c..961214d 100644 --- a/host-ipmid-whitelist.conf +++ b/host-ipmid-whitelist.conf @@ -26,6 +26,7 @@ 0x06:0x36 //: 0x06:0x37 //: 0x06:0x42 //: +0x06:0x4E //: 0x06:0x54 //: 0x0A:0x10 //: 0x0A:0x11 //: -- cgit v1.2.1