Age | Commit message (Collapse) | Author |
|
Signed-off-by: Carl Byington <carl@five-ten-sg.com>
|
|
The class configuration function was looking at wrong place
in configuration (bug introduced when default added).
|
|
|
|
Need to generate a filter to cause default filter rule to exist.
Otherwise default does nothing.
|
|
|
|
Can't have 2 filters at same priority level, need to cascade them.
|
|
It won't work because of how classifiers interact with policing.
See: http://ace-host.stuart.id.au/russell/files/tc/doc/police.txt
|
|
Comments contained reference to old syntax
|
|
This adds:
set traffic-policy limiter TL default bandwidth 1mbit
|
|
Command format error.
|
|
This reverts commit c8f2c288665143e2b165b7d448555af9d657b56c.
Conflicts:
scripts/vyatta-qos.pl
|
|
This reverts commit b75a66a4d5768f22a4b995d49ba442de8762a800.
|
|
This changes:
qos-policy traffic-limiter foo class ...
interfaces ethernet eth0 qos-policy in foo
to
interface ethernet eth0 input-policy limit class ...
Which unifies all uses of ingress qdisc (limit, redirect, mirror)
into a single usage model.
|
|
Bug 5123
Add ability to use traffic-shaper and other policies
for input traffic.
|
|
Simple limiting on output.
|
|
Need to pass police string in to Match filter generator.
Bug 4596
(cherry picked from commit 340773bacdacbb88586ff0ea8d053990205bd538)
|
|
The CLI end: node does work correctly, so don't need to go walking configuration
manually
Bug 4545
(cherry picked from commit 377896b296827e4d7c3c20debb3487605c45bbe3)
|
|
Easier to just use 'select' in perl to avoid passing file
descriptor everywhere.
|
|
Need full path on new ShaperClass.
Enable warnings.
|
|
Move LimiterClass to its own file, and fix perlcritic warnings
|
|
Bugfix 4075
Correctly report error message.
|
|
Bugfix 3976
Need to ignore description when checking
|
|
|
|
Conflicts:
lib/Vyatta/Qos/TrafficLimiter.pm
|
|
Use more multi-level directory hierarchy instead of having all
modules at top level.
|