Project

General

Profile

Actions

Bug #3998

closed

Duplicated limiter numbers

Added by Reto Strub over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Traffic Shaper (ALTQ)
Target version:
Start date:
11/09/2014
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1.5
Affected Architecture:

Description

I’ve 19 limiters (number 1 to 20, expect 13)
If I add a new one, he gets an already occupied number, 15. After that I’ve two limiters with the same number 15 … so the first one isn’t working anymore (overwritten).

Possible fix on file /etc/inc/shaper.inc : 4412

-: $dnnumber = $dnnum + 1;
+: $dnnumber = $dnnum - 1;

Actions

Also available in: Atom PDF