Age | Commit message (Collapse) | Author |
|
If specified then accel-ppp will send tunnel type as string (pppoe,pptp,l2tp,ipoe).
|
|
Signed-off-by: Vladislav Grishenko <themiron@mail.ru>
|
|
|
|
|
|
Move definition of ACCEL_PPP_VERSION from /accel-pppd/CMakeLists.txt
to /CMakeLists.txt so that it gets visible by any cmake file.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
|
|
|
|
|
|
* l2tp: Fix allocation checking when adding octets AVP
* cli, tcp: Fix non-NULL terminated string reception
* Fix va_end() missing calls
* chap-secrets: implemented encryption
* auth_pap: make messages like other auth modules
* cli: check xmit_buf is not null at enter to write function
* pppoe: implemented regular expression support
* chap-secrets: implemented encryption
* ippool: fixed initialization order
* optional shaper compiling
* ppp: dns/wins code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* implemented per CTRL mppe config
* implemented vendor/attr options to specify which radius attribute containes ip pool name
* implemented adaptive lcp echo functionality
* implemented leaf qdisc attachment (only sfq at present)
* implemented Challenge attribute handling (l2tp)
* implemented unit(interface) cache
* fixed ip-pre-up script result handling
* fixed time range start detection on startup/config reload
* fixed reading of req-limit option (radius)
* fixed unexpected radattr file removal
|
|
If enabled accel-pppd will not destroy interface immediately after corresponding session is terminated, instead interface will be brought down and placed to cache for later use for new sessions.
It should reduce kernel interface creation/deletion rate lack and increase responsibility of daemon
|
|
Low interface creation/deletion rate is kernel issue and should be fixed in 3.5.
This reverts commit 9ae4a0151805229face3385e6c966de90c7fec29.
|
|
|
|
* fixed ip-down segfault
|
|
* implemented logwtmp module
* implemented connlimit module
* implemented advanced shaper
* implemented MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes
* fix per-interface PADI limiting (pppoe)
* fix module load order
* fix "show sessions match" (cli)
* other bugfixes and improvements
|
|
|
|
* implemented named IP pools (radius Framed-Pool attribute)
* implemented logging to system logger (log_syslog)
* implemented ability to send cli commands via snmp
* implemented PADI limiting (pppoe)
* implemented simultaneous radius requests limiting
* various bug fixes and improvements
|
|
* implemented SNMP support (using net-snmp AgentX)
* implemented multiple radius servers support
* implemented IPv6:
- PPP IPV6CP protocol
- Neighbor Discovery protocol in part of Router Advertisement
- DHCPv6 server including Prefix Delegation extension
- ipv6-pool module
- Radius Framed-Interface-Id, Framed-IPv6-Prefix, Delegated-IPv6-Prefix attributes
* fixed MPPE handling
* implemented noauth mode (login without authentication)
* improved CCP/IPCP handling
* included builtin crypto library (optional)
* improved l2tp handling
* fixed builtin shaper temporary rate change functionality
* various bug fixes and improvements
|
|
(default OPENSSL)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|