]> git.ipfire.org Git - thirdparty/lldpd.git/blame - debian/control
Export TZ=/etc/localtime to fix timestamps.
[thirdparty/lldpd.git] / debian / control
CommitLineData
43c02e7b
VB
1Source: lldpd
2Section: net
3Priority: optional
4Maintainer: Vincent Bernat <bernat@debian.org>
0c39338e 5Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libsnmp15-dev | libsnmp9-dev | libsnmp-dev, libxml2-dev
93d25046
VB
6Standards-Version: 3.8.4
7Homepage: https://trac.luffy.cx/lldpd/
43c02e7b
VB
8
9Package: lldpd
10Architecture: any
b5562b23 11Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
93d25046 12Suggests: snmpd
43c02e7b 13Description: implementation of IEEE 802.1ab (LLDP)
43c02e7b
VB
14 LLDP is an industry standard protocol designed to supplant
15 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
16 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
17 LLDP is to provide an inter-vendor compatible mechanism to deliver
18 Link-Layer notifications to adjacent network devices.
19 .
93d25046
VB
20 This implementation provides LLDP sending and reception, supports
21 VLAN and includes an SNMP subagent that can interface to an SNMP
22 agent through AgentX protocol.
23 .
24 This daemon is also able to deal with CDP, SONMP, FDP and EDP
b193e97e 25 protocol. It also handles LLDP-MED extension.