From owner-freebsd-hackers Wed Sep 1 6:31:22 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from plains.NoDak.edu (plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (Postfix) with ESMTP id EBC54154D2 for ; Wed, 1 Sep 1999 06:31:00 -0700 (PDT) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.9.3/8.9.3) id IAA32664; Wed, 1 Sep 1999 08:28:34 -0500 (CDT) Date: Wed, 1 Sep 1999 08:28:34 -0500 (CDT) From: Mark Tinguely Message-Id: <199909011328.IAA32664@plains.NoDak.edu> To: barrett@phoenix.aye.net, dennis@etinc.com Subject: Re: IP address caching bug? Cc: hackers@FreeBSD.ORG Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It seems that an interface configured with an address, which is then > deleted, and then set to a different address on the same network, the > machine continues to use the original address although all evidence of it > is gone. delete any static routes before adding a new address: # route flush most of the time these routes were automatically learned with normal net use. FreeBSD has behaved like this for a long time. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message