neutron-lib/releasenotes/notes/traffic-control-constants-b8120d1bea0681bf.yaml
Rodolfo Alonso Hernandez f8b63272ff Add traffic control constants
Change-Id: If1902521086341f1f3786241509a000eaffe72b2
Related-Bug: #1560963
2019-02-12 12:47:21 +00:00

10 lines
301 B
YAML

---
features:
- |
Adds traffic control related constants:
* Qdisc types: ``htb``, ``tbf`` and ``ingress``, used in Neutron ``tc_lib``
* Qdisc ID: for ``ingress`` type, because this one is specific only for
ingress traffic.
* Qdisc parents: for ``root`` and ``ingress`` types.