Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74598 - add rp-pppoe use flag to use kernel PPPoE (patch included)
Summary: add rp-pppoe use flag to use kernel PPPoE (patch included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 01:14 UTC by Yuri Karaban
Modified: 2005-01-23 00:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch which adds use flag 'kpppoe' (rp-pppoe-kpppoe.patch,943 bytes, patch)
2004-12-16 01:17 UTC, Yuri Karaban
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Karaban 2004-12-16 01:14:56 UTC
rp-pppoe missing kernel support of PPPoE (the -k key).
I added use flag 'kpppoe' which triggers this functionality.
Patch attached.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Yuri Karaban 2004-12-16 01:17:03 UTC
Created attachment 46105 [details, diff]
Patch which adds use flag 'kpppoe'
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-16 02:56:37 UTC
Whats the usage of kernel support of PPPoe? Can I read somewhere about it?
Imo kpppoe suggests a kde related use flag which it is not.

Can we not use the already installed ppp headers/libraries for the kernel pppoe support?
Comment 3 Yuri Karaban 2004-12-16 03:14:32 UTC
When rp-pppoe compiled with kernel support.
pppoe-server will accept -k option. In this case pppd will be run with options which utilize kernel support of pppoe (of course kernel must be compiled with PPPoE support - CONFIG_PPPOE=y/m).

For example when pppd will use 'rp-pppoe.so' plugin, pppd will accept network interface name as tty (pppd eth1).

About use of already installed ppp headers. It is not possible, because ppp do not install any headers.
Comment 4 Alin Năstac (RETIRED) gentoo-dev 2004-12-16 03:44:38 UTC
Why not put --enable-plugin without any flag?
Does this option kill the possibility of running rp-pppoe without support for kernel PPPoE? I saw -k argument which must be given in order to run with kernel support so I assume that its absence will inhibit that.

Btw: does anybody know what options must be given to pppd in order to successfully connect to an pppoe-server instance? I've managed to begin LCP session but the rp-pppoe server don't answer to them.
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2005-01-23 00:54:09 UTC
-r6 commited with kernel PPPoE support.