Subject: Re: Problems with in_addprefix not adding a prefix and notifying the
To: None <tech-net@NetBSD.ORG>
From: Martin Husemann <martin@duskware.de>
List: tech-net
Date: 09/16/2001 17:55:39
> This may be due to the way this interface/route is setup: initially (with no
> PPP connection) the interface is assigned the address 0.0.0.1

Oh, I see: this is because of the remote address is not updated and stays
at 0.0.0.1, matching the 127.0.0.1/0xff00000 routing entry?

So fixing if_spppsubr.c to update the remote address during IPCP negotiation
and maybe restoring it to 0.0.0.1 (i.e. the saved original one) later should
fix this, IIUC.

Am I correct?

Martin