Subject: Re: In-kernel PPPoE status
To: None <mason@primenet.com.au>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 07/19/2001 08:58:35
> Currently the in-kernel pppoe version still tries to grab packets even
> when the interface is not configured.

Well - it does that for incoming packets *after* the BPF tap, then tries
to find someone interested in them and drops them if it doesn't find
anyone. That's nearly the same behaviour as without PPPoE interfaces, where
the packets are dropped imediately after the BPF tap.

This used to work (i.e. I successfully ran rp-pppoe whith a kernel that had a
pppoe0 interface). I will check if something broke...

Martin