diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:02:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:02:34 +0000 |
commit | fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb (patch) | |
tree | a7bde6111c84ea64619656a38fba50909fa0bf60 /osx/resources/welcome.html | |
parent | Initial commit. (diff) | |
download | lldpd-upstream.tar.xz lldpd-upstream.zip |
Adding upstream version 1.0.18.upstream/1.0.18upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | osx/resources/welcome.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/osx/resources/welcome.html b/osx/resources/welcome.html new file mode 100644 index 0000000..8d8f9c3 --- /dev/null +++ b/osx/resources/welcome.html @@ -0,0 +1,23 @@ +<html> + <body style="font-family: Gill Sans, sans-serif"> + <h1><i>lldpd</i>: a 802.1ab implementation</h1> + <p> + <abbr>LLDP</abbr> allows you to know exactly on which port is a + server (and reciprocally). + </p> + + <p> + It is an industry standard protocol designed to supplant + proprietary Link-Layer protocols such as <abbr>EDP</abbr> + or <abbr>CDP</abbr>. The goal of <abbr>LLDP</abbr> is to provide + an inter-vendor compatible mechanism to deliver Link-Layer + notifications to adjacent network devices. + </p> + + <p> + <code>lldpd</code> is an ISC-licensed implementation + of <abbr>LLDP</abbr> for various Unixes. It also supports some + proprietary protocols. + </p> + </body> +</html> |