File: control

package info (click to toggle)
lldpad 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,180 kB
  • sloc: ansic: 47,310; sh: 2,006; lex: 1,037; makefile: 140
file content (62 lines) | stat: -rw-r--r-- 2,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: lldpad
Section: net
Priority: optional
Maintainer: Debian FCoE Maintainers <team+fcoe@tracker.debian.org>
Uploaders:
 Jacob Luna Lundberg <jacob@gnifty.net>,
 Valentin Vidic <vvidic@debian.org>,
 tony mancill <tmancill@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkg-config,
 libconfig-dev (>= 1.3.2~),
 libnl-3-dev,
 flex,
 libreadline-dev,
 dpkg-dev (>= 1.16.1~)
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/intel/openlldp
Vcs-Browser: https://salsa.debian.org/fcoe-team/lldpad
Vcs-Git: https://salsa.debian.org/fcoe-team/lldpad.git

Package: lldpad-dev
Section: libdevel
Architecture: any
Multi-Arch: no
Depends: lldpad (= ${binary:Version}), ${misc:Depends}
Description: Link Layer Discovery Protocol Implementation (Development headers)
 The lldpad package is an implementation of the Link Layer Discovery
 Protocol (LLDP).  It originated from Intel's Data Center Bridging (DCB)
 software - the dcbd package.  The lldpad package adds LLDP support
 for all ports in addition to DCB Exchange protocol (DCBX) support on DCB
 capable ports (as was provided by dcbd).  Also, support for additional
 LLDP TLVs has been added.
 .
 DCB is a collection of emerging standards-based technologies designed to
 allow Ethernet to support multiple types of traffic classes in the Data
 Center.  The DCBX functionality of this package is designed to work with
 the DCB kernel interface (dcbnl in rtnetlink) that is included in the Linux
 kernel 2.6.29 or higher.  The Intel ixgbe driver supports the dcbnl interface.
 .
 This package contains lldpad development headers.

Package: lldpad
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: lsb-base, ${shlibs:Depends}, ${misc:Depends}
Description: Link Layer Discovery Protocol Implementation (Runtime)
 The lldpad package is an implementation of the Link Layer Discovery
 Protocol (LLDP).  It originated from Intel's Data Center Bridging (DCB)
 software - the dcbd package.  The lldpad package adds LLDP support
 for all ports in addition to DCB Exchange protocol (DCBX) support on DCB
 capable ports (as was provided by dcbd).  Also, support for additional
 LLDP TLVs has been added.
 .
 DCB is a collection of emerging standards-based technologies designed to
 allow Ethernet to support multiple types of traffic classes in the Data
 Center.  The DCBX functionality of this package is designed to work with
 the DCB kernel interface (dcbnl in rtnetlink) that is included in the Linux
 kernel 2.6.29 or higher.  The Intel ixgbe driver supports the dcbnl interface.
 .
 This package contains lldpad runtime binaries.