Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2005 16:37:41 +0200 (CEST)
From:      "Michal Vanco" <vanco@satro.sk>
To:        freebsd-stable@freebsd.org
Subject:   Routes not deleted after link down
Message-ID:  <51688.147.175.8.5.1119105461.squirrel@webmail.satronet.sk>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51688.147.175.8.5.1119105461.squirrel>