Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 1999 08:28:34 -0500 (CDT)
From:      Mark Tinguely <tinguely@plains.NoDak.edu>
To:        barrett@phoenix.aye.net, dennis@etinc.com
Cc:        hackers@FreeBSD.ORG
Subject:   Re: IP address caching bug?
Message-ID:  <199909011328.IAA32664@plains.NoDak.edu>

next in thread | raw e-mail | index | archive | help

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909011328.IAA32664>