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