]> git.ipfire.org Git - thirdparty/lldpd.git/blob - debian/control
55046c8ae0a809962e32494b9e67439405923b35
[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),
6 cdbs,
7 autotools-dev,
8 dh-autoreconf,
9 libsnmp-dev,
10 libxml2-dev,
11 libevent-dev (>= 2.0.5),
12 libreadline-dev,
13 libbsd-dev,
14 libcap-dev,
15 pkg-config
16 Standards-Version: 3.9.6
17 Homepage: http://vincentbernat.github.com/lldpd/
18
19 Package: lldpd
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
22 Suggests: snmpd
23 Description: implementation of IEEE 802.1ab (LLDP)
24 LLDP is an industry standard protocol designed to supplant
25 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
26 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
27 LLDP is to provide an inter-vendor compatible mechanism to deliver
28 Link-Layer notifications to adjacent network devices.
29 .
30 This implementation provides LLDP sending and reception, supports
31 VLAN and includes an SNMP subagent that can interface to an SNMP
32 agent through AgentX protocol.
33 .
34 This daemon is also able to deal with CDP, SONMP, FDP and EDP
35 protocol. It also handles LLDP-MED extension.
36
37 Package: liblldpctl-dev
38 Section: libdevel
39 Architecture: any
40 Depends: lldpd (= ${binary:Version}), ${misc:Depends}
41 Description: implementation of IEEE 802.1ab (LLDP) - development files
42 LLDP is an industry standard protocol designed to supplant
43 proprietary Link-Layer protocols such as Extreme's EDP (Extreme
44 Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
45 LLDP is to provide an inter-vendor compatible mechanism to deliver
46 Link-Layer notifications to adjacent network devices.
47 .
48 This implementation provides LLDP sending and reception, supports
49 VLAN and includes an SNMP subagent that can interface to an SNMP
50 agent through AgentX protocol.
51 .
52 This daemon is also able to deal with CDP, SONMP, FDP and EDP
53 protocol. It also handles LLDP-MED extension.
54 .
55 This package contains development files to develop clients for lldpd.