summaryrefslogtreecommitdiffstats
path: root/globalhandler.hpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-05-14 09:16:53 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-05-17 18:23:04 +0000
commit5ed395951d17f4f2616c21345cd6652779c8b300 (patch)
tree707d33e9a1390850b3cd25956ffafe175459bd98 /globalhandler.hpp
parent6d5b2f7e1c6e142b6198be45e3766d7d8cf5c9bc (diff)
downloadphosphor-host-ipmid-5ed395951d17f4f2616c21345cd6652779c8b300.tar.gz
phosphor-host-ipmid-5ed395951d17f4f2616c21345cd6652779c8b300.zip
Update current channel mechanism to be usable by netipmid
Getting the current channel is really just an if statement for the requested channel (check for 0x0e) to know if the device channel which is determined by -c <channel> by netipmid and by dbus names in host ipmid. Previously, an ipmi::Context was passed in, but netipmid does not use Context, it just has the channel number. So This change makes it so the the requested channel number and the device channel number are the arguments, which makes the same function usable in both netipmid and ipmid. Tested-by: run the get user access command to see that it uses the current channel. # remote connection over channel 1 ipmitool -I lanplus -H <> ... raw 6 0x44 0xe 1 0f 41 00 74 ipmitool -I lanplus -H <> ... raw 6 0x44 1 1 0f 41 00 74 # on bmc console (current channel does not use users) ipmitool raw 6 0x44 0xe 1 Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x44 rsp=0xcc): Invalid data field in request # request info for channel 1 ipmitool raw 6 0x44 1 1 0f 41 00 74 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Change-Id: Iadad6f93e47d031a6f4724a3db5161051c5b520a
Diffstat (limited to 'globalhandler.hpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud