summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <denys.f@collabora.com>2026-08-16 09:12:52 +0300
committerGitHub <noreply@github.com>2026-08-16 09:12:52 +0300
commit77cae8318c00d9dda7a7bd1fbdb52e48e183ca85 (patch)
tree57e83f93db175534847c0433dd614bd446fcc0a1 /README.md
parent326bd429d349538cd2cd7781a36ebe6db6e2f403 (diff)
parent9505f3fe72f7930e94aec51188babcabe783e4da (diff)
downloadaccel-ppp-77cae8318c00d9dda7a7bd1fbdb52e48e183ca85.tar.gz
accel-ppp-77cae8318c00d9dda7a7bd1fbdb52e48e183ca85.zip
Merge pull request #349 from nuclearcat/pptp-drop-out-of-tree-driver
pptp: drop the out-of-tree kernel driver
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index dd210758..919373bd 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,6 @@ Use an out-of-tree build directory:
Useful build options:
-* BUILD_PPTP_DRIVER=TRUE builds the PPTP kernel module.
* BUILD_IPOE_DRIVER=TRUE builds the IPoE kernel module.
* BUILD_VLAN_MON_DRIVER=TRUE builds the VLAN monitoring kernel module.
* BUILD_PPPOSEQ_DRIVER=TRUE builds the PPPoSEQ kernel module.
@@ -241,8 +240,8 @@ digest is stored as hexadecimal.
Kernel module warning
=====================
-The out-of-tree PPTP module conflicts with the kernel's ip_gre module. Do not
-build ip_gre into the kernel or load it at runtime when using that PPTP module.
+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.