From owner-freebsd-hackers Wed Nov 27 14:12:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16113 for hackers-outgoing; Wed, 27 Nov 1996 14:12:05 -0800 (PST) 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 OAA16065 for ; Wed, 27 Nov 1996 14:12:00 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <18003(4)>; Wed, 27 Nov 1996 14:11:28 PST Received: by crevenia.parc.xerox.com id <177711>; Wed, 27 Nov 1996 14:10:55 -0800 From: Bill Fenner To: fenner@parc.xerox.com, hench@cae.uwm.edu Subject: Re: RTM_LOSING w/o gateway? Cc: hackers@freebsd.org Message-Id: <96Nov27.141055pst.177711@crevenia.parc.xerox.com> Date: Wed, 27 Nov 1996 14:10:49 PST Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >the machines DO unconditionally reboot when user logs off Seems likely, then, that these are due to TCP connections that were open when the machine rebooted. Presumably you only see RTM_LOSING for a particular machine while it's rebooting, and then the connection gets reset. It's fairly obvious that an RTM_LOSING for a local host is not something that routed should complain about; I'll take a look at the code. Bill