> viewing ifconfig shows the new address. HOWEVER, pinging 100.1.1.99, the 
> freebsd machine sends out 100.1.1.1, the OLD address.
> 
> Is this cached/saved somewhere and not getting cleaned up?

in the routing table, apparently. If you do a "route -n get"
for the destination address you see the old one.

Manually flushing the relevant entries in the routing table
does the job (yes it is a bug, it should happen automatically,
and it is not 4.2 specific, it has been there forever)

        cheers
        luigi


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to