diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-16 09:12:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-16 09:12:52 +0300 |
| commit | 77cae8318c00d9dda7a7bd1fbdb52e48e183ca85 (patch) | |
| tree | 57e83f93db175534847c0433dd614bd446fcc0a1 /README.md | |
| parent | 326bd429d349538cd2cd7781a36ebe6db6e2f403 (diff) | |
| parent | 9505f3fe72f7930e94aec51188babcabe783e4da (diff) | |
| download | accel-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.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |
