summaryrefslogtreecommitdiffstats
path: root/transporthandler.hpp
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2018-03-22 02:15:03 +0530
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-04-18 21:03:02 +0000
commita30c8d3a7ced83129752379cf0ecc88909263381 (patch)
treeae5cf7f9b4e77a3b779c382039bcfd1523f03dd8 /transporthandler.hpp
parent5fb14603817baad7418b627ca41927d9ec7c4fc9 (diff)
downloadphosphor-host-ipmid-a30c8d3a7ced83129752379cf0ecc88909263381.tar.gz
phosphor-host-ipmid-a30c8d3a7ced83129752379cf0ecc88909263381.zip
Implement RMCP+ cipher parameters in Get LAN Config parameters
Change-Id: Ic78965be94b1ba31149a05a29c1a768f06b492e4 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'transporthandler.hpp')
-rw-r--r--transporthandler.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/transporthandler.hpp b/transporthandler.hpp
index f440403..432bd68 100644
--- a/transporthandler.hpp
+++ b/transporthandler.hpp
@@ -26,6 +26,8 @@ static const int LAN_PARM_MAC = 5;
static const int LAN_PARM_SUBNET = 6;
static const int LAN_PARM_GATEWAY = 12;
static const int LAN_PARM_VLAN = 20;
+static const int CIPHER_SUITE_COUNT = 22;
+static const int CIPHER_SUITE_ENTRIES = 23;
constexpr uint8_t SET_COMPLETE = 0;
constexpr uint8_t SET_IN_PROGRESS = 1;
OpenPOWER on IntegriCloud