File: control

package info (click to toggle)
libteam 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,320 kB
  • ctags: 2,189
  • sloc: ansic: 16,808; sh: 1,190; python: 613; makefile: 110
file content (109 lines) | stat: -rw-r--r-- 4,257 bytes parent folder | download | duplicates (2)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: libteam
Section: net
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf
              ,libdaemon-dev
              ,libdbus-1-dev
              ,libjansson-dev
              ,libnl-3-dev
              ,libnl-cli-3-dev
              ,libnl-genl-3-dev
              ,libnl-route-3-dev (>= 3.2.19)
              ,pkg-config
Standards-Version: 3.9.5
Homepage: http://libteam.org
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libteam.git
Vcs-Git: git://anonscm.debian.org/collab-maint/libteam.git

Package: libteam5
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends:
Description: library for communication with Netlink kernel module
 "libteam" is a library for communication with kernel module (Netlink).
 It is used by `teamd`.
 .
 Libteam provide mechanism to team multiple NICs (ports) into one
 logical one (teamdev) at L2 layer. The process is called "channel
 bonding", "Ethernet bonding", "channel teaming", "link aggregation",
 etc. This is already implemented in the Linux kernel by the bonding
 driver but unlike bonding driver libteam (user space) have the
 following additional features:
  * load-balancing for LACP support
  * NS/NA (IPV6) link monitoring
  * port priorities and stickiness ("primary" option enhancement)
  * separate per-port link monitoring setup
 .
 Libteam requires Linux kernel 3.3 or higher.

Package: libteamdctl0
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends:
Description: library for communication with `teamd` process
 "libteamdctl" is a library for communication with teamd process
 (via D-Bus, unix socket or zeromq). It is used by `teamdctl` utility.
 .
 Libteam provide mechanism to team multiple NICs (ports) into one
 logical one (teamdev) at L2 layer. The process is called "channel
 bonding", "Ethernet bonding", "channel teaming", "link aggregation",
 etc. This is already implemented in the Linux kernel by the bonding
 driver but unlike bonding driver libteam (user space) have the
 following additional features:
  * load-balancing for LACP support
  * NS/NA (IPV6) link monitoring
  * port priorities and stickiness ("primary" option enhancement)
  * separate per-port link monitoring setup
 .
 Libteam requires Linux kernel 3.3 or higher.

Package: libteam-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${misc:Depends}
        ,libteam5 (= ${binary:Version})
        ,libteamdctl0 (= ${binary:Version})
        ,libnl-3-dev
Recommends:
Description: library for controlling team network device -- dev files
 Libteam provide mechanism to team multiple NICs (ports) into one
 logical one (teamdev) at L2 layer. The process is called "channel
 bonding", "Ethernet bonding", "channel teaming", "link aggregation",
 etc. This is already implemented in the Linux kernel by the bonding
 driver but unlike bonding driver libteam (user space) have the
 following additional features:
  * load-balancing for LACP support
  * NS/NA (IPV6) link monitoring
  * port priorities and stickiness ("primary" option enhancement)
  * separate per-port link monitoring setup
 .
 Libteam requires Linux kernel 3.3 or higher.
 .
 This package provides development headers.

Package: libteam-utils
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends:
Description: library for controlling team network device -- userspace utilities
 Libteam provide mechanism to team multiple NICs (ports) into one
 logical one (teamdev) at L2 layer. The process is called "channel
 bonding", "Ethernet bonding", "channel teaming", "link aggregation",
 etc. This is already implemented in the Linux kernel by the bonding
 driver but unlike bonding driver libteam (user space) have the
 following additional features:
  * load-balancing for LACP support
  * NS/NA (IPV6) link monitoring
  * port priorities and stickiness ("primary" option enhancement)
  * separate per-port link monitoring setup
 .
 Libteam requires Linux kernel 3.3 or higher.
 .
 This package provies user-space counterpart for team network driver.