Package: ifupdown
Version: 0.7.8
Severity: important

Dear Maintainer,

Whenever the interface has multiple aliases, ex.
    inet 10.102.160.2/24 brd 10.102.160.255 scope global eth0
    inet 10.102.160.1/24 brd 10.102.160.255 scope global secondary eth0:1

.... and you want to take the alias down while keeping the primary IP running 
by issuing:

    # ifdown -v eth0:1

.... ifdown will try to run "ip link del eth0:1" which yields an error in case 
eth0 is a physical interface or takes the whole interface down if it is bonding 
or vlan tagged interface.

The previous version of ifupdown 0.6.10, found in squeeze, would run "ifconfig 
eth0:1 down" instead. That works fine with aliases in all the situations above.

The difference is found in the sources in file "ifupdown.nw" lines 5969-5976. 
Should you go back to using ifconfig, or maybe fix the issue some other way?

Thank you,
Anthony


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ifupdown depends on:
ii  dpkg         1.16.10
ii  initscripts  2.88dsf-41
ii  iproute      20120521-3+b3
ii  libc6        2.13-38
ii  lsb-base     4.1+Debian8

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  isc-dhcp-client [dhcp-client]  4.2.2.dfsg.1-5+deb70u3
ii  net-tools                      1.60-24.2
pn  ppp                            <none>
pn  rdnssd                         <none>

-- 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