From owner-freebsd-questions Tue Mar 12 15:28:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA00814 for questions-outgoing; Tue, 12 Mar 1996 15:28:47 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA00809 for ; Tue, 12 Mar 1996 15:28:45 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14861(2)>; Tue, 12 Mar 1996 15:27:54 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177478>; Tue, 12 Mar 1996 15:27:36 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: "Jay L. West" cc: freebsd-questions@freebsd.org Subject: Re: route problems In-reply-to: Your message of "Tue, 12 Mar 1996 02:37:56 PST." <199603121037.KAA00294@bsd.tseinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Mar 1996 15:27:23 PST From: Bill Fenner Message-Id: <96Mar12.152736pst.177478@crevenia.parc.xerox.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199603121037.KAA00294@bsd.tseinc.com> Jay West wrote: >occasion when the user is NOT dialed in, the route suddenly reappears in the >route table. If I delete it, it comes back in a minute or two. Is this route an ARP entry (e.g. is the L flag set when you do "netstat -nr")? If so, then some patches that I committed a while back might help you. I don't know if it'll apply cleanly to 2.0.5, but you can get the diff at http://www.freebsd.org/cgi-bin/cvsweb/src/sys/netinet/in_rmx.c?r1=1.13.4.1&r2=1 .13.4.2&f=c Bill