Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-12 | POC VPP control plane | Andrii Melnychenko | |
Added option for the PPPoE interface "vpp-cp". Allow to use modyfied VPP and create PPPoE sessions. ``` interface=vpptap0,vpp-cp=true ``` | |||
2024-09-05 | Revert "Fix #189: Make module pppoe work without module radius" | Sergey V. Lobanov | |
This reverts commit 543700aed1ac045f12dfafd898bbbbae955fee31. | |||
2024-09-04 | Fix #189: Make module pppoe work without module radius | Nazar Androshchuk | |
The radius library is now linked in pppoe if `-DRADIUS` is true; it wasn't any issue when `-DRADIUS=FALSE`. This patch can't be worked around if the user wants to use pppoe with chap-secrets, because radius conflicts with chap-secrets. | |||
2024-07-28 | Fix issue #131, pptp doesnt work without connlimit | Denys Fedoryshchenko | |
Fix issue https://github.com/accel-ppp/accel-ppp/issues/131 Proposed by https://github.com/kugel- Author: Thomas Martitz <kugel@rockbox.org> Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com> | |||
2016-06-02 | set INSTALL_RPATH for ipoe and pppoe | Dmitry Kozlov | |
2016-04-07 | link pppoe and ipoe with vlan-mon library | Dmitry Kozlov | |
2015-11-21 | pppoe: use single discovery socket | Dmitry Kozlov | |
2013-10-30 | fix build with internal & tomcrypt crypto libraries | Dmitry Kozlov | |
Signed-off-by: Vladislav Grishenko <themiron@mail.ru> | |||
2013-01-25 | cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX | Kozlov Dmitry | |
2011-09-03 | implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL ↵ | Kozlov Dmitry | |
(default OPENSSL) | |||
2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |