Package: ifupdown
Version: 0.6.9
Severity: normal

Hi,

With a /etc/network/interfaces like this:

auto bond0
iface bond0 inet static
        address [...]
        [...]

auto vlan8
iface vlan8 inet static
        vlan-raw-device bond0
        address [...]
        netmask [...]
        gateway [...]

/etc/init.d/network stop fails to bring down vlan8, because it downs bond0
first, which deletes all routes, so deleting the default gateway gives error:

SIOCDELRT: No such process

Maybe the iproute tool will be more forgiving, but this bites on Sid now...
-- 
Thanks,
Feri.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to