Routes not deleted after link down

Michal Vanco vanco at satro.sk
Sat Jun 18 14:37:46 GMT 2005


Hi,

i discovered that routes are not deleted from routing table after
link on interface goes down. For example:

> netstat -rnf inet | grep bge0
default            10.1.14.1          UGS         0   135968   bge0
10.1/17            link#1             UC          0        0   bge0

> route -n monitor

got message of size 96 on Sat Jun 18 15:10:38 2005
RTM_IFINFO: iface status change: len 96, if# 1, link: down,
+flags:<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>

> netstat -rnf inet | grep bge0
default            10.1.14.1          UGS         0   136011   bge0
10.1/17            link#1             UC          0        0   bge0

Should't all routes via bge0 be deleted after link on bge0 goes down?

thanks
michal




More information about the freebsd-stable mailing list