diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-18 17:06:14 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-18 17:53:28 +0200 |
commit | a0bf9b493db93bc0ebe3017790261c01ff2eab2f (patch) | |
tree | c7c3f3385989cb43ceef6e9832c660645bf5c6cf /doc | |
parent | 01f384f7ff3a989c7765b880cdd8456a682bfb7c (diff) |
Add Remote Management Control Protocol (RMCP).add/rmcp
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 7f7db9ddc..f7e054d83 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -139,3 +139,12 @@ Notes: HAProxy is a free and open source software that provides a high availability load balancer and reverse proxy for TCP and HTTP-based applications that spreads requests across multiple servers. References: `Main site: <https://www.haproxy.org>`_. + + +.. _Proto 351: + +`NDPI_PROTOCOL_RMCP` +==================== +The Intelligent Platform Management Interface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware (BIOS or UEFI) and operating system. + +References: `Protocol Specs: <https://www.dmtf.org/sites/default/files/standards/documents/DSP0114.pdf>`_. |