Package: vlan
Version: 1.9-3.1
Severity: important

Dear Maintainer,

After the patch has been applied fixing bug #705456 breaks configuration
which worked and was perfectly correct before. Applying a patch to fix a
problem should never cause valid uses of the package before suddenly
stop working.

Prior to vlan version 1.9-3.1 the following config worked as intended:
# The vlan carrying interface
auto eth1
iface eth1 inet manual
    
auto vmbr20
iface vmbr20 inet static
    address 172.16.2.60
    netmask 255.255.255.0
    bridge_ports eth1.20
    bridge_stp off
    bridge_fd 0
    bridge_maxwait 5
    
auto vmbr30
iface vmbr30 inet static
    address 172.16.3.60
    netmask 255.255.255.0
    bridge_ports eth1.30
    bridge_stp off
    bridge_fd 0
    bridge_maxwait 5

But after applying diff to fix bug #705456 the vlan's are not
crated causing bridges to be created untagged which breaks
networking. To have it working again you are now forced to add
vlan-raw-device configuration which should not be needed according
to manual. See below.

# The vlan carrying interface
auto eth1
iface eth1 inet manual

auto vmbr20
iface vmbr20 inet static
    address 172.16.2.60
    netmask 255.255.255.0
    bridge_ports eth1.20
    bridge_stp off
    bridge_fd 0
    bridge_maxwait 5
    vlan-raw-device eth1

auto vmbr30
iface vmbr30 inet static
    address 172.16.3.60
    netmask 255.255.255.0
    bridge_ports eth1.30
    bridge_stp off
    bridge_fd 0
    bridge_maxwait 5
    vlan-raw-device eth1

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vlan depends on:
ii  iproute2  3.12.0-2
ii  libc6     2.18-4

vlan recommends no packages.

vlan suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to