lldpd: new package
authorJulien Floret <julien.floret@6wind.com>
Tue, 19 Jan 2016 11:10:53 +0000 (12:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 20 Jan 2016 21:58:09 +0000 (22:58 +0100)
commitf850ff4ccaabefbffb905c69a1697312a301326a
tree9acc247d75c86548a846270e385ca11227c89750
parent1e209d022d751b7874e71858b59ca6cd320d50fc
lldpd: new package

lldpd is a 802.1ab implementation (LLDP) to help you locate neighbors
of all your equipments.

LLDP is an industry standard protocol designed to supplant proprietary
Link-Layer protocols such as EDP or CDP. The goal of LLDP is to
provide an inter-vendor compatible mechanism to deliver Link-Layer
notifications to adjacent network devices.

https://vincentbernat.github.io/lldpd/

[Thomas:
 - add depends on BR2_USE_MMU, since fork() is used
 - rewrap Config.in help text]

Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/lldpd/Config.in [new file with mode: 0644]
package/lldpd/lldpd.hash [new file with mode: 0644]
package/lldpd/lldpd.mk [new file with mode: 0644]