Download List

Projeto Descrição

VLAN is an implementation of the 802.1Q VLAN protocol for Linux. It allows one to have Virtual LANs on a single ethernet cable, giving you the ability to segregate LANs efficiently. It should support up to 4094 vlan interfaces per ethernet device.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-08-17 05:34
1.4

Remoção da dependência do sistema de arquivos / proc, uma correção para um bug acidente com kmalloc & UML, crescendo o cabeçalho skbuff em hard_start_xmit para contornar problema MPLS, e uma correção de um erro de digitação no visor / proc.
Tags: Major bugfixes
Removal of the dependency on /proc filesystem, a fix for a crash bug with kmalloc & UML, growing the skbuff header in hard_start_xmit to work around MPLS problem, and a fix for a typo in the /proc display.

2001-08-06 12:12
1.0.3

Retrabalhar o código a ser mais estável e mais em linha com o que os mantenedores do kernel quer ver, dispositivos de VLAN são normalmente removidos do kernel se o seu dispositivo ethernet é removida, e mudar o padrão de nomenclatura para eth0.5 em vez de vlan5.
Tags: Minor feature enhancements
Reworking the code to be more stable and more in-line with what the kernel maintainers want to see, VLAN devices are gracefully removed from the kernel if their ethernet device is removed, and changing the default naming to eth0.5 instead of vlan5.

2001-04-17 09:58
1.0.1

Esta versão incorpora uma correção para mudar um MAC em uma VLAN, inclui um one-liner que deveria permitir VLANs para ser compilado como um módulo, e os patches VLAN agora o suporte ao kernel 2.2.19 e 2.4.4-pre3.
Tags: Minor bugfixes
This release incorporates a fix for changing a MAC
on a VLAN, includes a one-liner that should allow
VLANs to be compiled as a module, and the VLAN
patches now support kernel 2.2.19 and 2.4.4-pre3.

2001-01-30 15:14
1.0.0

MAC capacidade de mudança foi devidamente corrigido. Quando você muda o endereço MAC em uma VLAN, ele também irá tentar definir o dispositivo subjacente ao modo PROMISC. Hash-lookup dispositivo está desativado por padrão porque algumas pessoas tiveram problemas com o dispositivo de 'lo'.
MAC change ability has been properly fixed. When you change the MAC address on a VLAN, it will also attempt to set the underlying device to PROMISC mode. Hashed-device lookup is disabled by default because some people had trouble with the 'lo' device.

2001-01-30 15:14
0.0.9

VLAN nomes têm agora a VID no nome, e um patch para o servidor ISC dhcpd é que lhe permitam servir DHCP sobre VLAN interfaces.
VLAN names now have the VID in the name, and a patch for ISC's dhcpd server to allow it to serve DHCP over VLAN interfaces.

Project Resources