From owner-freebsd-bugs Mon Oct 21 16:00:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA20255 for bugs-outgoing; Mon, 21 Oct 1996 16:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA20249; Mon, 21 Oct 1996 16:00:02 -0700 (PDT) Date: Mon, 21 Oct 1996 16:00:02 -0700 (PDT) Message-Id: <199610212300.QAA20249@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/1831: routed's rdisc mode is installing incorrectly formatted routes Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1831; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit@freebsd.org, pst@jnx.com Cc: Subject: Re: bin/1831: routed's rdisc mode is installing incorrectly formatted routes Date: Mon, 21 Oct 1996 15:50:49 PDT Paul, Have you run "route monitor" or "netstat -nr" to see in exactly what way the routes are incorrectly formatted? Could it actually simply be that routed is being way too sensitive in response to RTM_LOSING messages? (For example, freefall seems to see about 1 RTM_LOSING every couple of seconds, and yet routed appears to delete the default route after only 1 or 2 RTM_LOSING's). Bill