File: control

package info (click to toggle)
vdeplug4 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: ansic: 4,280; makefile: 17
file content (103 lines) | stat: -rw-r--r-- 4,534 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
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
Source: vdeplug4
Section: net
Priority: optional
Maintainer: Debian VirtualSquare Team <virtualsquare@cs.unibo.it>
Uploaders: Mattia Biondi <mattiabiondi1@gmail.com>, Renzo Davoli <renzo@cs.unibo.it>, Andrea Capriotti <capriott@debian.org>
Build-Depends: debhelper-compat (= 13), cmake (>= 3.13), libexecs-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://wiki.virtualsquare.org/
Vcs-Browser: https://salsa.debian.org/virtualsquare-team/vdeplug4
Vcs-Git: https://salsa.debian.org/virtualsquare-team/vdeplug4.git

Package: vdeplug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvdeplug2 (= ${binary:Version})
Breaks: vde2 (<< 2.3.2+r586-3)
Replaces: vde2 (<< 2.3.2+r586-3)
Description: Virtual Distributed Ethernet: A modular virtual plug to the VDE
 VDE provides a versatile support to create Ethernet compliant
 virtual networks. The vdeplug library, like an ethernet plug, can
 be used to connect virtual machines, namespaces, IoTh (Internet
 of Threads) processes or VDE utility commands to virtual networks.
 .
 This library uses plug-ins to support several VDE implementations
 and to be open to new developments in virtual networking.
 .
 Several plugins are included as standard extensions of the library, e.g.:
  - vde: connect to legacy vde_switch (provided by vde2) or
    to virtual networking sockets, see below
  - vxvde: this plug-in implements distributed virtual switches
    (implementation of a Local Area Cloud)
  - tap: connect to a tuntap interface
  - udp: udp tunnelling
  - ptp: point to point connection
  - vxlan: the plug becomes a vxlan's VTEP
  - cmd: stream the network flow to a command
 A plug can provide virtual networking sockets where other plug can
 be connected (using the vde plugin)
  - hub: the plug implements a hub
  - switch: the plug implements a switch
 .
 This package contains some utility tools for VDE including vde_plug.

Package: libvdeplug2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libexecs0
Description: Virtual Distributed Ethernet - Plug library
 VDE provides a versatile support to create Ethernet compliant
 virtual networks. The vdeplug library, like an ethernet plug, can
 be used to connect virtual machines, namespaces, IoTh (Internet
 of Threads) processes or VDE utility commands to virtual networks.
 .
 This library uses plug-ins to support several VDE implementations
 and to be open to new developments in virtual networking.
 .
 Several plugins are included as standard extensions of the library, e.g.:
  - vde: connect to legacy vde_switch (provided by vde2) or
    to virtual networking sockets, see below
  - vxvde: this plug-in implements distributed virtual switches
    (implementation of a Local Area Cloud)
  - tap: connect to a tuntap interface
  - udp: udp tunnelling
  - ptp: point to point connection
  - vxlan: the plug becomes a vxlan's VTEP
  - cmd: stream the network flow to a command
 A plug can provide virtual networking sockets where other plug can
 be connected (using the vde plugin)
  - hub: the plug implements a hub
  - switch: the plug implements a switch
 .
 This package contains a modular library and a set of plugins supporting
 several VDE implementations

Package: libvdeplug-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libvdeplug2 (= ${binary:Version})
Description: Virtual Distributed Ethernet - Plug development files
 VDE provides a versatile support to create Ethernet compliant
 virtual networks. The vdeplug library, like an ethernet plug, can
 be used to connect virtual machines, namespaces, IoTh (Internet
 of Threads) processes or VDE utility commands to virtual networks.
 .
 This library uses plug-ins to support several VDE implementations
 and to be open to new developments in virtual networking.
 .
 Several plugins are included as standard extensions of the library, e.g.:
  - vde: connect to legacy vde_switch (provided by vde2) or
    to virtual networking sockets, see below
  - vxvde: this plug-in implements distributed virtual switches
    (implementation of a Local Area Cloud)
  - tap: connect to a tuntap interface
  - udp: udp tunnelling
  - ptp: point to point connection
  - vxlan: the plug becomes a vxlan's VTEP
  - cmd: stream the network flow to a command
 A plug can provide virtual networking sockets where other plug can
 be connected (using the vde plugin)
  - hub: the plug implements a hub
  - switch: the plug implements a switch
 .
 This package contains the development files for libvdeplug.