diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-18 17:06:14 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-19 19:50:57 +0200 |
commit | f69909d49b82134d5cfe934cba9971cb62bf32cc (patch) | |
tree | 403fc1b16f78abafcfde09a52a14e8eb01a3fdcc /doc/protocols.rst | |
parent | c59fe0b2b53b5b73b31aab406e0c2314172d34ae (diff) |
Add Remote Management Control Protocol (RMCP).
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc/protocols.rst')
-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>`_. |