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 110 111 112 113 114 115 116 117 118 119 120 121 122
|
Source: vde2
Section: net
Priority: optional
Maintainer: Debian VSquare Team <virtualsquare@cs.unibo.it>
Uploaders: Ludovico Gardenghi <garden@debian.org>, Guido Trotter <ultrotter@debian.org>, Filippo Giunchedi <filippo@debian.org>, Luca Bigliardi <shammash@artha.org>
Build-Depends: debhelper (>= 6.0.7~), libssl-dev, libpcap-dev, cdbs, quilt, dh-autoreconf
Homepage: http://vde.sourceforge.net
Standards-Version: 3.9.6
Package: vde2
Section: net
Architecture: any
Depends: adduser, ${shlibs:Depends}, ${misc:Depends}
Suggests: vde2-cryptcab, libpcap0.8, qemu-kvm, qemu
Replaces: vde
Description: Virtual Distributed Ethernet
VDE is a virtual switch that can connect multiple virtual machines together,
both local and remote.
.
Components of the VDE architecture are VDE switches (virtual counterpart of
ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
to connect two switches).
.
VDE 2 includes:
- switch management both from console and from a "unix socket terminal"
- VLAN 801.1q
- FSTP (fast spanning tree)
- distributed cable manager using a blowfish encrypted channel
- wire packet filter to emulate delays and packet loss on virtual wires
.
Examples of VDE uses:
- With VDE it is possible to create a virtual network of QEMU machines
running on several real computer
- VDE can be used to create tunnels (even crossing masqueraded networks)
- VDE can provide mobility support
.
The VDE also provides bi-directional pipe command (dpipe) and remote terminal
for unix sockets (unixterm).
.
The Debian package provides a nice extension for /etc/network/interfaces file
for easy set up.
Package: vde2-cryptcab
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Virtual Distributed Ethernet - CryptCab
VDE is a virtual switch that can connect multiple virtual machines together,
both local and remote.
.
Components of the VDE architecture are VDE switches (virtual counterpart of
ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
to connect two switches).
.
This package contains CryptCab, which can be used to send encrypted data
over an UDP link.
Package: libvdeplug-dev
Section: libdevel
Architecture: any
Replaces: libvdeplug2-dev
Conflicts: libvdeplug2-dev
Provides: libvdeplug2-dev
Depends: libvdeplug2 (= ${binary:Version}), ${misc:Depends}
Description: Virtual Distributed Ethernet - Plug development files
VDE is a virtual switch that can connect multiple virtual machines together,
both local and remote.
.
Components of the VDE architecture are VDE switches (virtual counterpart of
ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
to connect two switches).
.
This package contains the development files for libvdeplug.
Package: libvdeplug2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Virtual Distributed Ethernet - Plug library
VDE is a virtual switch that can connect multiple virtual machines together,
both local and remote.
.
Components of the VDE architecture are VDE switches (virtual counterpart of
ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
to connect two switches).
.
This package contains a library that makes programs able to connect to a local
VDE switch. The simplest one is vde_plug, contained in the vde2 package.
Package: libvde-dev
Section: libdevel
Architecture: any
Depends: libvde0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libvdemgmt0-dev (<= 2.2.2-3)
Replaces: libvdemgmt0-dev, vde2 (<< 2.3.2-1)
Breaks: vde2 (<< 2.3.2-1)
Description: Virtual Distributed Ethernet - support libraries development files
VDE is a virtual switch that can connect multiple virtual machines together,
both local and remote.
.
Components of the VDE architecture are VDE switches (virtual counterpart of
ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
to connect two switches).
.
This package contains the development files for libvde
Package: libvde0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libvdemgmt0 (<= 2.2.2-3)
Replaces: libvdemgmt0
Description: Virtual Distributed Ethernet - support libraries
VDE is a virtual switch that can connect multiple virtual machines together,
both local and remote.
.
Components of the VDE architecture are VDE switches (virtual counterpart of
ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
to connect two switches).
.
This package contains a library to interact with vde_switch management console
using pre-made unattended scripts.
|