Age | Commit message (Collapse) | Author |
|
Direction is no longer part of syntax.
|
|
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.
|
|
Support mirror and redirect.
Note: traffic-limiter is broken (ignored), and will later be
moved to input-policy/limit
|
|
Also change how interface qos-policy is generated, using a template
for templates rather than using hardcode expansion.
|