diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-09 13:33:03 +0300 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-10 01:31:12 +0300 |
| commit | 9505f3fe72f7930e94aec51188babcabe783e4da (patch) | |
| tree | b06a5021a55cd6896531b745e551638d11c957ce /README.md | |
| parent | 49a94430c090068ca96f1dc38ed24cd93c2e324d (diff) | |
| download | accel-ppp-9505f3fe72f7930e94aec51188babcabe783e4da.tar.gz accel-ppp-9505f3fe72f7930e94aec51188babcabe783e4da.zip | |
pptp: use the kernel PPPoX UAPI header
Linux 2.6.37 and later provide the PPTP socket address and protocol definitions in linux/if_pppox.h. Use that header directly instead of carrying an old private copy containing obsolete kernel-internal declarations.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -237,8 +237,8 @@ digest is stored as hexadecimal. Kernel module warning ===================== -PPTP requires the kernel's own pptp module (drivers/net/ppp/pptp.c, present -since Linux 2.6.37); ACCEL-PPP no longer ships an out-of-tree replacement. +PPTP requires the kernel's PPTP PPPoX support (CONFIG_PPTP, available since +Linux 2.6.37); ACCEL-PPP no longer ships an out-of-tree replacement. Do not mix ACCEL-PPP PPTP connections with poptop's pptpd; stop existing pptpd sessions before starting ACCEL-PPP. |
