[Codel] Codel configuration
Rodrigo Alvarez Dominguez
rodroleon at gmail.com
Mon Jan 14 05:54:38 EST 2019
Hi
I would like to know if it is possible to have the following configuration
where there is a rate limit and codel algorithm configured over the same
interface
tc qdisc add dev r1-eth0 root handle 1: htb
tc class add dev r1-eth0 parent 1: classid 1:1 htb rate 10000kbit burst
15kbit
tc qdisc add dev r1-eth0 parent 1:1 handle 10: fq_codel limit 1000 target
5000 interval 10000 noecn
tc filter add dev r1-eth0 protocol ip prio 1 u32 match ip dst 0.0.0.0/0
flowid 1:1
Regards.
Rodrigo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.bufferbloat.net/pipermail/codel/attachments/20190114/a0fd7b28/attachment.html>
More information about the Codel
mailing list