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