mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: Need a URL for PPPoE by Michal Ostrowski
  2002-06-19  1:48 Need a URL for PPPoE by Michal Ostrowski David Ford
@ 2002-06-19  1:47 ` David S. Miller
  2002-06-19  2:00   ` David Ford
  0 siblings, 1 reply; 6+ messages in thread
From: David S. Miller @ 2002-06-19  1:47 UTC (permalink / raw)
  To: david+cert; +Cc: linux-kernel

   From: David Ford <david+cert@blue-labs.org>
   Date: Tue, 18 Jun 2002 21:48:08 -0400
   
   Would someone kindly advise me of where I can get a current patch for 
   kernel mode PPPoE?

No kernel patch is necessary, pppoe/pppox has been in the kernel for
some time now.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Need a URL for PPPoE by Michal Ostrowski
@ 2002-06-19  1:48 David Ford
  2002-06-19  1:47 ` David S. Miller
  0 siblings, 1 reply; 6+ messages in thread
From: David Ford @ 2002-06-19  1:48 UTC (permalink / raw)
  To: linux-kernel

The URL listed for the PPPoE patch in the Configure help is now a 404. 
(http://www.shoshin.uwaterloo.ca/~mostrows/)

Would someone kindly advise me of where I can get a current patch for 
kernel mode PPPoE?

Thank you,
David



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Need a URL for PPPoE by Michal Ostrowski
  2002-06-19  1:47 ` David S. Miller
@ 2002-06-19  2:00   ` David Ford
  2002-06-19  5:15     ` Michael Schlenstedt
  0 siblings, 1 reply; 6+ messages in thread
From: David Ford @ 2002-06-19  2:00 UTC (permalink / raw)
  To: David S. Miller, linux-kernel

Yes, I'm looking for the patch that is required for pppd, or is that no 
longer the case?

Thanks,
David

David S. Miller wrote:

>   From: David Ford <david+cert@blue-labs.org>
>   Date: Tue, 18 Jun 2002 21:48:08 -0400
>   
>   Would someone kindly advise me of where I can get a current patch for 
>   kernel mode PPPoE?
>
>No kernel patch is necessary, pppoe/pppox has been in the kernel for
>some time now.
>  
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Need a URL for PPPoE by Michal Ostrowski
  2002-06-19  2:00   ` David Ford
@ 2002-06-19  5:15     ` Michael Schlenstedt
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Schlenstedt @ 2002-06-19  5:15 UTC (permalink / raw)
  To: linux-kernel

On Die Jun 18, 2002, David Ford <david+cert@blue-labs.org> wrote:

> Yes, I'm looking for the patch that is required for pppd, or is that no 
> longer the case?

There's no need for an extra patch, all stuff is now in the cvs-version
of pppd (2.4.2 beta). Just get the cvs-version from [1]

Nevertheless, you can find the old patch at [2], but for an up-to-date
version, you must use the cvs-stuff.

Bye,
Michael


References:
  1. http://ppp.samba.org/ppp/download.html
  2. ftp://ftp.adsl4linux.de/mirrors/big.uwaterloo.ca/mostrows/

-- 
ADSL4Linux:                http://www.adsl4linux.de
Erste Hilfe im Webforum:   http://www.adsl4linux.de/forum
ADSL4Linux-Mailinglisten:  http://www.adsl4linux.de/majordomo
Lob/Kritik/Sonstiges:      feedback@adsl4linux.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Need a URL for PPPoE by Michal Ostrowski
  2002-09-05 20:48 Greg Stark
@ 2002-09-06  8:49 ` Ingo Oeser
  0 siblings, 0 replies; 6+ messages in thread
From: Ingo Oeser @ 2002-09-06  8:49 UTC (permalink / raw)
  To: Greg Stark; +Cc: linux-kernel

On Thu, Sep 05, 2002 at 04:48:09PM -0400, Greg Stark wrote:
> In June someone inquired about the Ostrowski's pppoe patch for pppd and was
> pointed to the ppp cvs archive at samba. However it seems the cvs archive
> there only has a roaring-penguin pppoe module, not the native kernel
> implementation.
> 
> What happened to the cleaner kernel implementation that didn't require extra
> user-space packet filters?

The roaring-penguin solution can use the in-kernel module, if
requested.

Mr. Ostrowski isn't maintaining his patch anymore, it seems.

The pppd got the plugin-architecture, as requested but didn't
adapt the pppoe module from Mr. Ostrowksi.

Maybe he himself or the PPP maintainer could elaborate, if they
read the message.

Regards

Ingo Oeser
-- 
Science is what we can tell a computer. Art is everything else. --- D.E.Knuth

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Need a URL for PPPoE by Michal Ostrowski
@ 2002-09-05 20:48 Greg Stark
  2002-09-06  8:49 ` Ingo Oeser
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Stark @ 2002-09-05 20:48 UTC (permalink / raw)
  To: linux-kernel


There seems to be a lot of confusion surrounding ppp and pppoe these days.

In June someone inquired about the Ostrowski's pppoe patch for pppd and was
pointed to the ppp cvs archive at samba. However it seems the cvs archive
there only has a roaring-penguin pppoe module, not the native kernel
implementation.

What happened to the cleaner kernel implementation that didn't require extra
user-space packet filters?

Also, is there a mailing list for the ppp development? It seems to be kind of
an orphan on samba's servers with no status or news pages on their web site
and no mailing list for bug reports, or development discussion. 

-- 
greg


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-09-06  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-19  1:48 Need a URL for PPPoE by Michal Ostrowski David Ford
2002-06-19  1:47 ` David S. Miller
2002-06-19  2:00   ` David Ford
2002-06-19  5:15     ` Michael Schlenstedt
2002-09-05 20:48 Greg Stark
2002-09-06  8:49 ` Ingo Oeser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®