summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apphandler.cpp')
-rw-r--r--apphandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/apphandler.cpp b/apphandler.cpp
index b089331..d59c6ac 100644
--- a/apphandler.cpp
+++ b/apphandler.cpp
@@ -652,5 +652,9 @@ void register_netfn_app_functions()
// <Get Channel Cipher Suites Command>
ipmi_register_callback(NETFUN_APP, IPMI_CMD_GET_CHAN_CIPHER_SUITES, NULL,
getChannelCipherSuites, PRIVILEGE_CALLBACK);
+
+ // <Set Channel Access Command>
+ ipmi_register_callback(NETFUN_APP, IPMI_CMD_SET_CHAN_ACCESS, NULL,
+ ipmi_set_channel_access, PRIVILEGE_ADMIN);
return;
}
OpenPOWER on IntegriCloud