chiark / gitweb /
networkd: Introduce Link Layer Discovery Protocol (LLDP)
authorSusant Sahani <susant@redhat.com>
Sun, 23 Nov 2014 04:16:36 +0000 (09:46 +0530)
committerSusant Sahani <susant@redhat.com>
Fri, 19 Dec 2014 02:32:45 +0000 (08:02 +0530)
This patch introduces LLDP support to networkd. it implements the
receiver side of the protocol.

The Link Layer Discovery Protocol (LLDP) is an industry-standard,
vendor-neutral method to allow networked devices to advertise
capabilities, identity, and other information onto a LAN. The Layer 2
protocol, detailed in IEEE 802.1AB-2005.LLDP allows network devices
that operate at the lower layers of a protocol stack (such as
Layer 2 bridges and switches) to learn some of the capabilities
and characteristics of LAN devices available to higher
layer protocols.


No differences found