summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2018-03-07 10:34:07 +0530
committerTom Joseph <tomjoseph@in.ibm.com>2018-03-20 06:02:52 +0000
commit93b07d212f6649afe527d6fb244ef977e353a193 (patch)
tree1250720acf65a8040ce72bd9b4859647e4085c09 /apphandler.cpp
parent3ee668f9b4d30499dfa81edb693dbf4cea7541da (diff)
downloadphosphor-host-ipmid-93b07d212f6649afe527d6fb244ef977e353a193.tar.gz
phosphor-host-ipmid-93b07d212f6649afe527d6fb244ef977e353a193.zip
setlan: Remove registration of handler for Set Channel Access
Presently through set channel access command we apply the network changes which is not a standard BMC implementation. It was decided that we should apply the network changes with the timer based approach. Timer based implementation would be done in later commits. This commit only removes the registration handler for set channel access command. Change-Id: Ic67c09d0f688d30be0fc7bfcda4f3290f89baf20 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'apphandler.cpp')
-rw-r--r--apphandler.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/apphandler.cpp b/apphandler.cpp
index a53f491..ac29456 100644
--- a/apphandler.cpp
+++ b/apphandler.cpp
@@ -665,16 +665,6 @@ void register_netfn_app_functions()
ipmi_app_set_acpi_power_state,
PRIVILEGE_ADMIN);
- // <Set Channel Access>
- printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",
- NETFUN_APP,
- IPMI_CMD_SET_CHAN_ACCESS);
- ipmi_register_callback(NETFUN_APP,
- IPMI_CMD_SET_CHAN_ACCESS,
- NULL,
- ipmi_set_channel_access,
- PRIVILEGE_ADMIN);
-
// <Get Channel Access>
printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",
NETFUN_APP,
OpenPOWER on IntegriCloud