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
|
Source: vlan
Section: misc
Priority: extra
Maintainer: Ard van Breemen <ard@kwaak.net>
Build-Depends: debhelper (>= 2), debconf-utils, dh-kpatches (>= 0.7)
Standards-Version: 3.5.5
Package: vlan
Architecture: any
Depends: ${shlibs:Depends}, iproute
Section: misc
Description: User mode programs to enable VLANs on your ethernet devices
This package contains the user mode programs you need to add and remove
VLAN devices from your ethernet devices.
.
A typical application for a VLAN enabled box is a single wire firewall,
router or load balancer.
.
You need a VLAN kernel for this. Kernel versions < 2.4.14 need to be
patched. Currently the VLAN patch is only supported for 2.4 kernels.
Package: kernel-patch-vlan
Architecture: all
Section: misc
Recommends: dpkg-dev, kernel-package, debhelper (>= 2), debconf-utils
Description: Kernel patch for the 2.4 series to enable VLANs on your ethernet devices
This package contains the kernel patch you need to add and remove
VLAN devices from your ethernet devices. Next to that, it contains
patches to make it work with NICE enabled drivers like broadcoms
gigabit drivers.
.
A typical application for a VLAN enabled box is a single wire firewall,
router or load balancer.
.
You need the VLAN package in order for it to be useful. Currently the
patch is only available for 2.4 kernels. Kernels>=2.4.14 only need to
be patched with the NICE patches, and maybe the bugfix patches.
|