From owner-freebsd-hackers Thu Sep 12 09:59:08 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15821 for hackers-outgoing; Thu, 12 Sep 1996 09:59:08 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA15816 for ; Thu, 12 Sep 1996 09:59:07 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15671(2)>; Thu, 12 Sep 1996 09:58:19 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177595>; Thu, 12 Sep 1996 09:57:59 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: Jaye Mathisen cc: hackers@freebsd.org Subject: Re: Routed issues, and some questions on the routed code. Looks flaky. In-reply-to: Your message of "Wed, 11 Sep 1996 15:32:43 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 Sep 1996 09:57:50 PDT From: Bill Fenner Message-Id: <96Sep12.095759pdt.177595@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message you write: >I have FreeBSD acting as a router on several boxes here, and for some >weird reason, it's broadcasting itself as the default route on all >interfaces, even ones where is doesn't make sense. Are you using the "-g" flag? Have you tried turning tracing on with "-T /tmp/routed.trace -t" to see if it says why it's sending default on net C? Bill