diff options
author | Denys Fedoryshchenko <denys.f@collabora.com> | 2024-04-14 21:01:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 21:01:08 +0300 |
commit | f2355094af2911b9e86f55a74fc7fd4fa5401011 (patch) | |
tree | 53dc5886e52ea0534f0e825b396234cc6dc4db2d /README | |
parent | d325f0cfd2be1ebd9778e6a88a1fe9166f87717a (diff) | |
parent | 3ec2d773950ed9730467062ebd4eeec5e9d8b35c (diff) | |
download | accel-ppp-f2355094af2911b9e86f55a74fc7fd4fa5401011.tar.gz accel-ppp-f2355094af2911b9e86f55a74fc7fd4fa5401011.zip |
Merge pull request #132 from svlobanov/clsact
shaper: add clsact policer support
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ Features 11. Extensible user/password database, implemented Radius, pppd compatible chap-secrets sources 12. Extensible IP pool, implemented Radius, chap-secrets and static pools 13. Supported pppd compatible ip-up/ip-down scripts -14. Builtin tbf/htb shaper manager +14. Builtin tbf/htb shaper and clsact policer manager 15. Command line interface via telnet 16. SNMP support (master or subagent via AgentX) 17. Supported SSTP @@ -68,7 +68,7 @@ read man accel-ppp.conf Built-in shaper -------------- -accel-ppp supports tbf and htb based shaper manager. +accel-ppp supports tbf and htb based shaper manager. It also supports clsact policer manager. To enable it uncomment shaper in [modules] section. It accepts radius attributes in various formats: rate, down-rate/up-rate and cisco-like. Values have to be in kilobits except cisco-like. For example: |