1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: vdeplug-vlan
Priority: optional
Section: libs
Maintainer: Debian VSquare Team <virtualsquare@cs.unibo.it>
Uploaders: Mattia Biondi <mattia.biondi3@studio.unibo.it>, Renzo Davoli <renzo@cs.unibo.it>, Andrea Capriotti <capriott@debian.org>
Build-Depends: debhelper-compat (= 13), cmake (>= 3.13), libvdeplug-dev (>= 4)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://www.virtualsquare.org/
Vcs-Git: https://salsa.debian.org/virtualsquare-team/vdeplug-vlan.git
Vcs-Browser: https://salsa.debian.org/virtualsquare-team/vdeplug-vlan
Package: libvdeplug-vlan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: libvdeplug nested plugin: VLAN
This libvdeplug nested plugin module implements VLANs (802.1q).
With this plugin VLANs are implemented in a distributed fashion. The
tagging (and untagging) of the packets is done, not by the switch, but
by the plugin (attached to the VM).
|