Subject: Re: /sbin/route -interface issues w.r.t. routed,gated ...
To: Andreas Hallmann <hallmann@ahatec.de>
From: Martin Husemann <martin@duskware.de>
List: tech-net
Date: 09/30/2006 00:10:44
On Fri, Sep 29, 2006 at 11:32:55PM +0200, Andreas Hallmann wrote:
> I don't think it is confused by 0.0.0.0 -> 217.173.147.11
> It only meens that 217.173.147.11 is the hop for the default route.

Hmm, can you add debug code to sbin/routed/if.c:if_link and check if
pppoe0 gets added to the interface list? The other problem could be
that it's ifp->int_dstaddr gets out of sync, you could check with
a printf in if.c:iflookup, in the POINTTOPOINT case by printing
ifp->int_dstaddr and addr.

Martin