diff options
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> |