From owner-freebsd-hackers Thu Oct 10 01:38:55 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA00423 for hackers-outgoing; Thu, 10 Oct 1996 01:38:55 -0700 (PDT) Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA00408 for ; Thu, 10 Oct 1996 01:38:40 -0700 (PDT) Received: (from imb@localhost) by asstdc.scgt.oz.au (8.7.6/BSD4.4) id SAA19800 Thu, 10 Oct 1996 18:38:00 +1000 (EST) From: michael butler Message-Id: <199610100838.SAA19800@asstdc.scgt.oz.au> Subject: Re: Annoying artifact of the routing code In-Reply-To: <325C8717.167EB0E7@whistle.com> from Julian Elischer at "Oct 9, 96 10:18:15 pm" To: julian@whistle.com (Julian Elischer) Date: Thu, 10 Oct 1996 18:37:58 +1000 (EST) Cc: hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Julian Elischer writes: > The following bug has been annoying us here for ages > I recently decided to track it down.. > set up device (ethernet) to use address A.B.C.D > do some work > change device to new address A.B.C.E I remember having a conversation with Ravi from Cisco in June about this because I managed to totally confuse one of their routers (required reload) by doing this :-) He seemed to think that the 'correct' thing to do was to invalidate any cached arp entries (held by others) for the old address by means of some broadcast on the ether concerned. Is such an arp packet defined or is it a 'Cisco special' ? If it is a 'standard' mechanism, why don't we use it in such cases ? michael