diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2024-04-11 01:27:18 +0200 |
---|---|---|
committer | Sergey V. Lobanov <sergey@lobanov.in> | 2024-04-11 09:40:10 +0200 |
commit | 3ec2d773950ed9730467062ebd4eeec5e9d8b35c (patch) | |
tree | 6aedeb28cef8772363fb1e387e9bcf9ed0785773 /README | |
parent | 3668336266cb74b6d37e5b56c9c5b74761a868fc (diff) | |
download | accel-ppp-3ec2d773950ed9730467062ebd4eeec5e9d8b35c.tar.gz accel-ppp-3ec2d773950ed9730467062ebd4eeec5e9d8b35c.zip |
shaper: add clsact policer support
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>
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: |