1 config BR2_PACKAGE_LLDPD
3 depends on BR2_USE_MMU # fork()
4 select BR2_PACKAGE_LIBEVENT
6 lldpd is a 802.1ab implementation (LLDP) to help you locate
7 neighbors of all your equipments.
9 LLDP allows you to know exactly on which port is a server
12 LLDP is an industry standard protocol designed to supplant
13 proprietary Link-Layer protocols such as EDP or CDP. The
14 goal of LLDP is to provide an inter-vendor compatible
15 mechanism to deliver Link-Layer notifications to adjacent
18 lldpd is an ISC-licensed implementation of LLDP for various
19 Unixes. It also supports some proprietary protocols.
21 https://vincentbernat.github.io/lldpd/
25 config BR2_PACKAGE_LLDPD_CDP
29 Enable Cisco Discovery Protocol
31 config BR2_PACKAGE_LLDPD_FDP
35 Enable Foundry Discovery Protocol
37 config BR2_PACKAGE_LLDPD_EDP
41 Enable Extreme Discovery Protocol
43 config BR2_PACKAGE_LLDPD_SONMP
47 Enable SynOptics Network Management
49 config BR2_PACKAGE_LLDPD_LLDPMED
53 Enable LLDP-MED extension
55 config BR2_PACKAGE_LLDPD_DOT1
59 Enable Dot1 extension (VLAN stuff)
61 config BR2_PACKAGE_LLDPD_DOT3
65 Enable Dot3 extension (PHY stuff)
67 config BR2_PACKAGE_LLDPD_CUSTOM_TLV
71 Enable Custom TLV support