Your message dated Sat, 12 Jul 2025 21:25:00 +0200 with message-id <[email protected]> and subject line Re: Bug#81219: `ifdown -a' doesn't work if default route changed has caused the Debian Bug report #81219, regarding `ifdown -a' doesn't work if default route changed to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 81219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=81219 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: ifupdown Version: 0.6.4-1 If you remove the default route entry from the routing table, or change it, then `ifdown -a' seems unable to deconfigure the network interface properly, leaving the machine in an unstable state. This worked until I updated the ifupdown package, however now, as you can see, ifdown produces an error message and actually leaves the eth0 interface configured: # /sbin/route del default # ifdown -a SIOCDELRT: No such process # ifconfig -a | grep eth0 eth0 Link encap:Ethernet HWaddr 00:B0:D0:4D:6E:69 Scott -- Scott James Remnant I'm a bloodsucking fiend! Look at my outfit! [email protected] http://netsplit.com/ [work: [email protected]]
--- End Message ---
--- Begin Message ---Source: ifupdown Source-Version: 0.8.44 On Thu, Jan 04, 2001 at 02:43:23PM +0000, Scott James Remnant wrote: > If you remove the default route entry from the routing table, or > change it, then `ifdown -a' seems unable to deconfigure the network > interface properly, leaving the machine in an unstable state. > > This worked until I updated the ifupdown package, however now, as you can > see, ifdown produces an error message and actually leaves the eth0 > interface configured: > > # /sbin/route del default > # ifdown -a > SIOCDELRT: No such process > # ifconfig -a | grep eth0 > eth0 Link encap:Ethernet HWaddr 00:B0:D0:4D:6E:69 I gave this a try on trixie, and it works as expected. root# ifconfig enp0s1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.172.172.2 netmask 255.255.255.0 broadcast 172.172.172.255 ether d6:ed:e8:bd:01:59 txqueuelen 1000 (Ethernet) RX packets 136 bytes 14530 (14.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 197 bytes 21678 (21.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root# ip r del default root# ifdown -a RTNETLINK answers: No such process root# ifconfig root# Lets assume this got fixed. Chris
--- End Message ---

