summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2024-04-11shaper: add clsact policer supportSergey V. Lobanov
Use the following configuration to enable clsact up and down limiters: [shaper] up-limiter=police down-limiter=clsact It is also recommended to set down-burst-factor=1.0 How to check current configuration in Linux: tc qdisc show dev ppp0 tc filter show dev ppp0 egress tc filter show dev ppp0 ingress Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2018-01-05sstp: add man & readme recordsVladislav Grishenko
2017-08-08updated contact informationDmitry Kozlov
2013-01-24backport 1.7Kozlov Dmitry
* 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
2012-06-151.7.0 releaseKozlov Dmitry
* 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
2011-12-27snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send ↵Kozlov Dmitry
cli commands
2011-08-23ppp: Neighbor Discovery for IP version 6 (prefix only)Kozlov Dmitry
2011-08-19snmp supportKozlov Dmitry
2011-05-30updated READMEKozlov Dmitry
2011-01-05shaper_tbf: implemented time rangesDmitry Kozlov
2010-12-091.3.1 releaseDmitry Kozlov
2010-12-081.3.0 releaseKozlov Dmitry
2010-11-21bug fixesDmitry Kozlov
2010-10-18due to l2tp doesn't require libnl more build it by defaultDmitry Kozlov
2010-10-15implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome)Kozlov Dmitry
2010-10-14updated gentoo ebuidsDmitry Kozlov
2010-10-14due to libnl-1 is not thread safe, l2tp and shaper updated to use libnl-2Kozlov Dmitry
2010-10-12ctrl: implemented L2TPv2 server (without IPsec)Kozlov Dmitry
2010-10-08contrib: updated gentoo ebuildsKozlov Dmitry
2010-10-08increase number of maximum opened files to system maximumKozlov Dmitry
link log_file with libaio updated documentation
2010-10-06README updateKozlov Dmitry
2010-10-06project cleanup and prepare to releaseKozlov Dmitry
2009-06-17initial importxeb