summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <denys.f@collabora.com>2026-08-09 13:33:03 +0300
committerDenys Fedoryshchenko <denys.f@collabora.com>2026-08-10 01:31:12 +0300
commit9505f3fe72f7930e94aec51188babcabe783e4da (patch)
treeb06a5021a55cd6896531b745e551638d11c957ce /README.md
parent49a94430c090068ca96f1dc38ed24cd93c2e324d (diff)
downloadaccel-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4df0bce..46b0bd0c 100644
--- a/README.md
+++ b/README.md
@@ -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.