Just recently upgraded to 2.8.11 from 2.7, and now are having a problem with how we had our simple queues setup.
We had a simple queue for each customer IP to limit downloads. Then, to prevent unauthorized IPs from gaining access, we added rules at the bottom of the list to limit the entire subnet to, say, 400bps. It used to work so that anyone that had a queue for their IP would get their share of the bandwidth, and anyone who didnt would go to that "default" queue and would get next to nothing.
After the upgrade, the queues for each customer no longer worked. To limit each IP, i had to go to the "Advanced" tab and enter values for Total Limit and Total Max limit for it to work. After i got that working, I noticed that the default queues werent working. Data was shown flowing through them, and if i set it to 400bps, it would limit everyone to 400bps, even if they had a queue above it specified in simple queues.
Here is a sample of the simple queues:
59 name="Coop3_D" target-address=0.0.0.0/0 dst-address=192.168.0.5/32
interface=coop queue=default priority=8 limit-at=0/0
max-limit=0/0 total-limit-at=768000 total-max-limit=768000
60 name="Coop4_D" target-address=0.0.0.0/0 dst-address=192.168.0.6/32
interface=coop queue=default priority=8 limit-at=0/0
max-limit=0/0 total-limit-at=768000 total-max-limit=768000
61 X name="z Coop Default Down" target-address=0.0.0.0/0
dst-address=192.168.0.0/24 interface=coop queue=default priority=8
limit-at=400/400 max-limit=400/400
Any ideas? Thanks in advance for any help or suggestions.