Bug#400827: vlan aliases don't appear to be supported

2006-11-29 Thread Ard van Breemen
Hello, The following are stanzas from /etc/network/interfaces: iface vlan0002 inet static vlan-raw-device eth0 address 192.168.3.88 netmask 255.255.255.0 iface vlan0002:0 inet static vlan-raw-device eth0 --^ address 192.168.3.89

Bug#400827: vlan aliases don't appear to be supported

2006-11-29 Thread Warren Turkal
On Wednesday 29 November 2006 02:53, Ard van Breemen wrote: For an alias the actual interface must already exist. The vlan-raw-device should therefore not appear on the alias definition, as this tries to create the interface. (This is probably true for all such constructions like tunnels and

Bug#400827: vlan aliases don't appear to be supported

2006-11-28 Thread Warren Turkal
Subject: vlan aliases don't appear to be supported Package: vlan Version: 1.9-2 Severity: normal The vlan additions to the ifupdown processing do not allow the use of a device name like vlan0002:0 as an alias for vlan0002. from the commandline, the following is successful: pyrus:/home/wt#