From 9505f3fe72f7930e94aec51188babcabe783e4da Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Sun, 9 Aug 2026 13:33:03 +0300 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3