brummygit
Very Senior Member
I'm not sure if people have spotted this in the thread but the validation of the bandwidth fields has been updated to allow you to enter 0 as a bandwidth value which is interpreted by cake as unlimited. This allows you to set unlimited in only one direction, or both as required.@rgnldo
i'm using the 'unlimited' keywork on "Extra Options"
cake-qos status shows:
Code:CakeQOS-Merlin: > Download Status: qdisc cake 800c: dev ifb9eth0 root refcnt 2 bandwidth unlimited diffserv4 dual-srchost nat wash ingress ack-filter split-gso rtt 100.0ms noatm overhead 18 mpu 64 no-sce CakeQOS-Merlin: > Upload Status: qdisc cake 800b: dev eth0 root refcnt 2 bandwidth unlimited diffserv4 dual-srchost nat nowash ack-filter split-gso rtt 100.0ms noatm overhead 18 mpu 64 no-sce
shouldn't it be instead:
Code:CakeQOS-Merlin: > Download Status: qdisc cake 800c: dev ifb9eth0 root refcnt 2 unlimited diffserv4 dual-srchost nat wash ingress ack-filter split-gso rtt 100.0ms noatm overhead 18 mpu 64 no-sce CakeQOS-Merlin: > Upload Status: qdisc cake 800b: dev eth0 root refcnt 2 unlimited diffserv4 dual-srchost nat nowash ack-filter split-gso rtt 100.0ms noatm overhead 18 mpu 64 no-sce
that is, the "bandwidth' keyword is used to specify speeds, and it takes a numeric parameter. If you already have "unlimited" the 'bandwidth' keyword should be removed. or did I misread the man page?
If using this method you do not need to specify it in the extra options