diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-04-12 18:44:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 17:44:36 +0200 |
commit | c63697205be7ff027860b03d0fcddf40503b43d6 (patch) | |
tree | 46e448a6c6b69ed3180a663495d2c1ec8b50165f /doc | |
parent | 93f02ee507d050eedc88a8b9d66b20c97917e476 (diff) |
Add Label Distribution Protocol support (#2385)
* Add Label Distribution Protocol support
* Fix typo
* Update unit test results
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 40307a124..caa067492 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -715,3 +715,12 @@ References: `Main site <https://wildrift.leagueoflegends.com/>`_ The Elder Scrolls Online is a MMORPG set in the fantasy world of Tamriel. References: `Main site <https://www.elderscrollsonline.com/>`_ + + +.. _Proto 409: + +`NDPI_PROTOCOL_LDP` +===================== +The Label Distribution Protocol (LDP) is a routing protocol used to establish and maintain label-switched paths in a Multiprotocol Label Switching (MPLS) network. + +References: `RFC <https://datatracker.ietf.org/doc/html/rfc5036>`_ |