Limiters Issue
-
Hi all:
I am using the latest amd64 version 2.1 and I am trying to configure some limiters . I found that there is a limit of 30 limiters, when trying to add the 31st , it comes with an error " you need at least one bw specification".
I've checked the shaper.inc code and certainly its limited to 30 limiters :
Line 3045 of shaper.inc
for ($i = 0; $i < 30; $i++) { if (!empty($data["bwsched{$i}"])) { if ($data["bwsched{$i}"] != "none") $schedule++; else $schedulenone++;
Is this right?? Any advice on how to manage the situation when you want to use more than 30 limiters??
Thanks
-
That is just an input validation limited to the number of 30.
Its not limiting the number of pipes.
-
@ermal:
That is just an input validation limited to the number of 30.
Its not limiting the number of pipes.
Hi , thanks for answering.
I havent managed to get more than 30 pipes due to this. The message " you need at least one bw specification" shows as you try to add the 31st bw specification. How could I get more than 30 pipes?