route del stilll fails in 2.1.81

Dietmar Kling (s_dkling@student.uni-ulm.de)
Sat, 24 Jan 1998 23:23:51 +0100


I cannot delete a route in 2.1.81
(using the newest netutils)
Dietmar

minitiger:/usr/src/linux/Documentation # route -V
net-tools 1.432
route 1.94 (1997-09-21)
+NEW_ADDRT +RTF_IRTT +RTF_REJECT -NLS
AF:(inet) +UNIX +INET -INET6 +IPX +AX25 +NETROM +ATALK
HW: +ETHER +ARC +SLIP +PPP +TUNNEL +TR +AX25 +NETROM +FR
minitiger:/usr/src/linux/Documentation # route add 192.168.2.0 eth0
minitiger:/usr/src/linux/Documentation # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.255 H 0 0 0 eth0
192.168.2.0 * 255.255.255.255 UH 0 0 0 eth0
bellenberg.de * 255.255.255.0 U 0 0 0 eth0
minitiger:/usr/src/linux/Documentation # route del 192.168.2.0
minitiger:/usr/src/linux/Documentation # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.255 H 0 0 0 eth0
192.168.2.0 * 255.255.255.255 H 0 0 0 eth0 IT IS STILL HERE
bellenberg.de * 255.255.255.0 U 0 0 0 eth0
minitiger:/usr/src/linux/Documentation # route del 192.168.2.0
SIOCDELRT: No such process
minitiger:/usr/src/linux/Documentation #
minitiger:/usr/src/linux/Documentation # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.255 H 0 0 0 eth0
192.168.2.0 * 255.255.255.255 H 0 0 0 eth0 IT IS STILL HERE
bellenberg.de * 255.255.255.0 U 0 0 0 eth0